org.jboss.aop.microcontainer.beans
Class MixinEntry
java.lang.Object
org.jboss.aop.microcontainer.beans.MixinEntry
public class MixinEntry
- extends Object
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interfaces
protected List<String> interfaces
- The interfaces implemented by the mixin
mixin
protected String mixin
- The mixin class name
construction
protected String construction
- How to construct the mixin class
trans
protected boolean trans
- Should the mixin be transient or not
MixinEntry
public MixinEntry()
getMixin
public String getMixin()
setMixin
public void setMixin(String mixinClass)
getConstruction
public String getConstruction()
setConstruction
public void setConstruction(String construction)
isTransient
public boolean isTransient()
setTransient
public void setTransient(boolean trans)
getInterfaces
public List<String> getInterfaces()
setInterfaces
public void setInterfaces(List<String> interfaces)
start
public void start()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.