com.jp.protection.pub.launch
Class LicensingServerConnectionConfigRMI

java.lang.Object
  extended by com.jp.protection.pub.launch.LicensingServerConnectionConfig
      extended by com.jp.protection.pub.launch.LicensingServerConnectionConfigRMI
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class LicensingServerConnectionConfigRMI
extends LicensingServerConnectionConfig

See Also:
Serialized Form

Nested Class Summary
static class LicensingServerConnectionConfigRMI.Provider
           
 
Nested classes/interfaces inherited from class com.jp.protection.pub.launch.LicensingServerConnectionConfig
LicensingServerConnectionConfig.ProviderRegistry
 
Field Summary
static long serialVersionUID
           
 
Fields inherited from class com.jp.protection.pub.launch.LicensingServerConnectionConfig
fAddress, fDefault, fID, fLogin, fName, fPassword, fProviderClass
 
Constructor Summary
LicensingServerConnectionConfigRMI()
           
LicensingServerConnectionConfigRMI(java.lang.String anID, java.lang.Class aProviderClass, java.lang.String aName, boolean aDefault)
           
 
Method Summary
 
Methods inherited from class com.jp.protection.pub.launch.LicensingServerConnectionConfig
clone, getAddress, getID, getInstantiationStr, getLogin, getName, getPassword, getProviderClass, getSampleAddress, isDefault, setAddress, setLogin, setPassword, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

LicensingServerConnectionConfigRMI

public LicensingServerConnectionConfigRMI(java.lang.String anID,
                                          java.lang.Class aProviderClass,
                                          java.lang.String aName,
                                          boolean aDefault)

LicensingServerConnectionConfigRMI

public LicensingServerConnectionConfigRMI()