FileDocCategorySizeDatePackage
HASessionStateServiceMBean.javaAPI DocJBoss 4.2.12555Fri Jul 13 20:52:38 BST 2007org.jboss.ha.hasessionstate.server

HASessionStateServiceMBean

public interface HASessionStateServiceMBean implements org.jboss.system.ServiceMBean
MBEAN interface for HASessionState service.
see
org.jboss.ha.hasessionstate.interfaces.HASessionState
author
sacha.labourey@cogito-info.ch
version
$Revision: 57188 $

Revisions:

Fields Summary
ObjectName
OBJECT_NAME
Constructors Summary
Methods Summary
public longgetBeanCleaningDelay()

public org.jboss.ha.framework.server.ClusterPartitionMBeangetClusterPartition()
Get the underlying partition used by this service.

return
the partition

public java.lang.StringgetJndiName()

public java.lang.StringgetPartitionName()
Gets the name of the HAPartition used by this service.

return
the name of the partition
deprecate
use {@link #getClusterPartition()}

public voidsetBeanCleaningDelay(long newDelay)

public voidsetClusterPartition(org.jboss.ha.framework.server.ClusterPartitionMBean clusterPartition)
Sets the underlying partition used by this service.

param
clusterPartition the partition

public voidsetJndiName(java.lang.String newName)

public voidsetPartitionName(java.lang.String name)
Sets the name of the HAPartition used by this service.

param
name the name of the partition
deprecate
use {@link #setClusterPartition()}