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

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

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


Field Summary
protected static dev.util.HashedList fRegistry
           
 
Constructor Summary
FacadeConnectionConfig.ProviderRegistry()
           
 
Method Summary
static void add(FacadeConnectionConfig.Provider aProvider)
           
static FacadeConnectionConfig.Provider get(java.lang.String anID)
           
static java.util.Collection getAll()
           
static void remove(FacadeConnectionConfig.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 dev.util.HashedList fRegistry
Constructor Detail

FacadeConnectionConfig.ProviderRegistry

public FacadeConnectionConfig.ProviderRegistry()
Method Detail

add

public static void add(FacadeConnectionConfig.Provider aProvider)

remove

public static void remove(FacadeConnectionConfig.Provider aProvider)

get

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

getAll

public static java.util.Collection getAll()