Serialized Form
Package com.sun.media.jsdt |
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.
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.
type
int type
- The type of this JSDT exception.
po
com.sun.media.jsdt.impl.AbstractNamingProxy po
- Handle to Naming class proxy.
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 |
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.
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.
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.
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.
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.