com.ibm.wbi.wccm.services
Class WBICommonConfigLocator
java.lang.Object
com.ibm.wbi.wccm.services.WBICommonConfigLocator
- All Implemented Interfaces:
- com.ibm.ws.runtime.config.ConfigLocator
public class WBICommonConfigLocator
- extends java.lang.Object
- implements com.ibm.ws.runtime.config.ConfigLocator
Field Summary |
protected static java.lang.String |
CLASS_NAME
|
static java.lang.String |
COPYRIGHT
|
protected static java.util.logging.Logger |
logger
|
Method Summary |
java.lang.Object |
getConfig(org.eclipse.emf.ecore.EObject currentConfig,
java.lang.String configType)
|
protected java.lang.Object |
getConfigServices(java.lang.Class serviceClass)
|
void |
initialize(com.ibm.ws.runtime.service.Repository repository)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
CLASS_NAME
protected static final java.lang.String CLASS_NAME
logger
protected static java.util.logging.Logger logger
WBICommonConfigLocator
public WBICommonConfigLocator()
initialize
public void initialize(com.ibm.ws.runtime.service.Repository repository)
throws com.ibm.ws.exception.ConfigurationWarning,
com.ibm.ws.exception.ConfigurationError
- Specified by:
initialize
in interface com.ibm.ws.runtime.config.ConfigLocator
- Throws:
com.ibm.ws.exception.ConfigurationWarning
com.ibm.ws.exception.ConfigurationError
getConfigServices
protected java.lang.Object getConfigServices(java.lang.Class serviceClass)
getConfig
public java.lang.Object getConfig(org.eclipse.emf.ecore.EObject currentConfig,
java.lang.String configType)
throws com.ibm.ws.exception.ConfigurationWarning,
com.ibm.ws.exception.ConfigurationError
- Specified by:
getConfig
in interface com.ibm.ws.runtime.config.ConfigLocator
- Throws:
com.ibm.ws.exception.ConfigurationWarning
com.ibm.ws.exception.ConfigurationError