|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.aop.deployment.AbstractAspectManagerService
public class AbstractAspectManagerService
Field Summary |
---|
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
server, SERVICE_CONTROLLER_SIG, serviceName |
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 |
Constructor Summary | |
---|---|
AbstractAspectManagerService()
This constructor shouuld only get called when used in JBoss 4.x.x, not in JBoss 5. |
|
AbstractAspectManagerService(AspectManagerServiceDelegate delegate)
This constructor should only get called when used in JBoss 5 by JBossAspectLibrary. |
Method Summary | |
---|---|
String |
aspectDefinitions()
The temporary directory to which dyn class files are written |
void |
attachClass(String classname)
|
String |
bindings()
The temporary directory to which dyn class files are written |
protected ClassLoaderValidation |
createClassLoaderValidation()
|
protected AspectManagerServiceDelegate |
createDelegate()
|
protected javassist.scopedpool.ScopedClassPoolFactory |
createFactory()
|
protected void |
createService()
|
protected void |
destroyService()
|
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 |
getSuppressReferenceErrors()
|
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 |
setSuppressReferenceErrors(boolean suppressReferenceErrors)
|
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 |
protected void |
startService()
|
protected void |
stopService()
|
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
---|
create, destroy, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, pojoChange, pojoCreate, pojoDestroy, pojoStart, pojoStop, postDeregister, postRegister, preDeregister, preRegister, setKernelControllerContext, start, stop, unsetKernelControllerContext |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Constructor Detail |
---|
public AbstractAspectManagerService()
public AbstractAspectManagerService(AspectManagerServiceDelegate delegate)
Method Detail |
---|
protected AspectManagerServiceDelegate createDelegate()
public void setJBossIntegrationWrapper(JBossIntegrationWrapperMBean integration)
AbstractAspectManagerServiceMBean
setJBossIntegrationWrapper
in interface AbstractAspectManagerServiceMBean
protected javassist.scopedpool.ScopedClassPoolFactory createFactory() throws Exception
Exception
protected ClassLoaderValidation createClassLoaderValidation()
protected void createService() throws Exception
createService
in class org.jboss.system.ServiceMBeanSupport
Exception
protected void destroyService() throws Exception
destroyService
in class org.jboss.system.ServiceMBeanSupport
Exception
protected void startService() throws Exception
startService
in class org.jboss.system.ServiceMBeanSupport
Exception
protected void stopService() throws Exception
stopService
in class org.jboss.system.ServiceMBeanSupport
Exception
public void attachClass(String classname)
attachClass
in interface AspectNotificationHandler
public boolean getPrune()
getPrune
in interface AbstractAspectManagerServiceMBean
public void setPrune(boolean prune)
setPrune
in interface AbstractAspectManagerServiceMBean
public String getExclude()
getExclude
in interface AbstractAspectManagerServiceMBean
public void setExclude(String exclude)
setExclude
in interface AbstractAspectManagerServiceMBean
public String getInclude()
getInclude
in interface AbstractAspectManagerServiceMBean
public void setInclude(String include)
setInclude
in interface AbstractAspectManagerServiceMBean
public String getIgnore()
getIgnore
in interface AbstractAspectManagerServiceMBean
public void setIgnore(String ignore)
setIgnore
in interface AbstractAspectManagerServiceMBean
public String getIncludedInvisibleAnnotations()
getIncludedInvisibleAnnotations
in interface AbstractAspectManagerServiceMBean
public void setIncludedInvisibleAnnotations(String ia)
setIncludedInvisibleAnnotations
in interface AbstractAspectManagerServiceMBean
public File getTmpClassesDir()
getTmpClassesDir
in interface AbstractAspectManagerServiceMBean
public void setTmpClassesDir(File tmpClassesDir)
setTmpClassesDir
in interface AbstractAspectManagerServiceMBean
public boolean getVerbose()
getVerbose
in interface AbstractAspectManagerServiceMBean
public void setVerbose(boolean verbose)
setVerbose
in interface AbstractAspectManagerServiceMBean
public boolean getOptimized()
getOptimized
in interface AbstractAspectManagerServiceMBean
public void setOptimized(boolean verbose)
setOptimized
in interface AbstractAspectManagerServiceMBean
public boolean getSuppressTransformationErrors()
getSuppressTransformationErrors
in interface AbstractAspectManagerServiceMBean
public void setSuppressTransformationErrors(boolean suppressTransformationErrors)
setSuppressTransformationErrors
in interface AbstractAspectManagerServiceMBean
public boolean getSuppressReferenceErrors()
public void setSuppressReferenceErrors(boolean suppressReferenceErrors)
public boolean getEnableTransformer()
AbstractAspectManagerServiceMBean
getEnableTransformer
in interface AbstractAspectManagerServiceMBean
public String interceptorFactories()
AbstractAspectManagerServiceMBean
interceptorFactories
in interface AbstractAspectManagerServiceMBean
public String aspectDefinitions()
AbstractAspectManagerServiceMBean
aspectDefinitions
in interface AbstractAspectManagerServiceMBean
public String introductions()
introductions
in interface AbstractAspectManagerServiceMBean
public String stacks()
AbstractAspectManagerServiceMBean
stacks
in interface AbstractAspectManagerServiceMBean
public String bindings()
AbstractAspectManagerServiceMBean
bindings
in interface AbstractAspectManagerServiceMBean
public String pointcuts()
pointcuts
in interface AbstractAspectManagerServiceMBean
public String registeredClassLoaders()
AbstractAspectManagerServiceMBean
registeredClassLoaders
in interface AbstractAspectManagerServiceMBean
public void setEnableTransformer(boolean enableTransformer)
AbstractAspectManagerServiceMBean
setEnableTransformer
in interface AbstractAspectManagerServiceMBean
public boolean getEnableLoadtimeWeaving()
AbstractAspectManagerServiceMBean
getEnableLoadtimeWeaving
in interface AbstractAspectManagerServiceMBean
public void setEnableLoadtimeWeaving(boolean enableTransformer)
setEnableLoadtimeWeaving
in interface AbstractAspectManagerServiceMBean
public String getInstrumentor()
getInstrumentor
in interface AbstractAspectManagerServiceMBean
public void setInstrumentor(String instrumentor)
setInstrumentor
in interface AbstractAspectManagerServiceMBean
public boolean getUseBaseXml()
AbstractAspectManagerServiceMBean
getUseBaseXml
in interface AbstractAspectManagerServiceMBean
public void setUseBaseXml(boolean useBaseXml)
AbstractAspectManagerServiceMBean
setUseBaseXml
in interface AbstractAspectManagerServiceMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |