Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TCPGOSSIP.connect(RouterStub stub,
String group,
Address logical_addr) |
Modifier and Type | Method and Description |
---|---|
void |
TUNNEL.TUNNELPolicy.connect(List<RouterStub> stubs,
String group,
Address addr,
String logical_name,
List<PhysicalAddress> phys_addrs) |
void |
TUNNEL.TUNNELPolicy.sendToAllMembers(List<RouterStub> stubs,
String group,
byte[] data,
int offset,
int length) |
void |
TUNNEL.TUNNELPolicy.sendToSingleMember(List<RouterStub> stubs,
String group,
Address dest,
byte[] data,
int offset,
int length) |
Constructor and Description |
---|
TUNNEL.StubReceiver(RouterStub stub) |
Modifier and Type | Method and Description |
---|---|
RouterStub |
RouterStubManager.createAndRegisterStub(String routerHost,
int routerPort,
InetAddress bindAddress) |
RouterStub |
RouterStubManager.unregisterStub(InetSocketAddress address) |
Modifier and Type | Method and Description |
---|---|
List<RouterStub> |
RouterStubManager.getStubs() |
Modifier and Type | Method and Description |
---|---|
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 © 2012 JBoss by Red Hat. All Rights Reserved.