|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CmiServiceProperty>
org.ow2.jonas.cmi.internal.CmiServiceProperty
public enum CmiServiceProperty
Properties for CMI service.
| Enum Constant Summary | |
|---|---|
CLUSTER_BUILD_METHOD
Key for cluster factory. |
|
CLUSTER_FACTORY_KEY
Key for cluster factory. |
|
DEFAULT_CLUSTER_FACTORY
Default cluster factory. |
|
DEFAULT_DEPLOY_DIRECTORY
Property name for specifying if the replication is enabled. |
|
DEPLOY_DIRECTORY_KEY
Property name for specifying if the replication is enabled. |
|
| Method Summary | |
|---|---|
String |
getPropertyName()
|
String |
toString()
|
static CmiServiceProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CmiServiceProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CmiServiceProperty DEPLOY_DIRECTORY_KEY
public static final CmiServiceProperty DEFAULT_CLUSTER_FACTORY
public static final CmiServiceProperty CLUSTER_FACTORY_KEY
public static final CmiServiceProperty CLUSTER_BUILD_METHOD
public static final CmiServiceProperty DEFAULT_DEPLOY_DIRECTORY
| Method Detail |
|---|
public static final CmiServiceProperty[] values()
for(CmiServiceProperty c : CmiServiceProperty.values())
System.out.println(c);
public static CmiServiceProperty valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String toString()
toString in class Enum<CmiServiceProperty>public String getPropertyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||