org.jboss.aop.microcontainer.beans
Class MixinEntry

java.lang.Object
  extended by org.jboss.aop.microcontainer.beans.MixinEntry

public class MixinEntry
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Field Summary
protected  String construction
          How to construct the mixin class
protected  List<String> interfaces
          The interfaces implemented by the mixin
protected  String mixin
          The mixin class name
protected  boolean trans
          Should the mixin be transient or not
 
Constructor Summary
MixinEntry()
           
 
Method Summary
 String getConstruction()
           
 List<String> getInterfaces()
           
 String getMixin()
           
 boolean isTransient()
           
 void setConstruction(String construction)
           
 void setInterfaces(List<String> interfaces)
           
 void setMixin(String mixinClass)
           
 void setTransient(boolean trans)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

MixinEntry

public MixinEntry()
Method Detail

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.