|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mx.util.JBossNotificationBroadcasterSupport org.jboss.system.ServiceMBeanSupport org.jboss.aop.deployment.AspectManagerService
Field Summary | |
static javax.management.ObjectName |
DEFAULT_LOADER_REPOSITORY
|
protected boolean |
enableTransformer
|
protected boolean |
suppressTransformationErrors
|
protected File |
tmpClassesDir
|
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
log, 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 | |
AspectManagerService()
|
Method Summary | |
String |
aspectDefinitions()
The temporary directory to which dyn class files are written |
void |
attachClass(String classname)
|
protected void |
baseAop()
|
String |
bindings()
The temporary directory to which dyn class files are written |
protected org.jboss.aop.ClassPoolFactory |
createFactory()
|
protected void |
createService()
|
boolean |
getEnableTransformer()
The temporary directory to which dyn class files are written |
boolean |
getOptimized()
Use aop optimizations. |
boolean |
getSuppressTransformationErrors()
|
File |
getTmpClassesDir()
The temporary directory to which dyn class files are written |
boolean |
getVerbose()
Set the verbosity of aop logging. |
String |
interceptorFactories()
The temporary directory to which dyn class files are written |
String |
registeredClassLoaders()
The temporary directory to which dyn class files are written |
void |
setEnableTransformer(boolean enableTransformer)
The temporary directory to which dyn class files are written |
void |
setOptimized(boolean verbose)
Use aop optimizations. |
void |
setSuppressTransformationErrors(boolean suppressTransformationErrors)
|
void |
setTmpClassesDir(File tmpClassesDir)
The temporary directory to which dyn class files are written |
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, destroyService, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, stop |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, handleNotification, 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 |
Field Detail |
public static final javax.management.ObjectName DEFAULT_LOADER_REPOSITORY
protected File tmpClassesDir
protected boolean enableTransformer
protected boolean suppressTransformationErrors
Constructor Detail |
public AspectManagerService()
Method Detail |
protected org.jboss.aop.ClassPoolFactory createFactory() throws Exception
Exception
protected void createService() throws Exception
Exception
protected void baseAop()
public void attachClass(String classname)
attachClass
in interface org.jboss.aop.AspectNotificationHandler
protected void startService() throws Exception
Exception
protected void stopService()
public File getTmpClassesDir()
getTmpClassesDir
in interface AspectManagerServiceMBean
public void setTmpClassesDir(File tmpClassesDir)
setTmpClassesDir
in interface AspectManagerServiceMBean
public boolean getVerbose()
getVerbose
in interface AspectManagerServiceMBean
public void setVerbose(boolean verbose)
setVerbose
in interface AspectManagerServiceMBean
public boolean getOptimized()
getOptimized
in interface AspectManagerServiceMBean
public void setOptimized(boolean verbose)
setOptimized
in interface AspectManagerServiceMBean
public boolean getSuppressTransformationErrors()
getSuppressTransformationErrors
in interface AspectManagerServiceMBean
public void setSuppressTransformationErrors(boolean suppressTransformationErrors)
setSuppressTransformationErrors
in interface AspectManagerServiceMBean
public boolean getEnableTransformer()
getEnableTransformer
in interface AspectManagerServiceMBean
public String interceptorFactories()
interceptorFactories
in interface AspectManagerServiceMBean
public String aspectDefinitions()
aspectDefinitions
in interface AspectManagerServiceMBean
public String stacks()
stacks
in interface AspectManagerServiceMBean
public String bindings()
bindings
in interface AspectManagerServiceMBean
public String registeredClassLoaders()
registeredClassLoaders
in interface AspectManagerServiceMBean
public void setEnableTransformer(boolean enableTransformer)
setEnableTransformer
in interface AspectManagerServiceMBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |