|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<CMIProperty>
org.ow2.carol.cmi.config.CMIProperty
public enum CMIProperty
Properties to configure CMI.
| Enum Constant Summary | |
|---|---|
CLUSTER_VIEW_PROVIDER_URLS
Property name to declare a list of provider URLs to access to a provider of the cluster view. |
|
CMIADMIN_MBEAN_NAME
Property name for specifying the name of the CMIAdmin MBean. |
|
CONF_DIR
Property to indicate the path to get the configuration files. |
|
DUMMY_CONTEXT_BIND_NAME
Property name to declare name of the dummy context that is used to bind it. |
|
LOAD_FACTOR
Property name to declare a load factor for the server. |
|
MBEAN_DOMAIN_NAME
Property name for specifying the name of domain for MBeans. |
|
PROTOCOLS_OF_THE_CONNECTORS
Property name for declaring the protocols that must have a RMI connector. |
|
PROVIDER_BIND_NAME
Property name to declare name of the ClientClusterViewProvider that is used to bind it. |
|
PROVIDER_BOUND
Property name to indicate if a provider (of the cluster view) should be bound. |
|
REFRESH_TIME
Property name for defining the duration between each refresh of the client view. |
|
REGISTRY_BOUND
Property name to indicate if the local registry of this server can be accessed to lookup unclustered objects. |
|
REPLICATION_ENABLED
Property name for specifying if the replication is enabled. |
|
REPLICATION_MANAGER_CLASS
Property name for specifying the ServerClusterViewManager. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()
|
java.lang.String |
toString()
|
static CMIProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CMIProperty[] |
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 CMIProperty REPLICATION_ENABLED
public static final CMIProperty REFRESH_TIME
public static final CMIProperty REPLICATION_MANAGER_CLASS
public static final CMIProperty MBEAN_DOMAIN_NAME
public static final CMIProperty CMIADMIN_MBEAN_NAME
public static final CMIProperty PROTOCOLS_OF_THE_CONNECTORS
public static final CMIProperty PROVIDER_BOUND
public static final CMIProperty REGISTRY_BOUND
public static final CMIProperty PROVIDER_BIND_NAME
public static final CMIProperty DUMMY_CONTEXT_BIND_NAME
public static final CMIProperty LOAD_FACTOR
public static final CMIProperty CLUSTER_VIEW_PROVIDER_URLS
public static final CMIProperty CONF_DIR
| Method Detail |
|---|
public static final CMIProperty[] values()
for(CMIProperty c : CMIProperty.values())
System.out.println(c);
public static CMIProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String toString()
toString in class java.lang.Enum<CMIProperty>public java.lang.String getPropertyName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||