|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
When using HA-RMI, the RMI communication end-point on the server-side is an instance of this class. All invocations are sent through this servant that will route the call to the appropriate object and call the appropriate Java method.
Field Summary | |
static java.util.Hashtable |
rmiServers
|
Method Summary | |
java.lang.Object |
getLocal()
Get local stub for this service. |
java.util.List |
getReplicants()
Returns a list of node stubs that are current replica of this service. |
HARMIResponse (src) |
invoke(long tag,
MarshalledInvocation (src) mi)
Performs an invocation through this HA-RMI for the target object hidden behind it. |
Field Detail |
public static final java.util.Hashtable rmiServers
Method Detail |
public HARMIResponse (src) invoke(long tag, MarshalledInvocation (src) mi) throws java.lang.Exception
java.lang.Exception
public java.util.List getReplicants() throws java.lang.Exception
java.lang.Exception
public java.lang.Object getLocal() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |