Uses of Class
org.jgroups.stack.RouterStub

Packages that use RouterStub
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.stack Support for managing protocol stacks. 
 

Uses of RouterStub in org.jgroups.protocols
 

Methods in org.jgroups.protocols with parameters of type RouterStub
protected  void TCPGOSSIP.connect(RouterStub stub, java.lang.String group, Address logical_addr)
           
 

Method parameters in org.jgroups.protocols with type arguments of type RouterStub
 void TUNNEL.TUNNELPolicy.connect(java.util.List<RouterStub> stubs, java.lang.String group, Address addr, java.lang.String logical_name, java.util.List<PhysicalAddress> phys_addrs)
           
 void TUNNEL.TUNNELPolicy.sendToAllMembers(java.util.List<RouterStub> stubs, java.lang.String group, byte[] data, int offset, int length)
           
 void TUNNEL.TUNNELPolicy.sendToSingleMember(java.util.List<RouterStub> stubs, java.lang.String group, Address dest, byte[] data, int offset, int length)
           
 

Constructors in org.jgroups.protocols with parameters of type RouterStub
TUNNEL.StubReceiver(RouterStub stub)
           
 

Uses of RouterStub in org.jgroups.stack
 

Methods in org.jgroups.stack that return RouterStub
 RouterStub RouterStubManager.createAndRegisterStub(java.lang.String routerHost, int routerPort, java.net.InetAddress bindAddress)
           
 RouterStub RouterStubManager.unregisterStub(java.net.InetSocketAddress address)
           
 

Methods in org.jgroups.stack that return types with arguments of type RouterStub
 java.util.List<RouterStub> RouterStubManager.getStubs()
           
 

Methods in org.jgroups.stack with parameters of type RouterStub
 void RouterStubManager.connectionStatusChange(RouterStub stub, RouterStub.ConnectionStatus newState)
           
 void RouterStub.ConnectionListener.connectionStatusChange(RouterStub stub, RouterStub.ConnectionStatus state)
           
 void RouterStubManager.registerStub(RouterStub s)
           
 void RouterStubManager.startReconnecting(RouterStub stub)
           
 void RouterStubManager.stopReconnecting(RouterStub stub)
           
 boolean RouterStubManager.unregisterStub(RouterStub s)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.