jrun.servlet.session
Interface SessionReplicationServiceRemote

All Superinterfaces:
ClusterableService, java.rmi.Remote
All Known Implementing Classes:
SessionReplicationService

public interface SessionReplicationServiceRemote
extends ClusterableService

Clustered service that passes session information to all servers specified in buddy-names in jrun-web.xml

Author:
Brian Deitte

Method Summary
 java.util.Collection recoverSessions(java.lang.String serverName, java.lang.String webapp)
           
 void replicate(java.rmi.MarshalledObject jrunSession, java.lang.String webapp)
           
 
Methods inherited from interface jrunx.cluster.ClusterableService
getPeers, getRemoteHostIP, getRemoteHostName, getRemoteServerName, getServerInfo, invoke, killRemoteServer, numPeers, toStub
 

Method Detail

replicate

public void replicate(java.rmi.MarshalledObject jrunSession,
                      java.lang.String webapp)
               throws java.rmi.RemoteException

recoverSessions

public java.util.Collection recoverSessions(java.lang.String serverName,
                                            java.lang.String webapp)
                                     throws java.rmi.RemoteException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.