org.jboss.aop.deployment
Class AspectManagerServiceJDK5

java.lang.Object
  extended by org.jboss.mx.util.JBossNotificationBroadcasterSupport
      extended by org.jboss.system.ServiceMBeanSupport
          extended by org.jboss.aop.deployment.AspectManagerService
              extended by org.jboss.aop.deployment.AspectManagerServiceJDK5
All Implemented Interfaces:
javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, org.jboss.aop.AspectNotificationHandler, AspectManagerServiceMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean

public class AspectManagerServiceJDK5
extends AspectManagerService

Version:
$Revision: 57692 $
Author:
Bill Burke

Field Summary
protected  org.jboss.aop.standalone.AOPTransformer transformer
           
 
Fields inherited from class org.jboss.aop.deployment.AspectManagerService
DEFAULT_LOADER_REPOSITORY, enableLoadtimeWeaving, enableTransformer, exclude, ignore, include, includedInvisibleAnnotations, suppressReferenceErrors, suppressTransformationErrors, tmpClassesDir
 
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
AspectManagerServiceJDK5()
           
AspectManagerServiceJDK5(String baseXml)
           
 
Method Summary
protected  void attachTranslator()
           
protected  void detachTranslator()
           
 
Methods inherited from class org.jboss.aop.deployment.AspectManagerService
aspectDefinitions, attachClass, attachDeprecatedTranslator, baseAop, baseAop, bindings, createClassLoaderValidation, createFactory, createService, detachDeprecatedTranslator, getEnableLoadtimeWeaving, getEnableTransformer, getExclude, getIgnore, getInclude, getIncludedInvisibleAnnotations, getInstrumentor, getJBossIntegration, getOptimized, getPrune, getSuppressReferenceErrors, getSuppressTransformationErrors, getTmpClassesDir, getVerbose, initIntegration, interceptorFactories, introductions, postRegister, registeredClassLoaders, setEnableLoadtimeWeaving, setEnableTransformer, setExclude, setIgnore, setInclude, setIncludedInvisibleAnnotations, setInstrumentor, setJBossIntegration, setOptimized, setPrune, setSuppressReferenceErrors, setSuppressTransformationErrors, setTmpClassesDir, setVerbose, stacks
 
Methods inherited from class org.jboss.system.ServiceMBeanSupport
create, destroy, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, preDeregister, preRegister, start, startService, stop, stopService
 
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
 

Field Detail

transformer

protected org.jboss.aop.standalone.AOPTransformer transformer
Constructor Detail

AspectManagerServiceJDK5

public AspectManagerServiceJDK5()

AspectManagerServiceJDK5

public AspectManagerServiceJDK5(String baseXml)
Method Detail

attachTranslator

protected void attachTranslator()
Overrides:
attachTranslator in class AspectManagerService

detachTranslator

protected void detachTranslator()
Overrides:
detachTranslator in class AspectManagerService


Copyright © 2004 JBoss Inc. All Rights Reserved.