Package uka.karmi.rmi.server

Interface Summary
Constants Global KaRMI constants
Unreferenced Interface that provides a callback method for the unreferenced signal.
 

Class Summary
RemoteObject RemoteObject is the base class for remotely accessible objects.
RemoteServerRef RemoteServerRef is the base class for all remote server references in KaRMI.
RemoteStub Base class for remote stubs.
ReplicaStub Represents a reference to a ReplicatedObject while in transit in a remote method invocation.
ReplicatedObject  
ReplicatedServerRef  
ReplicatedServerRef.CollectiveOperation  
ReplicatedServerRef.Wakeup  
UnicastRemoteClientRef The client side reference of a unicast remote object.
UnicastRemoteObject A remote object that has exactly one server implementation object.
UnicastRemoteServerRef UnicastRemoteServerRef is a remote server reference for unicast remote objects.
 

Exception Summary
ServerCloneException This exception is thrown if the server does not support cloning or an error occured while cloning.
ServerNotActiveException A ServerNotActiveException is an exception thrown by RemoteServerRef.getClientHost if the call is not part of a remote method execution.