|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DeploymentMode>
com.ibm.rational.test.lt.recorder.core.config.DeploymentMode
public enum DeploymentMode
Specifies the deployment mode for deployable recording components that support both local (within the workbench) and remote (in a separate VM) execution. It is not necessary to specify a component deployment mode if it is declared in plugin.xml to support only one mode.
Enum Constant Summary | |
---|---|
LOCAL
Local deployment (i.e. the component is run in the workbench) |
|
REMOTE
Remote deployment (i.e. the component is run in a separate JVM) |
Method Summary | |
---|---|
static DeploymentMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DeploymentMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DeploymentMode LOCAL
public static final DeploymentMode REMOTE
Method Detail |
---|
public static DeploymentMode[] values()
for (DeploymentMode c : DeploymentMode.values()) System.out.println(c);
public static DeploymentMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |