Serialized Form


Package com.sun.media.jsdt

Class com.sun.media.jsdt.AlreadyBoundException implements Serializable

Class com.sun.media.jsdt.AuthenticationInfo implements Serializable

Serialized Fields

action

int action
The authentication action (CREATE*, DESTROY* or JOIN).

challenge

java.lang.Object challenge
The challenge given by the manager.

name

java.lang.String name
The name of the ByteArray, Channel or Token being created, or the name of the ByteArray, Channel, Session or Token being destroyed, or the name of the manageable object the Client is trying to join.

session

Session session
The Session associated with this authentication operation.

type

char type
The type of manageable object.

Class com.sun.media.jsdt.ClientFactory implements Serializable

Class com.sun.media.jsdt.ClientNotGrabbingException implements Serializable

Class com.sun.media.jsdt.ClientNotReleasedException implements Serializable

Class com.sun.media.jsdt.ConnectionException implements Serializable

Class com.sun.media.jsdt.Data implements Serializable

Serialized Fields

channel

Channel channel
The channel that the data is being sent over.

data

byte[] data
The raw data.

length

int length
The length (in bytes) of the raw data.

priority

int priority
The priority that this data is being sent/received at.

senderName

java.lang.String senderName
The name of the sender.

Class com.sun.media.jsdt.InvalidClientException implements Serializable

Class com.sun.media.jsdt.InvalidURLException implements Serializable

Class com.sun.media.jsdt.JSDTException implements Serializable

Serialized Fields

type

int type
The type of this JSDT exception.

Class com.sun.media.jsdt.ManagerExistsException implements Serializable

Class com.sun.media.jsdt.NameInUseException implements Serializable

Class com.sun.media.jsdt.Naming implements Serializable

Serialized Fields

po

com.sun.media.jsdt.impl.AbstractNamingProxy po
Handle to Naming class proxy.

Class com.sun.media.jsdt.NoRegistryException implements Serializable

Class com.sun.media.jsdt.NoSuchByteArrayException implements Serializable

Class com.sun.media.jsdt.NoSuchChannelException implements Serializable

Class com.sun.media.jsdt.NoSuchClientException implements Serializable

Class com.sun.media.jsdt.NoSuchConsumerException implements Serializable

Class com.sun.media.jsdt.NoSuchHostException implements Serializable

Class com.sun.media.jsdt.NoSuchListenerException implements Serializable

Class com.sun.media.jsdt.NoSuchManagerException implements Serializable

Class com.sun.media.jsdt.NoSuchSessionException implements Serializable

Class com.sun.media.jsdt.NoSuchTokenException implements Serializable

Class com.sun.media.jsdt.NotBoundException implements Serializable

Class com.sun.media.jsdt.PermissionDeniedException implements Serializable

Class com.sun.media.jsdt.PortInUseException implements Serializable

Class com.sun.media.jsdt.RegistryExistsException implements Serializable

Class com.sun.media.jsdt.RegistryFactory implements Serializable

Class com.sun.media.jsdt.SessionFactory implements Serializable

Class com.sun.media.jsdt.TimedOutException implements Serializable

Class com.sun.media.jsdt.UnknownException implements Serializable

Class com.sun.media.jsdt.URLString implements Serializable

Serialized Fields

connectType

java.lang.String connectType
The connection type for this Session/Client.

hostAddress

java.lang.String hostAddress
The URL host IP address.

hostName

java.lang.String hostName
The URL host name.

objectName

java.lang.String objectName
The URL object name.

objectType

java.lang.String objectType
The URL object type (Session or Client).

port

int port
The URL port number.

protocol

java.lang.String protocol
The URL protocol (jsdt:).

valid

boolean valid
The validity of the URLString. True if successfully broken down.


Package com.sun.media.jsdt.event

Class com.sun.media.jsdt.event.ByteArrayAdaptor implements Serializable

Class com.sun.media.jsdt.event.ByteArrayEvent implements Serializable

Serialized Fields

byteArray

ByteArray byteArray
The byte array associated with this ByteArray event.

clientName

java.lang.String clientName
The name of the client causing this event.

session

Session session
The session associated with this ByteArray event.

type

int type
The type of this ByteArray event.

Class com.sun.media.jsdt.event.ChannelAdaptor implements Serializable

Class com.sun.media.jsdt.event.ChannelEvent implements Serializable

Serialized Fields

channel

Channel channel
The channel this event occured on.

clientName

java.lang.String clientName
The name of the client causing this event.

session

Session session
The session associated with this Channel event.

type

int type
The type of this Channel event.

Class com.sun.media.jsdt.event.ClientAdaptor implements Serializable

Class com.sun.media.jsdt.event.ClientEvent implements Serializable

Serialized Fields

client

Client client
The client associated with this Client event.

resourceName

java.lang.String resourceName
The name of the resource that this event occured on.

session

Session session
The session associated with this Client event.

type

int type
The type of this Client event.

Class com.sun.media.jsdt.event.SessionAdaptor implements Serializable

Class com.sun.media.jsdt.event.SessionEvent implements Serializable

Serialized Fields

clientName

java.lang.String clientName
The name of the client causing this event.

resourceName

java.lang.String resourceName
The name of the resource within the session that the event affects.

session

Session session
The session associated with this Session event.

type

int type
The type of this Session event.

Class com.sun.media.jsdt.event.TokenAdaptor implements Serializable

Class com.sun.media.jsdt.event.TokenEvent implements Serializable

Serialized Fields

clientName

java.lang.String clientName
The name of the client causing this event.

session

Session session
The session associated with this Token event.

token

Token token
The token this event occured on.

type

int type
The type of this Token event.