|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.al.ALConfigFactory
ALConfigFactory is a factory class that can be used to create instance of ALConfig
Field Summary | |
---|---|
protected static java.lang.String |
CLASS
|
static java.lang.String |
COPYRIGHT
|
protected static java.util.logging.Logger |
l
|
static java.lang.String |
REMOTE_LOCATOR
a constant for the name of RemoteLocator |
static java.lang.String |
REMOTE_WEBSPHERE_LOCATOR
a constant for the name of ClusterLocator |
Fields inherited from interface com.ibm.ws.al.util.ALConstants |
---|
ADMIN, ALEXTCFG_AL, ALEXTCFG_METAINF_CONFIG, APPLICATIONEARPATH, ARCHIVE, ARCHIVES, CLASSLOADER, EMF_MODEL_PACKAGE_IMPL, EMF_MODEL_PACKAGE_IMPL_SUFFIX, ENVIRONMENT, EXTENSION, EXTENSIONPOINT, J2SE, LIBS, POST_WAS_START, REMOTE_LOCATOR_CLASS, REMOTE_WEBSPHERE_LOCATOR_CLASS, WAS_LOGGER_CLASS_NAME, WAS60 |
Fields inherited from interface com.ibm.ws.al.util.ALPIIMessages |
---|
ALLOGGER, ApplicationFileNotFound_Message, ARTIFACTLOADER_ACTIVATED_MBEAN, ARTIFACTLOADER_ADMINTASK_EDITRALSERVERSECURITY_SUCCESS, ARTIFACTLOADER_ADMINTASK_EXEC_SUCCESS, ARTIFACTLOADER_CONFIGFILE_ROOT_NULL, ARTIFACTLOADER_COULD_NOT_ACTIVATE_MBEAN, ARTIFACTLOADER_COULD_NOT_CONNECT_MBEAN, ARTIFACTLOADER_COULD_NOT_FIND_APP_CROSSCELL, ARTIFACTLOADER_COULD_NOT_FIND_APP_WITHINCELL, ARTIFACTLOADER_COULD_NOT_LOAD_CONFIGFILE, ARTIFACTLOADER_COULD_NOT_LOAD_CONFIGFILE_NOREASON, ARTIFACTLOADER_EVENT_RELAY_ERROR, ARTIFACTLOADER_FILENOTFOUND, ARTIFACTLOADER_INCORRECT_URL, ARTIFACTLOADER_INIT_LISTNER_CLASS_ILLEGAL_ACCESS_ERROR, ARTIFACTLOADER_INIT_LISTNER_CLASS_INSTANCESTION_ERROR, ARTIFACTLOADER_INIT_LISTNER_CLASS_NOTFOUND_ERROR, ARTIFACTLOADER_INITIALIZING_CLASSLOADER_ERROR, ARTIFACTLOADER_INITIALIZING_INDEXDIRECTORY_ERROR, ARTIFACTLOADER_INITIALIZING_INDEXZIP_ERROR, ARTIFACTLOADER_INITIALIZING_MODULE_AVAILABLE_MODULENAME, ARTIFACTLOADER_INITIALIZING_MODULE_MODULENAME, ARTIFACTLOADER_IO_FAILURE, ARTIFACTLOADER_LOCATOR_INITIALIZATION_ERROR, ARTIFACTLOADER_OPENFAILURE, ARTIFACTLOADER_PROTOCOL_REG_FAILURE, ARTIFACTLOADER_REMOTE_COULD_NOT_QUERY_APP, ArtifactLoaderConfigDataError_Message_info, ArtifactLoaderInitServerConfigError_Message, ArtifactLoaderInstanceCreation_ClassMethodError, ArtifactLoaderInstanceCreation_RuntimeError, ArtifactLoaderInstanceCreation_SecurityError, BUNDLE, ERR_MALFORMED_SCHEMA_LOCATION_URL$1_MESSAGE$2, RES_BUNDLE, WARN_UNABLE_TO_PARSE_$1DOC_$2URL |
Constructor Summary | |
---|---|
ALConfigFactory()
|
Method Summary | |
---|---|
static ALConfiguration |
create(java.lang.String name,
java.lang.String locatorName)
create an instance of ALConfig |
static ALConfiguration |
createFromPreConfig(java.lang.String name)
create an instance of ALConfig based on pre configured value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
protected static final java.lang.String CLASS
protected static java.util.logging.Logger l
public static final java.lang.String REMOTE_LOCATOR
public static final java.lang.String REMOTE_WEBSPHERE_LOCATOR
Constructor Detail |
public ALConfigFactory()
Method Detail |
public static ALConfiguration create(java.lang.String name, java.lang.String locatorName)
name
- the logic name of this configlocatorName
- the locator class name
public static ALConfiguration createFromPreConfig(java.lang.String name) throws ConfigNotFoundException
name
- the logic name of a pre configured ALConfig
ConfigNotFoundException
- an exception will be thrown
if the name user enters does not match to a name of pre-configured configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |