|
copyright The Portico Project 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.portico.binding.jsop.JSOPConstants
public final class JSOPConstants
This class holds constant values used by both the LRC and RTI sections of the JSOP binding. As such, this class should end up in both LRC and RTI jar files.
Field Summary | |
---|---|
static int |
CONNECT_TIMEOUT
The timeout for new connection to the server (in millis). |
static int |
DEFAULT_PORT
The default port used by JSOP |
static String |
JSOP_BINDING_KEY
The key to use in the multicast discovery query |
static int |
SOCKET_TIMEOUT
This is the timeout value set on the sockets used for sending messages to/from the RTI. |
Constructor Summary | |
---|---|
private |
JSOPConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_PORT
public static int CONNECT_TIMEOUT
portico.lrc.jsop.connectTimeout
system property
public static int SOCKET_TIMEOUT
public static final String JSOP_BINDING_KEY
Constructor Detail |
---|
private JSOPConstants()
|
copyright The Portico Project 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |