com.jp.protection.pub.launch
Class LicensingServerConnectionConfig.ProviderRegistry

java.lang.Object
  extended by com.jp.protection.pub.launch.LicensingServerConnectionConfig.ProviderRegistry
Enclosing class:
LicensingServerConnectionConfig

public static class LicensingServerConnectionConfig.ProviderRegistry
extends java.lang.Object


Field Summary
protected static java.util.HashMap fRegistry
           
 
Constructor Summary
LicensingServerConnectionConfig.ProviderRegistry()
           
 
Method Summary
static void add(LicensingServerConnectionConfig.Provider aProvider)
           
static LicensingServerConnectionConfig.Provider get(java.lang.String anID)
           
static java.util.Collection getAll()
           
static void remove(LicensingServerConnectionConfig.Provider aProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fRegistry

protected static java.util.HashMap fRegistry
Constructor Detail

LicensingServerConnectionConfig.ProviderRegistry

public LicensingServerConnectionConfig.ProviderRegistry()
Method Detail

add

public static void add(LicensingServerConnectionConfig.Provider aProvider)

remove

public static void remove(LicensingServerConnectionConfig.Provider aProvider)

get

public static LicensingServerConnectionConfig.Provider get(java.lang.String anID)

getAll

public static java.util.Collection getAll()