FileDocCategorySizeDatePackage
HARMIServer.javaAPI DocJBoss 4.2.12204Fri Jul 13 20:52:38 BST 2007org.jboss.ha.framework.interfaces

HARMIServer

public interface HARMIServer implements Remote
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.
author
Sacha Labourey
author
Bill Burke
version
$Revision: 57188 $

Revisions:

Fields Summary
public static Hashtable
rmiServers
Constructors Summary
Methods Summary
public java.lang.ObjectgetLocal()
Get local stub for this service.

public java.util.ListgetReplicants()
Returns a list of node stubs that are current replica of this service.

public HARMIResponseinvoke(long tag, org.jboss.invocation.MarshalledInvocation mi)
Performs an invocation through this HA-RMI for the target object hidden behind it.