org.jboss.aop.deployment
Interface AbstractAspectManagerServiceMBean

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

public interface AbstractAspectManagerServiceMBean
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 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

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


pointcuts

String pointcuts()

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)

getIncludedInvisibleAnnotations

String getIncludedInvisibleAnnotations()

setIncludedInvisibleAnnotations

void setIncludedInvisibleAnnotations(String ia)

getPrune

boolean getPrune()

setPrune

void setPrune(boolean prune)

getIgnore

String getIgnore()

setIgnore

void setIgnore(String ignore)

getInstrumentor

String getInstrumentor()

setInstrumentor

void setInstrumentor(String instrumentor)

getUseBaseXml

boolean getUseBaseXml()
Whether or not tu use base-aop.xml


setUseBaseXml

void setUseBaseXml(boolean useBaseXml)
Whether or not tu use base-aop.xml


setJBossIntegrationWrapper

void setJBossIntegrationWrapper(JBossIntegrationWrapperMBean integration)
Sets the MBean containing the JBossIntegration implementation



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.