public static enum JcaCachedConnectionManagerDefinition.CcmOperations extends Enum<JcaCachedConnectionManagerDefinition.CcmOperations>
Enum Constant and Description |
---|
GET_NUMBER_OF_CONNECTIONS |
LIST_CONNECTIONS |
Modifier and Type | Method and Description |
---|---|
SimpleOperationDefinition |
getOperation() |
static JcaCachedConnectionManagerDefinition.CcmOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JcaCachedConnectionManagerDefinition.CcmOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JcaCachedConnectionManagerDefinition.CcmOperations GET_NUMBER_OF_CONNECTIONS
public static final JcaCachedConnectionManagerDefinition.CcmOperations LIST_CONNECTIONS
public static JcaCachedConnectionManagerDefinition.CcmOperations[] values()
for (JcaCachedConnectionManagerDefinition.CcmOperations c : JcaCachedConnectionManagerDefinition.CcmOperations.values()) System.out.println(c);
public static JcaCachedConnectionManagerDefinition.CcmOperations valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic SimpleOperationDefinition getOperation()
Copyright © 2013 JBoss by Red Hat. All rights reserved.