org.ow2.jonas.lib.management.domain.proxy.server
Enum ServerProxyProperties

java.lang.Object
  extended by java.lang.Enum<ServerProxyProperties>
      extended by org.ow2.jonas.lib.management.domain.proxy.server.ServerProxyProperties
All Implemented Interfaces:
Serializable, Comparable<ServerProxyProperties>

public enum ServerProxyProperties
extends Enum<ServerProxyProperties>


Enum Constant Summary
CLEAN_OPTION
          Clean option.
DEPLOY_OPERATION_KEY
          Key for deploy operation.
HALT_OPERATION_KEY
          Key for halt operation.
SENDFILE_OPERATION_KEY
          Key for sendFile operation.
STANDBY_OPTION
          Standby option.
START_OPERATION_KEY
          Key for start operation.
STATE_ATTRIBUTE_KEY
          Key for state attribute.
STOP_OPERATION_KEY
          Key for stop operation.
UNDEPLOY_OPERATION_KEY
          Key for undeploy operation.
 
Method Summary
 String getPropertyName()
           
 String toString()
           
static ServerProxyProperties valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerProxyProperties[] 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

STANDBY_OPTION

public static final ServerProxyProperties STANDBY_OPTION
Standby option.


CLEAN_OPTION

public static final ServerProxyProperties CLEAN_OPTION
Clean option.


START_OPERATION_KEY

public static final ServerProxyProperties START_OPERATION_KEY
Key for start operation.


STOP_OPERATION_KEY

public static final ServerProxyProperties STOP_OPERATION_KEY
Key for stop operation.


UNDEPLOY_OPERATION_KEY

public static final ServerProxyProperties UNDEPLOY_OPERATION_KEY
Key for undeploy operation.


DEPLOY_OPERATION_KEY

public static final ServerProxyProperties DEPLOY_OPERATION_KEY
Key for deploy operation.


SENDFILE_OPERATION_KEY

public static final ServerProxyProperties SENDFILE_OPERATION_KEY
Key for sendFile operation.


STATE_ATTRIBUTE_KEY

public static final ServerProxyProperties STATE_ATTRIBUTE_KEY
Key for state attribute.


HALT_OPERATION_KEY

public static final ServerProxyProperties HALT_OPERATION_KEY
Key for halt operation.

Method Detail

values

public static final ServerProxyProperties[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ServerProxyProperties c : ServerProxyProperties.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static ServerProxyProperties valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

toString

public String toString()
Overrides:
toString in class Enum<ServerProxyProperties>
Returns:
the name of property.

getPropertyName

public String getPropertyName()
Returns:
the name of property.


Copyright © 2010 OW2 Consortium. All Rights Reserved.