|
|||||||||||
PREV CLASS NEXT CLASS | 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.
Revisions:
Field Summary | |
static Hashtable |
rmiServers
|
Method Summary | |
Object |
getLocal()
Get local stub for this service. |
List |
getReplicants()
Returns a list of node stubs that are current replica of this service. |
HARMIResponse |
invoke(long tag,
org.jboss.invocation.MarshalledInvocation mi)
Performs an invocation through this HA-RMI for the target object hidden behind it. |
Field Detail |
public static final Hashtable rmiServers
Method Detail |
public HARMIResponse invoke(long tag, org.jboss.invocation.MarshalledInvocation mi) throws Exception
Exception
public List getReplicants() throws Exception
Exception
public Object getLocal() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |