Package | Description |
---|---|
org.jboss.as.controller |
Modifier and Type | Method and Description |
---|---|
OperationContext.Type |
OperationContext.getType()
Deprecated.
Use
OperationContext.getProcessType() and OperationContext.getRunningMode() or for the most common usage, OperationContext.isNormalServer() |
static OperationContext.Type |
OperationContext.Type.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OperationContext.Type[] |
OperationContext.Type.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.