|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.microcontainer.beans.AspectBinding
public class AspectBinding
An AspectBinding.
Field Summary | |
---|---|
protected List<BindingEntry> |
advices
|
protected String |
cflow
|
protected org.jboss.aop.AspectManager |
manager
|
protected String |
name
|
protected String |
pointcut
|
Constructor Summary | |
---|---|
AspectBinding()
|
Method Summary | |
---|---|
List<BindingEntry> |
getAdvices()
|
String |
getCflow()
|
org.jboss.aop.AspectManager |
getManager()
Get the manager. |
String |
getName()
|
String |
getPointcut()
Get the pointcut. |
void |
rebind()
|
void |
setAdvices(List<BindingEntry> advices)
|
void |
setCflow(String cflow)
|
void |
setManager(org.jboss.aop.AspectManager manager)
Set the manager. |
void |
setName(String name)
|
void |
setPointcut(String pointcut)
Set the pointcut. |
void |
start()
|
void |
stop()
|
void |
uninstall()
|
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 pointcut
protected List<BindingEntry> advices
protected String cflow
Constructor Detail |
---|
public AspectBinding()
Method Detail |
---|
public org.jboss.aop.AspectManager getManager()
public void setManager(org.jboss.aop.AspectManager manager)
manager
- The manager to set.public String getCflow()
public void setCflow(String cflow)
public String getPointcut()
public String getName()
getName
in interface Binding
public void setName(String name)
public void setPointcut(String pointcut)
pointcut
- The pointcut to set.public List<BindingEntry> getAdvices()
public void setAdvices(List<BindingEntry> advices)
public void start() throws Exception
Exception
public void stop() throws Exception
Exception
public void uninstall() throws Exception
Exception
public void rebind() throws Exception
rebind
in interface Binding
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |