|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jgroup.TransportConfig
The TransportConfig
class contains the basic information
used to configure the transport layer of the Jgroup implementation.
Field Summary | |
static int |
JGROUP_PORT
Default Jgroup port |
private int |
port
Port used by the transport layer to communicate |
Constructor Summary | |
TransportConfig()
Constructs a TransportConfig with the default Jgroup port. |
|
TransportConfig(int port)
Constructs a TransportConfig with the specified port. |
Method Summary | |
int |
getPort()
Return the port number stored in this object. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int JGROUP_PORT
private int port
Constructor Detail |
public TransportConfig()
TransportConfig
with the default Jgroup port.public TransportConfig(int port)
TransportConfig
with the specified port.port
- The port to be usedMethod Detail |
public int getPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |