org.jboss.ha.hasessionstate.server
Interface HASessionStateServiceMBean

All Superinterfaces:
Service (src) , ServiceMBean (src)
All Known Implementing Classes:
HASessionStateService (src)

public interface HASessionStateServiceMBean
extends ServiceMBean (src)

MBEAN interface for HASessionState service.

See Also:
HASessionState (src)

Field Summary
static ObjectName (src) OBJECT_NAME
           
 
Fields inherited from interface org.jboss.system.ServiceMBean (src)
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 long getBeanCleaningDelay()
           
 java.lang.String getJndiName()
           
 java.lang.String getPartitionName()
           
 void setBeanCleaningDelay(long newDelay)
           
 void setJndiName(java.lang.String newName)
           
 void setPartitionName(java.lang.String name)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

public static final ObjectName (src)  OBJECT_NAME
Method Detail

getJndiName

public java.lang.String getJndiName()

setJndiName

public void setJndiName(java.lang.String newName)

getPartitionName

public java.lang.String getPartitionName()

setPartitionName

public void setPartitionName(java.lang.String name)

getBeanCleaningDelay

public long getBeanCleaningDelay()

setBeanCleaningDelay

public void setBeanCleaningDelay(long newDelay)