Serialized Form
Package com.sun.media.jsdt.impl |
byteArrayManager
com.sun.media.jsdt.ByteArrayManager byteArrayManager
- The byte array manager associated with this byte array (if any).
po
AbstractByteArrayProxy po
- Handle to client-side proxy.
session
com.sun.media.jsdt.Session session
- The session that this byte array belongs to.
so
AbstractByteArrayServer so
- Handle to server-side object.
value
byte[] value
- The value of this shared byte array.
name
java.lang.String name
- The name of this channel consumer.
ordered
boolean ordered
- Indicates whether data sent over this channel will be ordered.
po
AbstractChannelProxy po
- Handle to client-side proxy.
reliable
boolean reliable
- Indicates if data sent over this channel will be reliably delivered.
session
SessionImpl session
- The session that this channel belongs to.
so
AbstractChannelServer so
- Handle to server-side object.
byteArrays
java.util.Vector byteArrays
- Byte Arrays that this client is currently joined to.
channels
java.util.Vector channels
- Channels that this client is currently joined to.
check
java.lang.Object check
- Object to use as a check this Client is not being spoofed.
client
com.sun.media.jsdt.Client client
- For invitable clients, the client to use for authentication.
consumers
java.util.Hashtable consumers
- Channel consumers associated with this client.
listener
com.sun.media.jsdt.event.ClientListener listener
- For invitable clients, the listener to send client events too.
name
java.lang.String name
- The name of this client.
tokens
java.util.Vector tokens
- Tokens that this client is currently joined to.
name
java.lang.String name
- The name of this manager.
connectType
java.lang.String connectType
- The type of this implemention (socket, rmi, lrmp, http ...).
mpo
AbstractManageableProxy mpo
- Handle to manageable client-side proxy.
name
java.lang.String name
- The name of this object.
objectType
char objectType
- The type of this object (ByteArray, Channel, Session or Token).
po
AbstractSessionProxy po
- Handle to client-side proxy.
so
AbstractSessionServer so
- Handle to server-side object.
isExclusive
boolean isExclusive
- Indicates whether the token is being grabbed exclusively.
po
AbstractTokenProxy po
- Handle to client-side proxy.
session
SessionImpl session
- The session that this token belongs to.
so
AbstractTokenServer so
- Handle to server-side object.
status
java.lang.Integer status
- The status of this token.
tokenManager
com.sun.media.jsdt.TokenManager tokenManager
- The token manager associated with this token (if any).
Package com.sun.media.jsdt.template |
name
java.lang.String name
- The name of this Client.