com.sun.media.jsdt.impl
Class JSDTManagerImpl

java.lang.Object
  |
  +--com.sun.media.jsdt.impl.JSDTObject
        |
        +--com.sun.media.jsdt.impl.JSDTManagerImpl

public class JSDTManagerImpl
extends JSDTObject

JSDT Manager implementation.

Version:
1.5 - 7th January 1999
Author:
Rich Burridge
See Also:
Serialized Form

Field Summary
protected  java.lang.String name
          The name of this manager.
 
Fields inherited from class com.sun.media.jsdt.impl.JSDTObject
giveTime, httpTunnelPort, maxQueueSize, maxThreadPoolSize, pingPeriod, registryAddress, registryPort, registryTime, showMessage, showStack, socketFactoryClass, SSLCipher, timeoutPeriod, TTL, versionString
 
Constructor Summary
JSDTManagerImpl(java.lang.String name)
           JSDTManagerImpl the constructor for the JSDTManagerImpl class.
 
Method Summary
 java.lang.String getName()
           getName get the name of this manager.
 
Methods inherited from class com.sun.media.jsdt.impl.JSDTObject
error, getConnectionType, setConnectionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
The name of this manager.
Constructor Detail

JSDTManagerImpl

public JSDTManagerImpl(java.lang.String name)
JSDTManagerImpl the constructor for the JSDTManagerImpl class.
Parameters:
name - the name of the manager being constructed.
Method Detail

getName

public java.lang.String getName()
getName get the name of this manager.
Returns:
the name of the manager.