org.jboss.aop.deployment
Class AspectManagerService32

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.AspectManagerService32
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 AspectManagerService32
extends AspectManagerService

Comment

Version:
$Revision: 57186 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.jboss.aop.deployment.AspectManagerService
DEFAULT_LOADER_REPOSITORY, enableLoadtimeWeaving, enableTransformer, exclude, ignore, include, suppressReferenceErrors, suppressTransformationErrors, 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
AspectManagerService32()
           
 
Method Summary
protected  void baseAop()
           
protected  org.jboss.aop.ClassLoaderValidation createClassLoaderValidation()
           
protected  javassist.scopedpool.ScopedClassPoolFactory createFactory()
           
 
Methods inherited from class org.jboss.aop.deployment.AspectManagerService
aspectDefinitions, attachClass, attachDeprecatedTranslator, attachTranslator, bindings, createService, detachDeprecatedTranslator, detachTranslator, getEnableLoadtimeWeaving, getEnableTransformer, getExclude, getIgnore, getInclude, getInstrumentor, getOptimized, getPrune, getSuppressReferenceErrors, getSuppressTransformationErrors, getTmpClassesDir, getVerbose, interceptorFactories, introductions, registeredClassLoaders, setEnableLoadtimeWeaving, setEnableTransformer, setExclude, setIgnore, setInclude, setInstrumentor, setOptimized, setPrune, setSuppressReferenceErrors, setSuppressTransformationErrors, setTmpClassesDir, setVerbose, stacks, startService, stopService
 
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, postRegister, preDeregister, preRegister, start, stop
 
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
 

Constructor Detail

AspectManagerService32

public AspectManagerService32()
Method Detail

createFactory

protected javassist.scopedpool.ScopedClassPoolFactory createFactory()
                                                             throws Exception
Overrides:
createFactory in class AspectManagerService
Throws:
Exception

createClassLoaderValidation

protected org.jboss.aop.ClassLoaderValidation createClassLoaderValidation()
Overrides:
createClassLoaderValidation in class AspectManagerService

baseAop

protected void baseAop()
Overrides:
baseAop in class AspectManagerService


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