Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ha.hasessionstate » server » [javadoc | source]
org.jboss.ha.hasessionstate.server
public class: HASessionStateService [javadoc | source]
java.lang.Object
   org.jboss.mx.util.JBossNotificationBroadcasterSupport
      org.jboss.system.ServiceMBeanSupport
         org.jboss.ha.hasessionstate.server.HASessionStateService

All Implemented Interfaces:
    HASessionStateServiceMBean, org.jboss.kernel.spi.dependency.KernelControllerContextAware, ServiceMBean, MBeanRegistration, NotificationEmitter

Service class for HASessionState
Field Summary
protected  String jndiName     
protected  HAPartition clusterPartition     
protected  long beanCleaningDelay     
protected  HASessionStateImpl sessionState     
Fields inherited from org.jboss.system.ServiceMBeanSupport:
SERVICE_CONTROLLER_SIG,  log,  server,  serviceName
Method from org.jboss.ha.hasessionstate.server.HASessionStateService Summary:
createService,   destroyService,   getBeanCleaningDelay,   getHAPartition,   getJndiName,   getName,   getObjectName,   getPartitionName,   setBeanCleaningDelay,   setHAPartition,   setJndiName,   startService,   stopService
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:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ha.hasessionstate.server.HASessionStateService Detail:
 protected  void createService() throws Exception 
 protected  void destroyService() throws Exception 
 public long getBeanCleaningDelay() 
 public HAPartition getHAPartition() 
 public String getJndiName() 
 public String getName() 
 protected ObjectName getObjectName(MBeanServer server,
    ObjectName name) throws MalformedObjectNameException 
 public String getPartitionName() 
 public  void setBeanCleaningDelay(long newDelay) 
 public  void setHAPartition(HAPartition clusterPartition) 
 public  void setJndiName(String newName) 
 protected  void startService() throws Exception 
 protected  void stopService() throws Exception