copyright The Portico Project 2008.

org.portico.binding.jsop
Class JSOPConstants

java.lang.Object
  extended by org.portico.binding.jsop.JSOPConstants

public final class JSOPConstants
extends Object

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

DEFAULT_PORT

public static final int DEFAULT_PORT
The default port used by JSOP

See Also:
Constant Field Values

CONNECT_TIMEOUT

public static int CONNECT_TIMEOUT
The timeout for new connection to the server (in millis). This can be altered through the portico.lrc.jsop.connectTimeout system property


SOCKET_TIMEOUT

public static int SOCKET_TIMEOUT
This is the timeout value set on the sockets used for sending messages to/from the RTI. This value is used on the sockets on both sides of the connection. It defaults to 0, which is the same as setting an infinite timeout.


JSOP_BINDING_KEY

public static final String JSOP_BINDING_KEY
The key to use in the multicast discovery query

See Also:
Constant Field Values
Constructor Detail

JSOPConstants

private JSOPConstants()

copyright The Portico Project 2008.