|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeRegisterRMIStub
| Method Summary | |
|---|---|
void |
forceRemoval(java.util.ArrayList<SIPNode> ping)
Method for nodes to force their removal from the load balancer. |
void |
handlePing(java.util.ArrayList<SIPNode> ping)
Method for nodes to send keep alives to the load balancer |
void |
switchover(java.lang.String fromJvmRoute,
java.lang.String toJvmRoute)
Migrate from one jvmRoute to another. |
| Method Detail |
|---|
void handlePing(java.util.ArrayList<SIPNode> ping)
throws java.rmi.RemoteException
ping - list of SIPNode to add to the load balancer's list of availables nodes to dispatch requests to
java.rmi.RemoteException - if anything goes wrong during the RMI call
void forceRemoval(java.util.ArrayList<SIPNode> ping)
throws java.rmi.RemoteException
ping - list of SIPNode to remove from the load balancer's list of availables nodes to dispatch requests to
java.rmi.RemoteException - if anything goes wrong during the RMI call
void switchover(java.lang.String fromJvmRoute,
java.lang.String toJvmRoute)
throws java.rmi.RemoteException
fromJvmRoute - toJvmRoute -
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||