|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.al.ALConfigFactory
public class ALConfigFactory
ALConfigFactory is a factory class that can be used to create instance of ALConfig
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
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 |
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
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |