|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractAspectManagerServiceMBean
MBean interface.
Field Summary |
---|
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
---|---|
String |
aspectDefinitions()
The temporary directory to which dyn class files are written |
String |
bindings()
The temporary directory to which dyn class files are written |
boolean |
getEnableLoadtimeWeaving()
The temporary directory to which dyn class files are written |
boolean |
getEnableTransformer()
The temporary directory to which dyn class files are written |
String |
getExclude()
|
String |
getIgnore()
|
String |
getInclude()
|
String |
getIncludedInvisibleAnnotations()
|
String |
getInstrumentor()
|
boolean |
getOptimized()
Use aop optimizations. |
boolean |
getPrune()
|
boolean |
getSuppressTransformationErrors()
|
File |
getTmpClassesDir()
The temporary directory to which dyn class files are written |
boolean |
getUseBaseXml()
Whether or not tu use base-aop.xml |
boolean |
getVerbose()
Set the verbosity of aop logging. |
String |
interceptorFactories()
The temporary directory to which dyn class files are written |
String |
introductions()
|
String |
pointcuts()
|
String |
registeredClassLoaders()
The temporary directory to which dyn class files are written |
void |
setEnableLoadtimeWeaving(boolean enableTransformer)
|
void |
setEnableTransformer(boolean enableTransformer)
The temporary directory to which dyn class files are written |
void |
setExclude(String exclude)
|
void |
setIgnore(String ignore)
|
void |
setInclude(String include)
|
void |
setIncludedInvisibleAnnotations(String ia)
|
void |
setInstrumentor(String instrumentor)
|
void |
setJBossIntegrationWrapper(JBossIntegrationWrapperMBean integration)
Sets the MBean containing the JBossIntegration implementation |
void |
setOptimized(boolean verbose)
Use aop optimizations. |
void |
setPrune(boolean prune)
|
void |
setSuppressTransformationErrors(boolean suppressTransformationErrors)
|
void |
setTmpClassesDir(File tmpClassesDir)
The temporary directory to which dyn class files are written |
void |
setUseBaseXml(boolean useBaseXml)
Whether or not tu use base-aop.xml |
void |
setVerbose(boolean verbose)
Set the verbosity of aop logging. |
String |
stacks()
The temporary directory to which dyn class files are written |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Method Detail |
---|
File getTmpClassesDir()
void setTmpClassesDir(File tmpClassesDir)
boolean getVerbose()
void setVerbose(boolean verbose)
boolean getOptimized()
void setOptimized(boolean verbose)
boolean getSuppressTransformationErrors()
void setSuppressTransformationErrors(boolean suppressTransformationErrors)
boolean getEnableTransformer()
boolean getEnableLoadtimeWeaving()
String interceptorFactories()
String aspectDefinitions()
String introductions()
String stacks()
String bindings()
String pointcuts()
String registeredClassLoaders()
void setEnableTransformer(boolean enableTransformer)
void setEnableLoadtimeWeaving(boolean enableTransformer)
String getExclude()
void setExclude(String exclude)
String getInclude()
void setInclude(String include)
String getIncludedInvisibleAnnotations()
void setIncludedInvisibleAnnotations(String ia)
boolean getPrune()
void setPrune(boolean prune)
String getIgnore()
void setIgnore(String ignore)
String getInstrumentor()
void setInstrumentor(String instrumentor)
boolean getUseBaseXml()
void setUseBaseXml(boolean useBaseXml)
void setJBossIntegrationWrapper(JBossIntegrationWrapperMBean integration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |