com.ibm.wbi.wccm.services
Class WBICommonConfigLocator

java.lang.Object
  extended by 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
           
 
Constructor Summary
WBICommonConfigLocator()
           
 
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
 

Field Detail

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
Constructor Detail

WBICommonConfigLocator

public WBICommonConfigLocator()
Method Detail

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