A B C D E G H I J L M N O P R S T U V _

A

AbstractByteArrayProxy - interface com.sun.media.jsdt.impl.AbstractByteArrayProxy.
JSDT abstract client-side ByteArray proxy interface.
AbstractByteArrayServer - interface com.sun.media.jsdt.impl.AbstractByteArrayServer.
JSDT abstract server-side ByteArray interface.
AbstractChannelProxy - interface com.sun.media.jsdt.impl.AbstractChannelProxy.
JSDT abstract client-side Channel proxy interface.
AbstractChannelServer - interface com.sun.media.jsdt.impl.AbstractChannelServer.
JSDT abstract server-side Channel interface.
AbstractManageableProxy - interface com.sun.media.jsdt.impl.AbstractManageableProxy.
JSDT client-side abstract proxy manageable parent class.
AbstractManageableServer - interface com.sun.media.jsdt.impl.AbstractManageableServer.
JSDT server-side abstract manageable parent interface.
AbstractNamingProxy - interface com.sun.media.jsdt.impl.AbstractNamingProxy.
JSDT abstract Naming interface.
AbstractRegistry - interface com.sun.media.jsdt.impl.AbstractRegistry.
The Registry contains a transient database that maps names to JSDT objects.
AbstractSessionProxy - interface com.sun.media.jsdt.impl.AbstractSessionProxy.
JSDT abstract client-side Session proxy interface.
AbstractSessionServer - interface com.sun.media.jsdt.impl.AbstractSessionServer.
JSDT abstract server-side Session interface.
AbstractTokenProxy - interface com.sun.media.jsdt.impl.AbstractTokenProxy.
JSDT abstract client-side Token proxy interface.
AbstractTokenServer - interface com.sun.media.jsdt.impl.AbstractTokenServer.
JSDT abstract server-side Token interface.
addByteArrayListener(ByteArrayListener) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
add the specified ByteArray listener to receive ByteArray events for this ByteArray.
addChannelListener(ChannelListener) - Method in class com.sun.media.jsdt.impl.ChannelImpl
add the specified Channel listener to receive Channel events for this Channel.
addConsumer(Client, ChannelConsumer) - Method in class com.sun.media.jsdt.impl.ChannelImpl
add a new ChannelConsumer for this Client.
addConsumer(Client, ChannelConsumer) - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
addConsumer add a new channel consumer for this client.
addConsumer(Client, ChannelConsumer) - Method in class com.sun.media.jsdt.template.ChannelProxy
addConsumer add a new channel consumer for this client.
addListener(EventListener) - Method in class com.sun.media.jsdt.impl.ManageableImpl
addListener add a listener to this manageable object.
addListener(EventListener, char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
addListener add a listener to this manageable object.
addSessionListener(SessionListener) - Method in class com.sun.media.jsdt.impl.SessionImpl
addSessionListener add a listener to the list that will be informed when any client undergoes any changes for this Session.
addTokenListener(TokenListener) - Method in class com.sun.media.jsdt.impl.TokenImpl
add the specified Token listener to receive Token events for this Token.
AlreadyBoundException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
attachSessionManager(SessionManager, Session) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
attachSessionManager attach a SessionManager to this Session.
authenticate(AuthenticationInfo) - Method in class com.sun.media.jsdt.impl.ClientImpl
used to authenticate a Client for potentially joining a managed object, or creating or destroying a ByteArray, Channel or Token within a managed Session.
authenticate(AuthenticationInfo) - Method in class com.sun.media.jsdt.template.templateClient
 
AuthenticationInfo_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 

B

bind(Naming, URLString, String, Object) - Method in interface com.sun.media.jsdt.impl.AbstractNamingProxy
bind binds the name to the specified JSDT object.
bind(Naming, URLString, String, Object) - Method in class com.sun.media.jsdt.template.NamingProxy
bind binds the name to the specified JSDT object.
ByteArrayEvent_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
byteArrayExists(String) - Method in class com.sun.media.jsdt.impl.SessionImpl
checks if a Bytearray with this name exists.
byteArrayExists(String) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
checks if a Bytearray with this name exists.
byteArrayExpelled(ByteArrayEvent) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
invoked when a Client has been expelled from a ByteArray.
byteArrayExpelled(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
 
ByteArrayImpl - class com.sun.media.jsdt.impl.ByteArrayImpl.
JSDT Byte Array (implementation) class.
ByteArrayImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ByteArrayImpl(boolean, String, SessionImpl, byte[]) - Constructor for class com.sun.media.jsdt.impl.ByteArrayImpl
ByteArrayImpl the constructor for the ByteArray (implementation) class.
byteArrayInvited(ByteArrayEvent) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
invoked when a Client has been invited to join a ByteArray.
byteArrayInvited(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
 
byteArrayJoined(ByteArrayEvent) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
invoked when a Client has joined a ByteArray.
byteArrayLeft(ByteArrayEvent) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
invoked when a Client has left a ByteArray.
byteArrayManaged(String) - Method in class com.sun.media.jsdt.impl.SessionImpl
checks if the Bytearray with this name is managed.
byteArrayManaged(String) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
checks if the Bytearray with this name is managed.
byteArrayManager - Variable in class com.sun.media.jsdt.impl.ByteArrayImpl
The byte array manager associated with this byte array (if any).
ByteArrayManagerImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ByteArrayProxy - class com.sun.media.jsdt.template.ByteArrayProxy.
JSDT Byte Array proxy class.
ByteArrayProxy() - Constructor for class com.sun.media.jsdt.template.ByteArrayProxy
 
ByteArrayServer - class com.sun.media.jsdt.template.ByteArrayServer.
JSDT Byte Array server class.
ByteArrayServer() - Constructor for class com.sun.media.jsdt.template.ByteArrayServer
 
byteArrayValueChanged(ByteArrayEvent) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
invoked when the value of a ByteArray has changed.

C

changeListenerMask(EventListener, int, boolean) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
changeListenerMask enables or disables certain events for this JSDT listener.
changeManagerMask(JSDTManager, int, boolean, char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
changeManagerMask enables or disables certain events for this JSDT Manager.
ChannelConsumerImpl - class com.sun.media.jsdt.impl.ChannelConsumerImpl.
JSDT Channel Consumer interface.
ChannelConsumerImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ChannelConsumerImpl(String, Client) - Constructor for class com.sun.media.jsdt.impl.ChannelConsumerImpl
ChannelConsumerImpl the constructor for the ChannelConsumerImpl class.
ChannelEvent_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
channelExists(String) - Method in class com.sun.media.jsdt.impl.SessionImpl
checks if a Channel with this name exists.
channelExists(String) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
checks if a Channel with this name exists.
channelExpelled(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
 
ChannelImpl - class com.sun.media.jsdt.impl.ChannelImpl.
JSDT Channel (implementation) class.
ChannelImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ChannelImpl(boolean, String, SessionImpl, boolean, boolean) - Constructor for class com.sun.media.jsdt.impl.ChannelImpl
Channel the constructor for the Channel class.
channelInvited(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
 
channelManaged(String) - Method in class com.sun.media.jsdt.impl.SessionImpl
checks if the Channel with this name is managed.
channelManaged(String) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
checks if the Channel with this name is managed.
ChannelManagerImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ChannelProxy - class com.sun.media.jsdt.template.ChannelProxy.
JSDT Session proxy class.
ChannelProxy() - Constructor for class com.sun.media.jsdt.template.ChannelProxy
 
ChannelServer - class com.sun.media.jsdt.template.ChannelServer.
JSDT Channel server class.
ChannelServer() - Constructor for class com.sun.media.jsdt.template.ChannelServer
 
ClientEvent_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ClientFactory_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ClientImpl - class com.sun.media.jsdt.impl.ClientImpl.
JSDT Client (implementation) class.
ClientImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ClientImpl() - Constructor for class com.sun.media.jsdt.impl.ClientImpl
ClientImpl the default constructor for the ClientImpl class.
ClientImpl(String, Object) - Constructor for class com.sun.media.jsdt.impl.ClientImpl
ClientImpl the constructor for the ClientImpl class.
ClientNotGrabbingException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ClientNotReleasedException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
close() - Method in class com.sun.media.jsdt.impl.SessionImpl
Deprecated. As of JSDT 1.5, the preferred way to do this is via the close(boolean closeConnection) method, setting closeConnection to false.
close(boolean) - Method in class com.sun.media.jsdt.impl.SessionImpl
closes the session, rendering the session handle invalid.
close(boolean) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
closes the session, rendering the session handle invalid.
com.sun.media.jsdt.impl - package com.sun.media.jsdt.impl
 
com.sun.media.jsdt.template - package com.sun.media.jsdt.template
 
connectArgs - Static variable in class com.sun.media.jsdt.impl.JSDTSecurity
 
ConnectionException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
createByteArray(Client, String, boolean) - Method in class com.sun.media.jsdt.impl.SessionImpl
creates a shared ByteArray with the given name which can then be used with the various ByteArray operations.
createByteArray(Client, String, byte[], boolean) - Method in class com.sun.media.jsdt.impl.SessionImpl
Deprecated. This method is inconsistent with the way Sessions, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createByteArray(Client client, String byteArrayName, boolean autoJoin) method, and then use the ByteArray.setValue(Client client, byte[] value) method, to set the initial value.
createByteArray(Client, String, byte[], ByteArrayManager) - Method in class com.sun.media.jsdt.impl.SessionImpl
Deprecated. This method is inconsistent with the way Sessions, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createByteArray(Client client, String byteArrayName, ByteArrayManager byteArrayManager) method, and then use the ByteArray.setValue(Client client, byte[] value) method, to set the initial value.
createByteArray(Client, String, byte[], int, int, boolean) - Method in class com.sun.media.jsdt.impl.SessionImpl
Deprecated. This method is inconsistent with the way Sessions, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createByteArray(Client client, String byteArrayName, boolean autoJoin) method, and then use the ByteArray.setValue(Client client, byte[] value, int offset, int length method, to set the initial value.
createByteArray(Client, String, byte[], int, int, boolean) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
creates a shared ByteArray with the given name and value which can then be used with the various ByteArray operations.
createByteArray(Client, String, byte[], int, int, ByteArrayManager) - Method in class com.sun.media.jsdt.impl.SessionImpl
Deprecated. This method is inconsistent with the way Sessions, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createByteArray(Client client, String byteArrayName, ByteArrayManager byteArrayManager) method, and then use the ByteArray.setValue(Client client, byte[] value, int offset, int length method, to set the initial value.
createByteArray(Client, String, byte[], int, int, ByteArrayManager) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
creates a ByteArray with the given name and value which can then be used with the various ByteArray operations.
createByteArray(Client, String, ByteArrayManager) - Method in class com.sun.media.jsdt.impl.SessionImpl
creates a shared ByteArray with the given name which can then be used with the various ByteArray operations.
createChannel(Client, String, boolean, boolean, boolean) - Method in class com.sun.media.jsdt.impl.SessionImpl
createChannel creates a channel with the given name which can then be used with the various channel operations.
createChannel(Client, String, boolean, boolean, boolean) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
creates a Channel with the given name which can then be used with the various Channel operations.
createChannel(Client, String, boolean, boolean, ChannelManager) - Method in class com.sun.media.jsdt.impl.SessionImpl
creates a Channel with the given name which can then be used with the various Channel operations.
createChannel(Client, String, boolean, boolean, ChannelManager) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
creates a Channel with the given name which can then be used with the various Channel operations.
createServerSocket(int) - Method in interface com.sun.media.jsdt.impl.JSDTSocketFactory
createServerSocket returns a server socket which uses all network interfaces on the host, and is bound to the specified port.
createSocket(String, int) - Method in interface com.sun.media.jsdt.impl.JSDTSocketFactory
createSocket returns a socket connected to a ServerSocket on the named host, at the given port.
createToken(Client, String, boolean) - Method in class com.sun.media.jsdt.impl.SessionImpl
creates a Token with the given name which can then be used with the various Token operations.
createToken(Client, String, boolean) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
creates a Token with the given name which can then be used with the various Token operations.
createToken(Client, String, TokenManager) - Method in class com.sun.media.jsdt.impl.SessionImpl
creates a Token with the given name which can then be used with the various Token operations.
createToken(Client, String, TokenManager) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
creates a Token with the given name which can then be used with the various Token operations.

D

D_All - Static variable in class com.sun.media.jsdt.impl.ChannelImpl
Send Data to all consumers (including self) of the Channel.
D_Client - Static variable in class com.sun.media.jsdt.impl.ChannelImpl
Send Data to a specific consumer of the Channel.
D_Others - Static variable in class com.sun.media.jsdt.impl.ChannelImpl
Send Data to all other consumers of the Channel.
Data_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
dataAvailable(Client) - Method in class com.sun.media.jsdt.impl.ChannelImpl
tests whether there is Data available to read on this Channel.
dataAvailable(Client) - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
dataAvailable
dataAvailable(Client) - Method in class com.sun.media.jsdt.template.ChannelProxy
dataAvailable
dataReceived(Data) - Method in class com.sun.media.jsdt.impl.ChannelConsumerImpl
dataReceived is called when data is received for this client on the given channel.
destroy(Client) - Method in class com.sun.media.jsdt.impl.ManageableImpl
destroy this Manageable object.
destroy(Client, char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
destroy this Manageable object.
disableListenerEvents(EventListener, int) - Method in class com.sun.media.jsdt.impl.ManageableImpl
disable certain events for this JSDT listener.
disableManagerEvents(JSDTManager, int) - Method in class com.sun.media.jsdt.impl.ManageableImpl
disable certain events for the manager (if any) associated with this manageable object.

E

enableListenerEvents(EventListener, int) - Method in class com.sun.media.jsdt.impl.ManageableImpl
enable certain events for this JSDT listener.
enableManagerEvents(JSDTManager, int) - Method in class com.sun.media.jsdt.impl.ManageableImpl
enable certain events for the manager (if any) associated with this manageable object.
enablePrivilege - Static variable in class com.sun.media.jsdt.impl.JSDTSecurity
 
error(Object, String, Exception) - Method in class com.sun.media.jsdt.impl.JSDTObject
error print out details of the exception that has occured.
expel(Client[]) - Method in class com.sun.media.jsdt.impl.ManageableImpl
expel Clients from this Manageable object.
expel(Client[], char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
expel Clients from this Manageable object.

G

getByteArrays() - Method in class com.sun.media.jsdt.impl.ClientImpl
getByteArrays get a vector of the byte arrays that this client is currently joined to.
getByteArraysJoined(Client) - Method in class com.sun.media.jsdt.impl.SessionImpl
return an array of ByteArrays that this Client has successfully joined.
getByteArraysJoined(Client) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
return an array of ByteArrays that this Client has successfully joined.
getChannels() - Method in class com.sun.media.jsdt.impl.ClientImpl
getChannels get a vector of the channels that this client is currently joined to.
getChannelsJoined(Client) - Method in class com.sun.media.jsdt.impl.SessionImpl
return an array of Channels that this Client has successfully joined.
getChannelsJoined(Client) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
return an array of Channels that this Client has successfully joined.
getCheck() - Method in class com.sun.media.jsdt.impl.ClientImpl
getCheck gets the object to use as a check this Client is not being spoofed.
getConnectionType() - Method in class com.sun.media.jsdt.impl.JSDTObject
getConnectionType get the connection type of this JSDT object.
getConsumers() - Method in class com.sun.media.jsdt.impl.ClientImpl
getConsumers get a hashtable of the channel consumers associated with this client.
getListener() - Method in class com.sun.media.jsdt.impl.ClientImpl
getListener returns the client listener associated with this invitable client.
getName() - Method in class com.sun.media.jsdt.impl.ManageableImpl
getName get the name of this object.
getName() - Method in class com.sun.media.jsdt.impl.ClientImpl
get the name of this Client.
getName() - Method in class com.sun.media.jsdt.impl.JSDTManagerImpl
getName get the name of this manager.
getName() - Method in class com.sun.media.jsdt.template.templateClient
 
getProxy() - Method in interface com.sun.media.jsdt.impl.AbstractTokenProxy
getProxy get a handle to the "client-side" proxy for this Token.
getProxy() - Method in interface com.sun.media.jsdt.impl.AbstractByteArrayProxy
getProxy get a handle to the "client-side" proxy for this ByteArray.
getProxy() - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
getProxy get a handle to the client-side proxy for this manageable object.
getProxy() - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
getProxy get a handle to the "client-side" proxy for this Channel.
getProxy() - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
getProxy get a handle to the proxy for this Session.
getProxy() - Method in interface com.sun.media.jsdt.impl.AbstractNamingProxy
getProxy get a handle to the proxy for the Registry.
getProxy() - Method in class com.sun.media.jsdt.template.ChannelProxy
getProxy get a handle to the "client-side" proxy for this Channel.
getProxy() - Method in class com.sun.media.jsdt.template.TokenProxy
getProxy get a handle to the "client-side" proxy for this Token.
getProxy() - Method in class com.sun.media.jsdt.template.ByteArrayProxy
getProxy get a handle to the "client-side" proxy for this ByteArray.
getProxy() - Method in class com.sun.media.jsdt.template.NamingProxy
getProxy get a handle to the proxy for the Registry.
getResource(String) - Static method in class com.sun.media.jsdt.impl.JSDTI18N
gets a localized String resource from the set of Strings associated with the JSDT toolkit.
getServer() - Method in interface com.sun.media.jsdt.impl.AbstractChannelServer
getServer get a handle to the "server-side" for this Channel.
getServer() - Method in interface com.sun.media.jsdt.impl.AbstractByteArrayServer
getServer get a handle to the "server-side" for this ByteArray.
getServer() - Method in interface com.sun.media.jsdt.impl.AbstractSessionServer
getServer get a handle to the "server-side" for this Session.
getServer() - Method in interface com.sun.media.jsdt.impl.AbstractManageableServer
getServer get a handle to the "server-side" for this manageable object.
getServer() - Method in interface com.sun.media.jsdt.impl.AbstractTokenServer
getServer get a handle to the "server-side" for this Token.
getServer() - Method in class com.sun.media.jsdt.template.ChannelServer
getServer get a handle to the "server-side" for this Channel.
getServer() - Method in class com.sun.media.jsdt.template.TokenServer
getServer get a handle to the "server-side" for this Token.
getServer() - Method in class com.sun.media.jsdt.template.ByteArrayServer
getServer get a handle to the "server-side" for this ByteArray.
getSession() - Method in class com.sun.media.jsdt.impl.ManageableImpl
get the name of the Session that this manageable object belongs to.
getSession() - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
get the name of the Session that this manageable object belongs to.
getTokens() - Method in class com.sun.media.jsdt.impl.ClientImpl
getTokens get a vector of the tokens that this client is currently joined to.
getTokensJoined(Client) - Method in class com.sun.media.jsdt.impl.SessionImpl
return an array of Tokens that this Client has successfully joined.
getTokensJoined(Client) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
return an array of Tokens that this Client has successfully joined.
getValue() - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
Deprecated. There are now three different methods that can be used to return the current value contained in a ByteArray object. The naming of this method is inconsistent with those three methods. As of JSDT 1.5, the preferred way to do this is via the getValueAsBytes() method.
getValueAsBytes() - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
get the current value for this shared ByteArray, as an array of bytes.
getValueAsObject() - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
get the current value for this shared ByteArray, as a Java object.
getValueAsString() - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
get the current value for this shared ByteArray, as a String object.
give(Client, String) - Method in interface com.sun.media.jsdt.impl.AbstractTokenProxy
used by a Client to surrender a Token to another Client.
give(Client, String) - Method in class com.sun.media.jsdt.impl.TokenImpl
used by a Client to surrender a Token to another Client.
give(Client, String) - Method in class com.sun.media.jsdt.template.TokenProxy
used by a Client to surrender a Token to another Client.
giveTime - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The time to wait (in milliseconds) for Token give() operations.
grab(Client, boolean) - Method in interface com.sun.media.jsdt.impl.AbstractTokenProxy
used by a Client to take exclusive (grab) or non-exclusive (inhibit) control of a specific Token.
grab(Client, boolean) - Method in class com.sun.media.jsdt.impl.TokenImpl
used by a Client to take exclusive (grab) or non-exclusive (inhibit) control of a specific Token.
grab(Client, boolean) - Method in class com.sun.media.jsdt.template.TokenProxy
used by a Client to take exclusive (grab) or non-exclusive (inhibit) control of a specific Token.

H

httpTunnelPort - Static variable in class com.sun.media.jsdt.impl.JSDTObject
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.

I

initProxy(Hashtable, String, int) - Method in interface com.sun.media.jsdt.impl.AbstractNamingProxy
initProxy initialise the Registry proxy.
initProxy(Hashtable, String, int) - Method in class com.sun.media.jsdt.template.NamingProxy
initProxy initialise the Registry proxy.
initProxy(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractTokenProxy
initProxy initialise the "client-side" proxy for this Token.
initProxy(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractByteArrayProxy
initProxy initialise the "client-side" proxy for this ByteArray.
initProxy(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
initProxy initialise the client-side proxy for this manageable object.
initProxy(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
initProxy initialise the "client-side" proxy for this Channel.
initProxy(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
initProxy initialise the "client-side" proxy for this Session.
initProxy(String, SessionImpl, Object) - Method in class com.sun.media.jsdt.template.ChannelProxy
initProxy initialise the "client-side" proxy for this Channel.
initProxy(String, SessionImpl, Object) - Method in class com.sun.media.jsdt.template.TokenProxy
initProxy initialise the "client-side" proxy for this Token.
initProxy(String, SessionImpl, Object) - Method in class com.sun.media.jsdt.template.ByteArrayProxy
initProxy initialise the "client-side" proxy for this ByteArray.
initServer(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractChannelServer
initServer initialise the "server-side" for this Channel.
initServer(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractByteArrayServer
initServer initialise the "server-side" for this ByteArray.
initServer(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractSessionServer
initServer initialise the "server-side" for this Session.
initServer(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractManageableServer
initServer initialise the "server-side" for this manageable object.
initServer(String, SessionImpl, Object) - Method in interface com.sun.media.jsdt.impl.AbstractTokenServer
initServer initialise the "server-side" for this Token.
initServer(String, SessionImpl, Object) - Method in class com.sun.media.jsdt.template.ChannelServer
initServer initialise the "server-side" for this Channel.
initServer(String, SessionImpl, Object) - Method in class com.sun.media.jsdt.template.TokenServer
initServer initialise the "server-side" for this Token.
initServer(String, SessionImpl, Object) - Method in class com.sun.media.jsdt.template.ByteArrayServer
initServer initialise the "server-side" for this ByteArray.
InvalidClientException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
InvalidURLException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
invite(Client[]) - Method in class com.sun.media.jsdt.impl.ManageableImpl
invite Clients to join this Manageable object.
invite(Client[], char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
invite Clients to join this Manageable object.
isExclusive - Variable in class com.sun.media.jsdt.impl.TokenImpl
Indicates whether the token is being grabbed exclusively.
isManaged() - Method in class com.sun.media.jsdt.impl.ManageableImpl
test whether this managed object actually has a manager associated with it.
isManaged(char, String) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
test whether this managed object actually has a manager associated with it.
isOrdered() - Method in class com.sun.media.jsdt.impl.ChannelImpl
isOrdered returns whether this is an ordered channel.
isReliable() - Method in class com.sun.media.jsdt.impl.ChannelImpl
isReliable test whether this is a reliable channel.

J

join(Client) - Method in class com.sun.media.jsdt.impl.ManageableImpl
join joins a client to this manageable object.
join(Client) - Method in class com.sun.media.jsdt.impl.ChannelImpl
join is used by a client to join an appropriate channel whose use is defined by the application.
join(Client, boolean, char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
join a Client to this Manageable object.
join(Client, boolean, int) - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
join is used by a client to join an appropriate channel whose use is defined by the application.
join(Client, boolean, int) - Method in class com.sun.media.jsdt.template.ChannelProxy
join
join(Client, int) - Method in class com.sun.media.jsdt.impl.ChannelImpl
join is used by a client to join an appropriate channel whose use is defined by the application.
JSDTDebugFlags - interface com.sun.media.jsdt.impl.JSDTDebugFlags.
JSDT debug flags interface.
JSDTException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
JSDTI18N - class com.sun.media.jsdt.impl.JSDTI18N.
JSDT internationization class.
JSDTI18N_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
JSDTI18N() - Constructor for class com.sun.media.jsdt.impl.JSDTI18N
 
JSDTManagerImpl - class com.sun.media.jsdt.impl.JSDTManagerImpl.
JSDT Manager implementation.
JSDTManagerImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
JSDTManagerImpl(String) - Constructor for class com.sun.media.jsdt.impl.JSDTManagerImpl
JSDTManagerImpl the constructor for the JSDTManagerImpl class.
JSDTObject - class com.sun.media.jsdt.impl.JSDTObject.
JSDT root class.
JSDTObject_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
JSDTObject() - Constructor for class com.sun.media.jsdt.impl.JSDTObject
 
JSDTSecurity - class com.sun.media.jsdt.impl.JSDTSecurity.
JSDT security class.
JSDTSecurity_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
JSDTSecurity() - Constructor for class com.sun.media.jsdt.impl.JSDTSecurity
 
JSDTSocketFactory - interface com.sun.media.jsdt.impl.JSDTSocketFactory.
JSDT socket factory interface.

L

leave(Client) - Method in class com.sun.media.jsdt.impl.ManageableImpl
leave removes a client from this manageable object.
leave(Client) - Method in class com.sun.media.jsdt.impl.ChannelImpl
leave removes a Client from this Channel.
leave(Client) - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
leave removes a Client from this Channel.
leave(Client) - Method in class com.sun.media.jsdt.template.ChannelProxy
leave removes a Client from this Channel.
leave(Client, char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
removes a Client from this Manageable object.
list(Naming) - Method in interface com.sun.media.jsdt.impl.AbstractNamingProxy
list lists all the names of the known bound JSDT objects.
list(Naming) - Method in class com.sun.media.jsdt.template.NamingProxy
list lists all the names of the known bound JSDT objects.
listByteArrayNames() - Method in class com.sun.media.jsdt.impl.SessionImpl
listByteArrayNames list the names of the shared byte arrays that are known to this session.
listByteArrayNames() - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
list the names of the ByteArrays that are known to this Session.
listChannelNames() - Method in class com.sun.media.jsdt.impl.SessionImpl
listChannelNames list the names of the channels that are known to this session.
listChannelNames() - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
list the names of the Channels that are known to this Session.
listClientNames() - Method in class com.sun.media.jsdt.impl.ManageableImpl
listClientNames list the names of the clients who are joined to this manageable object.
listClientNames(char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
list the names of the Clients who are joined to this Manageable object.
listConsumerNames() - Method in class com.sun.media.jsdt.impl.ChannelImpl
list the names of the Clients who are currently consuming this Channel.
listConsumerNames() - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
list the names of the Clients who are currently consuming this Channel.
listConsumerNames() - Method in class com.sun.media.jsdt.template.ChannelProxy
list the names of the Clients who are currently consuming this Channel.
listHolderNames() - Method in interface com.sun.media.jsdt.impl.AbstractTokenProxy
list the names of the Clients who are currently holding (grabbing or inhibiting) this Token.
listHolderNames() - Method in class com.sun.media.jsdt.impl.TokenImpl
list the names of the Clients who are currently holding (grabbing or inhibiting) this Token.
listHolderNames() - Method in class com.sun.media.jsdt.template.TokenProxy
list the names of the Clients who are currently holding (grabbing or inhibiting) this Token.
listTokenNames() - Method in class com.sun.media.jsdt.impl.SessionImpl
listTokenNames list the names of the tokens that are known to this session.
listTokenNames() - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
list the names of the Tokens that are known to this Session.
lookup(Naming, URLString, String) - Method in interface com.sun.media.jsdt.impl.AbstractNamingProxy
lookup returns the JSDT object for the given name.
lookup(Naming, URLString, String) - Method in class com.sun.media.jsdt.template.NamingProxy
lookup returns the JSDT object for the given name.

M

M_ByteArray - Static variable in class com.sun.media.jsdt.impl.ByteArrayImpl
To signify a manageable object of type ByteArray.
M_Channel - Static variable in class com.sun.media.jsdt.impl.ChannelImpl
To signify a manageable object of type Channel.
M_Client - Static variable in class com.sun.media.jsdt.impl.ClientImpl
To signify an object of type Client.
M_Session - Static variable in class com.sun.media.jsdt.impl.SessionImpl
To signify a manageable object of type Session.
M_Token - Static variable in class com.sun.media.jsdt.impl.TokenImpl
To signify a manageable object of type Token.
ManageableImpl - class com.sun.media.jsdt.impl.ManageableImpl.
JSDT Manageable (implementation) class.
ManageableImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
ManageableImpl() - Constructor for class com.sun.media.jsdt.impl.ManageableImpl
 
ManagerExistsException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
maxQueueSize - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The maximum size of the message queue.
maxThreadPoolSize - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The maximum thread pool size.
mpo - Variable in class com.sun.media.jsdt.impl.ManageableImpl
Handle to manageable client-side proxy.
multicastArgs - Static variable in class com.sun.media.jsdt.impl.JSDTSecurity
 

N

name - Variable in class com.sun.media.jsdt.impl.ChannelConsumerImpl
The name of this channel consumer.
name - Variable in class com.sun.media.jsdt.impl.ManageableImpl
The name of this object.
name - Variable in class com.sun.media.jsdt.impl.JSDTManagerImpl
The name of this manager.
NameInUseException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
Naming_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NamingProxy - class com.sun.media.jsdt.template.NamingProxy.
JSDT Naming proxy class.
NamingProxy() - Constructor for class com.sun.media.jsdt.template.NamingProxy
 
NoRegistryException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchByteArrayException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchChannelException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchClientException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchConsumerException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchHostException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchListenerException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchManagerException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchSessionException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NoSuchTokenException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
NotBoundException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 

O

objectType - Variable in class com.sun.media.jsdt.impl.ManageableImpl
The type of this object (ByteArray, Channel, Session or Token).
ordered - Variable in class com.sun.media.jsdt.impl.ChannelImpl
Indicates whether data sent over this channel will be ordered.

P

PermissionDeniedException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
pingPeriod - Static variable in class com.sun.media.jsdt.impl.JSDTObject
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.
po - Variable in class com.sun.media.jsdt.impl.ChannelImpl
Handle to client-side proxy.
po - Variable in class com.sun.media.jsdt.impl.TokenImpl
Handle to client-side proxy.
po - Variable in class com.sun.media.jsdt.impl.ByteArrayImpl
Handle to client-side proxy.
po - Variable in class com.sun.media.jsdt.impl.SessionImpl
Handle to client-side proxy.
PortInUseException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
privilegeManager - Static variable in class com.sun.media.jsdt.impl.JSDTSecurity
 

R

rebind(Naming, URLString, String, Object) - Method in interface com.sun.media.jsdt.impl.AbstractNamingProxy
rebind rebinds the name to a new object, replacing any existing binding.
rebind(Naming, URLString, String, Object) - Method in class com.sun.media.jsdt.template.NamingProxy
rebind rebinds the name to a new object, replacing any existing binding.
receive(Client) - Method in class com.sun.media.jsdt.impl.ChannelImpl
is used to receive Data from other Clients joined to this Channel.
receive(Client, long) - Method in class com.sun.media.jsdt.impl.ChannelImpl
is used to receive Data from other Clients joined to this Channel.
receive(Client, long, boolean) - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
receive is used to receive data from other clients joined to this channel.
receive(Client, long, boolean) - Method in class com.sun.media.jsdt.template.ChannelProxy
receive is used to receive data from other clients joined to this channel.
Registry - class com.sun.media.jsdt.template.Registry.
JSDT Registry class.
Registry() - Constructor for class com.sun.media.jsdt.template.Registry
 
registryAddress - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The multicast Registry address to use with the LRMP implementation.
registryExists(String, int) - Method in interface com.sun.media.jsdt.impl.AbstractRegistry
is a class method that checks if a Registry, of the given registry type, is already running on the given port.
registryExists(String, int) - Method in class com.sun.media.jsdt.template.Registry
is a class method that checks if a Registry, of the given registry type, is already running on the given port.
RegistryExistsException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
RegistryFactory_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
registryPort - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The port number the Registry should run on.
registryTime - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The number of seconds to attempt to try to start the Registry.
release(Client) - Method in interface com.sun.media.jsdt.impl.AbstractTokenProxy
used to free up a previously grabbed/inhibited Token.
release(Client) - Method in class com.sun.media.jsdt.impl.TokenImpl
used to free up a previously grabbed/inhibited Token.
release(Client) - Method in class com.sun.media.jsdt.template.TokenProxy
used to free up a previously grabbed/inhibited Token.
reliable - Variable in class com.sun.media.jsdt.impl.ChannelImpl
Indicates if data sent over this channel will be reliably delivered.
removeByteArrayListener(ByteArrayListener) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
removes the specified ByteArray listener so that it no longer receives ByteArray events for this ByteArray.
removeChannelListener(ChannelListener) - Method in class com.sun.media.jsdt.impl.ChannelImpl
removes the specified Channel listener so that it no longer receives Channel events for this Channel.
removeConsumer(Client, ChannelConsumer) - Method in class com.sun.media.jsdt.impl.ChannelImpl
remove a ChannelConsumer from this Client for this Channel.
removeConsumer(Client, ChannelConsumer) - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
removeConsumer delete a channel consumer from this client.
removeConsumer(Client, ChannelConsumer) - Method in class com.sun.media.jsdt.template.ChannelProxy
removeConsumer delete a channel consumer from this client.
removeListener(EventListener, char) - Method in interface com.sun.media.jsdt.impl.AbstractManageableProxy
removeListener remove a listener from this manageable object.
removeSessionListener(SessionListener) - Method in class com.sun.media.jsdt.impl.SessionImpl
removes the specified Session listener so that it no longer receives Session events for this Session.
removeTokenListener(TokenListener) - Method in class com.sun.media.jsdt.impl.TokenImpl
remove the specified Token listener so that it no longer receives Token events for this Token.
request(Client) - Method in interface com.sun.media.jsdt.impl.AbstractTokenProxy
used by a Client to request a Token from the current possessor(s) of the Token.
request(Client) - Method in class com.sun.media.jsdt.impl.TokenImpl
used by a Client to request a Token from the current possessor(s) of the Token.
request(Client) - Method in class com.sun.media.jsdt.template.TokenProxy
used by a Client to request a Token from the current possessor(s) of the Token.

S

send(Client, char, String, Data, boolean) - Method in interface com.sun.media.jsdt.impl.AbstractChannelProxy
send is used to send data to clients joined to the specified channel.
send(Client, char, String, Data, boolean) - Method in class com.sun.media.jsdt.template.ChannelProxy
send is used to send data to clients joined to the specified channel.
sendToAll(Client, Data) - Method in class com.sun.media.jsdt.impl.ChannelImpl
sendToAll is used to send data to all clients joined to this channel.
sendToClient(Client, String, Data) - Method in class com.sun.media.jsdt.impl.ChannelImpl
sendToClient is used to send data to a single client joined to this channel.
sendToOthers(Client, Data) - Method in class com.sun.media.jsdt.impl.ChannelImpl
sendToOthers is used to send data to other clients joined to this channel.
session - Variable in class com.sun.media.jsdt.impl.ChannelImpl
The session that this channel belongs to.
SessionEvent_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
sessionExpelled(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
 
SessionFactory_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
SessionImpl - class com.sun.media.jsdt.impl.SessionImpl.
JSDT Session (implementation) class.
SessionImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
SessionImpl() - Constructor for class com.sun.media.jsdt.impl.SessionImpl
 
sessionInvited(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
 
SessionManagerImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
setClientAndListener(Client, ClientListener) - Method in class com.sun.media.jsdt.impl.ClientImpl
setClientAndListener set the Client and Listener associated with this invitable Client.
setConnectionType(String) - Method in class com.sun.media.jsdt.impl.JSDTObject
setConnectionType set the connection type of this JSDT object.
setLocalValue(byte[]) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
set the local value for this shared ByteArray.
setName(String) - Method in class com.sun.media.jsdt.impl.SessionImpl
setName set the name of this session.
setValue(Client, byte[]) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
sets a new value for this shared ByteArray.
setValue(Client, byte[], int, int) - Method in interface com.sun.media.jsdt.impl.AbstractByteArrayProxy
setValue update a shared byte array with the given name for this session.
setValue(Client, byte[], int, int) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
sets a new value for this shared ByteArray using a subset of the given ByteArray.
setValue(Client, byte[], int, int) - Method in class com.sun.media.jsdt.template.ByteArrayProxy
setValue update a shared byte array with the given name for this session.
setValue(Client, Object) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
sets a new value for this shared ByteArray using the given Java object.
setValue(Client, String) - Method in class com.sun.media.jsdt.impl.ByteArrayImpl
sets a new value for this shared ByteArray using the given String.
showMessage - Static variable in class com.sun.media.jsdt.impl.JSDTObject
Use for debugging purposes.
showStack - Static variable in class com.sun.media.jsdt.impl.JSDTObject
Use for debugging purposes.
so - Variable in class com.sun.media.jsdt.impl.ChannelImpl
Handle to server-side object.
so - Variable in class com.sun.media.jsdt.impl.TokenImpl
Handle to server-side object.
so - Variable in class com.sun.media.jsdt.impl.ByteArrayImpl
Handle to server-side object.
so - Variable in class com.sun.media.jsdt.impl.SessionImpl
Handle to server-side object.
socketFactoryClass - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The factory class for creating sockets for the "socket" implementation of JSDT.
sort(String[]) - Static method in class com.sun.media.jsdt.impl.Util
sort sort the array of names using a simple bubble sort.
SSLCipher - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The cipher String to use with SSL sockets.
startRegistry(String, int) - Method in interface com.sun.media.jsdt.impl.AbstractRegistry
startRegistry is a class method that will start a Registry of the appropriate type.
startRegistry(String, int) - Method in class com.sun.media.jsdt.template.Registry
startRegistry is a class method that will start a Registry of the appropriate type.
status - Variable in class com.sun.media.jsdt.impl.TokenImpl
The status of this token.
stopRegistry(String, int) - Method in interface com.sun.media.jsdt.impl.AbstractRegistry
stopRegistry is a class method that will stop a Registry of the appropriate type.
stopRegistry(String, int) - Method in class com.sun.media.jsdt.template.Registry
stopRegistry is a class method that will stop a Registry of the appropriate type.

T

templateClient - class com.sun.media.jsdt.template.templateClient.
JSDT implementation specific Client class.
templateClient() - Constructor for class com.sun.media.jsdt.template.templateClient
templateClient the default constructor for the templateClient class.
templateSession - class com.sun.media.jsdt.template.templateSession.
JSDT implementation specific Session class.
templateSession() - Constructor for class com.sun.media.jsdt.template.templateSession
templateSession the default constructor for the templateSession class.
test() - Method in interface com.sun.media.jsdt.impl.AbstractTokenProxy
used to check the status of a Token.
test() - Method in class com.sun.media.jsdt.impl.TokenImpl
used to check the status of a Token.
test() - Method in class com.sun.media.jsdt.template.TokenProxy
used to check the status of a Token.
TimedOutException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
timeoutPeriod - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The number of milliseconds to wait for a reply from the server.
TokenEvent_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
tokenExists(String) - Method in class com.sun.media.jsdt.impl.SessionImpl
checks if a Token with this name exists.
tokenExists(String) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
checks if a Token with this name exists.
tokenExpelled(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
 
tokenGiven(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
invoked when a Client has been given a Token.
TokenImpl - class com.sun.media.jsdt.impl.TokenImpl.
JSDT Token (implementation) class.
TokenImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
TokenImpl(boolean, String, SessionImpl) - Constructor for class com.sun.media.jsdt.impl.TokenImpl
TokenImpl the constructor for the Token (implementation) class.
tokenInvited(ClientEvent) - Method in class com.sun.media.jsdt.template.templateClient
 
tokenManaged(String) - Method in class com.sun.media.jsdt.impl.SessionImpl
checks if the Token with this name is managed.
tokenManaged(String) - Method in interface com.sun.media.jsdt.impl.AbstractSessionProxy
checks if the Token with this name is managed.
tokenManager - Variable in class com.sun.media.jsdt.impl.TokenImpl
The token manager associated with this token (if any).
TokenManagerImpl_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
TokenProxy - class com.sun.media.jsdt.template.TokenProxy.
JSDT Token proxy class.
TokenProxy() - Constructor for class com.sun.media.jsdt.template.TokenProxy
 
TokenServer - class com.sun.media.jsdt.template.TokenServer.
JSDT Token Server class.
TokenServer() - Constructor for class com.sun.media.jsdt.template.TokenServer
 
TTL - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The time-to-live for LRMP packets.

U

unbind(Naming, URLString, String) - Method in interface com.sun.media.jsdt.impl.AbstractNamingProxy
unbind unbinds the object associated with this name.
unbind(Naming, URLString, String) - Method in class com.sun.media.jsdt.template.NamingProxy
unbind unbinds the object associated with this name.
UnknownException_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
URLString_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
Util - class com.sun.media.jsdt.impl.Util.
Various JSDT utility methods.
Util_Debug - Static variable in interface com.sun.media.jsdt.impl.JSDTDebugFlags
 
Util() - Constructor for class com.sun.media.jsdt.impl.Util
 

V

versionString - Static variable in class com.sun.media.jsdt.impl.JSDTObject
The version string for this JSDT release.

_

_createProxy(NamingProxy, String, short, String, String, int) - Method in class com.sun.media.jsdt.template.templateSession
_createProxy create a proxy-side connection for this Session.
_createProxy(NamingProxy, String, String, int) - Method in class com.sun.media.jsdt.template.templateClient
_createProxy create a proxy-side connection for this Client.
_createServer(String, short, String, String, int) - Method in class com.sun.media.jsdt.template.templateSession
_createServer create a server-side connection for this Session.
_createServer(String, String, int) - Method in class com.sun.media.jsdt.template.templateClient
_createServer create a server-side connection for this Client.

A B C D E G H I J L M N O P R S T U V _