dermi
Interface StatefulReplica

All Known Implementing Classes:
DOLRChannelImpl

public interface StatefulReplica

This is the interface to be implemented by any replicated stateful Dermi object

Version:
1.2
Author:
Carles Pairot

Method Summary
 java.io.Serializable getRemoteObjectState()
          Method for obtaining this object's state
 void loadRemoteObjectState()
          Method for loading state into this object
 

Method Detail

loadRemoteObjectState

void loadRemoteObjectState()
                           throws RemoteException
Method for loading state into this object

Throws:
RemoteException

getRemoteObjectState

java.io.Serializable getRemoteObjectState()
Method for obtaining this object's state

Returns:
Serializable