|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.media.jsdt.impl.JSDTObject
JSDT root class.
Field Summary | |
static int |
giveTime
The time to wait (in milliseconds) for Token give() operations. |
static int |
httpTunnelPort
The port number of the web server used by the "http" implementation which is running a CGI script or Java Servlet, that will "tunnel" JSDT messages from proxies to the server, and back. |
static int |
maxQueueSize
The maximum size of the message queue. |
static int |
maxThreadPoolSize
The maximum thread pool size. |
static long |
pingPeriod
The number of milliseconds to wait before pinging the server to see if there are any asynchronous messages buffered there which need to be retrieved. |
static java.lang.String |
registryAddress
The multicast Registry address to use with the LRMP implementation. |
static int |
registryPort
The port number the Registry should run on. |
static int |
registryTime
The number of seconds to attempt to try to start the Registry. |
static boolean |
showMessage
Use for debugging purposes. |
static boolean |
showStack
Use for debugging purposes. |
static java.lang.String |
socketFactoryClass
The factory class for creating sockets for the "socket" implementation of JSDT. |
static java.lang.String |
SSLCipher
The cipher String to use with SSL sockets. |
static long |
timeoutPeriod
The number of milliseconds to wait for a reply from the server. |
static int |
TTL
The time-to-live for LRMP packets. |
static java.lang.String |
versionString
The version string for this JSDT release. |
Constructor Summary | |
JSDTObject()
|
Method Summary | |
void |
error(java.lang.Object i,
java.lang.String method,
java.lang.Exception e)
error print out details of the exception that has occured. |
java.lang.String |
getConnectionType()
getConnectionType get the connection type of this JSDT object. |
void |
setConnectionType(java.lang.String connectType)
setConnectionType set the connection type of this JSDT object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static boolean showMessage
public static boolean showStack
public static int giveTime
public static long timeoutPeriod
public static long pingPeriod
public static int registryTime
public static int maxQueueSize
public static int maxThreadPoolSize
public static int TTL
public static java.lang.String socketFactoryClass
public static java.lang.String SSLCipher
public static int registryPort
public static java.lang.String registryAddress
public static int httpTunnelPort
public static final java.lang.String versionString
Constructor Detail |
public JSDTObject()
Method Detail |
public final void error(java.lang.Object i, java.lang.String method, java.lang.Exception e)
i
- the instance of the class where the exception occured.method
- the method the exception occured in.e
- the exception that has occured.public java.lang.String getConnectionType()
public void setConnectionType(java.lang.String connectType)
connectType
- the connection type of this JSDT object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |