jrun.servlet.session
Interface ReplicationIdServiceMBean

All Superinterfaces:
java.io.Serializable, Service, ServiceMBean
All Known Implementing Classes:
ReplicationIdService

public interface ReplicationIdServiceMBean
extends ServiceMBean

Stores and retrieves the replication id information used to propogate session replication information to the webserver connectors.

Author:
Brian Deitte

Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 java.lang.String getReplicationId()
           
 
Methods inherited from interface jrunx.kernel.ServiceMBean
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 

Method Detail

getReplicationId

public java.lang.String getReplicationId()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.