Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ha.hasessionstate » server » [javadoc | source]
org.jboss.ha.hasessionstate.server
public interface: HASessionStateServiceMBean [javadoc | source]

All Implemented Interfaces:
    ServiceMBean

All Known Implementing Classes:
    HASessionStateService

MBEAN interface for HASessionState service.
Field Summary
 ObjectName OBJECT_NAME     
Method from org.jboss.ha.hasessionstate.server.HASessionStateServiceMBean Summary:
getBeanCleaningDelay,   getHAPartition,   getJndiName,   getPartitionName,   setBeanCleaningDelay,   setHAPartition,   setJndiName
Method from org.jboss.ha.hasessionstate.server.HASessionStateServiceMBean Detail:
 public long getBeanCleaningDelay()
 public HAPartition getHAPartition()
    Get the underlying partition used by this service.
 public String getJndiName()
 public String getPartitionName()
    Gets the name of the partition used by this service. This is a convenience method as the partition name is an attribute of HAPartition.
 public  void setBeanCleaningDelay(long newDelay)
 public  void setHAPartition(HAPartition clusterPartition)
    Sets the underlying partition used by this service.
 public  void setJndiName(String newName)