com.jp.protection.pub.launch
Class FacadeConnectionConfigLocal

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

public class FacadeConnectionConfigLocal
extends FacadeConnectionConfig

See Also:
Serialized Form

Nested Class Summary
static class FacadeConnectionConfigLocal.Provider
           
 
Nested classes/interfaces inherited from class com.jp.protection.pub.launch.FacadeConnectionConfig
FacadeConnectionConfig.ProviderRegistry
 
Field Summary
static java.lang.String ID
           
static java.lang.String NAME
           
static long serialVersionUID
           
 
Fields inherited from class com.jp.protection.pub.launch.FacadeConnectionConfig
fDefault, fLogin, fName, fPassword, fURL, INDEX_NAME, PROPERTY_DEFAULT, PROPERTY_ID, PROPERTY_LOGIN, PROPERTY_PASSWORD, PROPERTY_URL
 
Constructor Summary
FacadeConnectionConfigLocal(java.lang.String aURL, java.lang.String aLogin, java.lang.String aPassword)
           
 
Method Summary
 LicensingFacadeProvider createProvider()
           
 java.lang.String getID()
           
 java.lang.String getInstantiationStr()
           
 java.lang.String getSampleURL()
           
 
Methods inherited from class com.jp.protection.pub.launch.FacadeConnectionConfig
clone, fromPreferences, getLogin, getName, getPassword, getURL, isDefault, isSavedInPreferences, setDefault, setLogin, setName, setPassword, setURL, toPreferences, 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

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

FacadeConnectionConfigLocal

public FacadeConnectionConfigLocal(java.lang.String aURL,
                                   java.lang.String aLogin,
                                   java.lang.String aPassword)
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in class FacadeConnectionConfig

createProvider

public LicensingFacadeProvider createProvider()
Specified by:
createProvider in class FacadeConnectionConfig

getInstantiationStr

public java.lang.String getInstantiationStr()
Specified by:
getInstantiationStr in class FacadeConnectionConfig

getSampleURL

public java.lang.String getSampleURL()
Specified by:
getSampleURL in class FacadeConnectionConfig