public class GPEProviderLocator extends AbstractLocator
Modifier and Type | Field and Description |
---|---|
static String |
GPE_PROVIDER_MANAGER_NAME
GPEManager name used by the locator to access the instance
|
Constructor and Description |
---|
GPEProviderLocator() |
Modifier and Type | Method and Description |
---|---|
static GPEProviderManager |
getGPEProviderManager()
Return a reference to
GPEProviderManager . |
static GPEProviderLocator |
getInstance()
Return the singleton instance.
|
String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static void |
registerGPEProviderManager(Class clazz)
Registers the Class implementing the
GPEProviderManager interface. |
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String GPE_PROVIDER_MANAGER_NAME
public String getLocatorName()
Locator
public static GPEProviderManager getGPEProviderManager() throws LocatorException
GPEProviderManager
.LocatorException
- if there is no access to the class or the class cannot be
instantiatedLocator.get(String)
public static GPEProviderLocator getInstance()
public static void registerGPEProviderManager(Class clazz)
GPEProviderManager
interface.clazz
- implementing the GPEProviderManager interface