com.jp.protection.pub.launch
Class LicensingServerConnectionConfigRMISSL

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

public class LicensingServerConnectionConfigRMISSL
extends LicensingServerConnectionConfig

See Also:
Serialized Form

Nested Class Summary
static class LicensingServerConnectionConfigRMISSL.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
LicensingServerConnectionConfigRMISSL()
           
LicensingServerConnectionConfigRMISSL(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

LicensingServerConnectionConfigRMISSL

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

LicensingServerConnectionConfigRMISSL

public LicensingServerConnectionConfigRMISSL()