Save This Page
Home » JBoss-5.1.0 » org » jboss » ejb » plugins » [javadoc | source]
org.jboss.ejb.plugins
public class: MessageDrivenInstancePool [javadoc | source]
java.lang.Object
   org.jboss.mx.util.JBossNotificationBroadcasterSupport
      org.jboss.system.ServiceMBeanSupport
         org.jboss.ejb.plugins.AbstractInstancePool
            org.jboss.ejb.plugins.MessageDrivenInstancePool

All Implemented Interfaces:
    XmlLoadable, AbstractInstancePoolMBean, InstancePool, KernelControllerContextAware, ServiceMBean, MBeanRegistration, NotificationEmitter

A message driven bean instance pool.
Fields inherited from org.jboss.ejb.plugins.AbstractInstancePool:
container,  pool,  maxSize,  reclaim,  isStrict
Fields inherited from org.jboss.system.ServiceMBeanSupport:
SERVICE_CONTROLLER_SIG,  log,  server,  serviceName
Method from org.jboss.ejb.plugins.MessageDrivenInstancePool Summary:
create,   createService
Methods from org.jboss.ejb.plugins.AbstractInstancePool:
clear,   create,   createService,   destroyService,   discard,   free,   get,   getAvailableCount,   getContainer,   getCurrentSize,   getMaxSize,   importXml,   setContainer
Methods from org.jboss.system.ServiceMBeanSupport:
create,   createService,   destroy,   destroyService,   getDeploymentInfo,   getLog,   getName,   getNextNotificationSequenceNumber,   getObjectName,   getServer,   getServiceName,   getState,   getStateString,   jbossInternalCreate,   jbossInternalDescription,   jbossInternalDestroy,   jbossInternalLifecycle,   jbossInternalStart,   jbossInternalStop,   pojoChange,   pojoCreate,   pojoDestroy,   pojoStart,   pojoStop,   postDeregister,   postRegister,   preDeregister,   preRegister,   setKernelControllerContext,   start,   startService,   stop,   stopService,   unsetKernelControllerContext
Methods from org.jboss.mx.util.JBossNotificationBroadcasterSupport:
addNotificationListener,   getNotificationInfo,   handleNotification,   nextNotificationSequenceNumber,   removeNotificationListener,   removeNotificationListener,   sendNotification
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.MessageDrivenInstancePool Detail:
 protected EnterpriseContext create(Object instance) throws Exception 
 protected  void createService() throws Exception