站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

AspectManagerServiceMBean (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aop.deployment
Interface AspectManagerServiceMBean

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

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 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
 
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

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


setTmpClassesDir

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


getVerbose

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


setVerbose

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


getOptimized

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


setOptimized

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


getSuppressTransformationErrors

public boolean getSuppressTransformationErrors()

setSuppressTransformationErrors

public void setSuppressTransformationErrors(boolean suppressTransformationErrors)

getEnableTransformer

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


interceptorFactories

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


aspectDefinitions

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


stacks

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


bindings

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


registeredClassLoaders

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


setEnableTransformer

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



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