org.jboss.aop.deployment
Interface AspectManagerServiceMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
AspectManagerService, AspectManagerService32

public interface AspectManagerServiceMBean
extends org.jboss.system.ServiceMBean

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 getInclude()
           
 boolean getOptimized()
          Use aop optimizations.
 boolean getPrune()
           
 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 introductions()
           
 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 setInclude(String include)
           
 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 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

getTmpClassesDir

File getTmpClassesDir()
The temporary directory to which dyn class files are written


setTmpClassesDir

void setTmpClassesDir(File tmpClassesDir)
The temporary directory to which dyn class files are written


getVerbose

boolean getVerbose()
Set the verbosity of aop logging. It doesn't use log4j


setVerbose

void setVerbose(boolean verbose)
Set the verbosity of aop logging. It doesn't use log4j


getOptimized

boolean getOptimized()
Use aop optimizations. Optional just in case there is a bug


setOptimized

void setOptimized(boolean verbose)
Use aop optimizations. Optional just in case there is a bug


getSuppressTransformationErrors

boolean getSuppressTransformationErrors()

setSuppressTransformationErrors

void setSuppressTransformationErrors(boolean suppressTransformationErrors)

getEnableTransformer

boolean getEnableTransformer()
The temporary directory to which dyn class files are written


getEnableLoadtimeWeaving

boolean getEnableLoadtimeWeaving()
The temporary directory to which dyn class files are written


interceptorFactories

String interceptorFactories()
The temporary directory to which dyn class files are written


aspectDefinitions

String aspectDefinitions()
The temporary directory to which dyn class files are written


introductions

String introductions()

stacks

String stacks()
The temporary directory to which dyn class files are written


bindings

String bindings()
The temporary directory to which dyn class files are written


registeredClassLoaders

String registeredClassLoaders()
The temporary directory to which dyn class files are written


setEnableTransformer

void setEnableTransformer(boolean enableTransformer)
The temporary directory to which dyn class files are written


setEnableLoadtimeWeaving

void setEnableLoadtimeWeaving(boolean enableTransformer)

getExclude

String getExclude()

setExclude

void setExclude(String exclude)

getInclude

String getInclude()

setInclude

void setInclude(String include)

getPrune

boolean getPrune()

setPrune

void setPrune(boolean prune)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.