Package | Description |
---|---|
org.jboss.managed.api | |
org.jboss.managed.plugins |
Modifier and Type | Method and Description |
---|---|
ManagedOperation.Impact |
ManagedOperation.getImpact()
Get the impact of the operation
|
static ManagedOperation.Impact |
ManagedOperation.Impact.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedOperation.Impact[] |
ManagedOperation.Impact.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ManagedOperation.Impact |
ManagedOperationImpl.getImpact() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedOperationImpl.setImpact(ManagedOperation.Impact impact) |
Constructor and Description |
---|
ManagedOperationImpl(String name,
String description,
ManagedOperation.Impact impact,
ManagedParameter[] parameters,
MetaType returnType) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.