|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aop.microcontainer.beans.IntroductionBinding
public class IntroductionBinding
An AspectBinding.
| Field Summary | |
|---|---|
protected String |
classes
|
protected String |
expr
|
protected List<String> |
interfaces
|
protected org.jboss.aop.AspectManager |
manager
|
protected List<MixinEntry> |
mixins
|
protected String |
name
|
| Constructor Summary | |
|---|---|
IntroductionBinding()
|
|
| Method Summary | |
|---|---|
String |
getClasses()
Get the classes. |
String |
getExpr()
|
List<String> |
getInterfaces()
Get the interfaces. |
org.jboss.aop.AspectManager |
getManager()
Get the manager. |
List<MixinEntry> |
getMixins()
|
String |
getName()
|
void |
setClasses(String classes)
Set the classes. |
void |
setExpr(String expr)
|
void |
setInterfaces(List<String> interfaces)
Set the interfaces. |
void |
setManager(org.jboss.aop.AspectManager manager)
Set the manager. |
void |
setMixins(List<MixinEntry> mixins)
|
void |
setName(String name)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.jboss.aop.AspectManager manager
protected String name
protected String classes
protected String expr
protected List<String> interfaces
protected List<MixinEntry> mixins
| Constructor Detail |
|---|
public IntroductionBinding()
| Method Detail |
|---|
public List<String> getInterfaces()
public void setInterfaces(List<String> interfaces)
interfaces - The interfaces to set.public List<MixinEntry> getMixins()
public void setMixins(List<MixinEntry> mixins)
public String getName()
public void setName(String name)
public String getClasses()
public void setClasses(String classes)
classes - The classes to set.public String getExpr()
public void setExpr(String expr)
public org.jboss.aop.AspectManager getManager()
public void setManager(org.jboss.aop.AspectManager manager)
manager - The manager to set.
public void start()
throws Exception
Exception
public void stop()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||