Serialized Form


Package com.sun.media.jsdt.impl

Class com.sun.media.jsdt.impl.ByteArrayImpl implements Serializable

Serialized Fields

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.

Class com.sun.media.jsdt.impl.ChannelConsumerImpl implements Serializable

Serialized Fields

name

java.lang.String name
The name of this channel consumer.

Class com.sun.media.jsdt.impl.ChannelImpl implements Serializable

Serialized Fields

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.

Class com.sun.media.jsdt.impl.ClientImpl implements Serializable

Serialized Fields

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.

Class com.sun.media.jsdt.impl.JSDTManagerImpl implements Serializable

Serialized Fields

name

java.lang.String name
The name of this manager.

Class com.sun.media.jsdt.impl.JSDTObject implements Serializable

Serialized Fields

connectType

java.lang.String connectType
The type of this implemention (socket, rmi, lrmp, http ...).

Class com.sun.media.jsdt.impl.ManageableImpl implements Serializable

Serialized Fields

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).

Class com.sun.media.jsdt.impl.SessionImpl implements Serializable

Serialized Fields

po

AbstractSessionProxy po
Handle to client-side proxy.

so

AbstractSessionServer so
Handle to server-side object.

Class com.sun.media.jsdt.impl.TokenImpl implements Serializable

Serialized Fields

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).

Class com.sun.media.jsdt.impl.Util implements Serializable


Package com.sun.media.jsdt.template

Class com.sun.media.jsdt.template.templateClient implements Serializable

Serialized Fields

name

java.lang.String name
The name of this Client.

Class com.sun.media.jsdt.template.templateSession implements Serializable