wt.services.ac
Class ServiceRepository

java.lang.Object
  extended bywt.services.ac.ServiceRepository

public final class ServiceRepository
extends Object



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
static String DEFAULT_CONTEXT_NAME
          

Supported API: false
static String DEFAULT_LOADER_CLASS_NAME
          

Supported API: false
static String DEFAULT_SERVICE_CLASS_NAME
          

Supported API: false
private static Class loaderClass
           
private static Object lock
           
private static String RESOURCE
           
private static Map serviceMap
           
private static Class servicesClass
           
 
Constructor Summary
ServiceRepository()
           
 
Method Summary
protected static ACServices createACServices(String context_name)
           
protected static ServiceLoader createLoader(ACServices services)
           
static Iterator getContextNames()
          

Supported API: false
static ACServices getDefaultServices()
          

Supported API: false
static ACServices getServices(String context_name)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

DEFAULT_CONTEXT_NAME

public static final String DEFAULT_CONTEXT_NAME


Supported API: false

See Also:
Constant Field Values

DEFAULT_LOADER_CLASS_NAME

public static final String DEFAULT_LOADER_CLASS_NAME


Supported API: false

See Also:
Constant Field Values

DEFAULT_SERVICE_CLASS_NAME

public static final String DEFAULT_SERVICE_CLASS_NAME


Supported API: false

See Also:
Constant Field Values

lock

private static final Object lock

serviceMap

private static final Map serviceMap

servicesClass

private static Class servicesClass

loaderClass

private static Class loaderClass
Constructor Detail

ServiceRepository

public ServiceRepository()
Method Detail

getContextNames

public static Iterator getContextNames()


Supported API: false

Returns:
Iterator

getServices

public static ACServices getServices(String context_name)


Supported API: false

Parameters:
context_name -
Returns:
ACServices

getDefaultServices

public static ACServices getDefaultServices()


Supported API: false

Returns:
ACServices

createACServices

protected static ACServices createACServices(String context_name)

createLoader

protected static ServiceLoader createLoader(ACServices services)