|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManagedOperation | |
|---|---|
| org.jboss.managed.api | |
| org.jboss.managed.plugins | |
| org.jboss.managed.plugins.factory | |
| Uses of ManagedOperation in org.jboss.managed.api |
|---|
| Methods in org.jboss.managed.api that return types with arguments of type ManagedOperation | |
|---|---|
Set<ManagedOperation> |
ManagedCommon.getOperations()
Get the operations |
| Uses of ManagedOperation in org.jboss.managed.plugins |
|---|
| Classes in org.jboss.managed.plugins that implement ManagedOperation | |
|---|---|
class |
ManagedOperationImpl
A default implementation of ManagedOperation |
| Methods in org.jboss.managed.plugins that return types with arguments of type ManagedOperation | |
|---|---|
Set<ManagedOperation> |
ManagedObjectImpl.getOperations()
get the ManagedOperations |
Set<ManagedOperation> |
DelegateManagedObjectImpl.getOperations()
|
Set<ManagedOperation> |
DelegateManagedCommonImpl.getOperations()
|
| Method parameters in org.jboss.managed.plugins with type arguments of type ManagedOperation | |
|---|---|
void |
ManagedObjectImpl.setOperations(Set<ManagedOperation> operations)
|
| Constructor parameters in org.jboss.managed.plugins with type arguments of type ManagedOperation | |
|---|---|
ManagedObjectImpl(String name,
Set<ManagedProperty> properties,
HashSet<ManagedOperation> operations)
Create a new ManagedObjectImpl |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Map<String,ManagedProperty> properties,
HashSet<ManagedOperation> operations,
Serializable attachment)
Create a new ManagedObjectImpl |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Set<ManagedProperty> properties,
HashSet<ManagedOperation> operations,
Serializable attachment)
Create a new ManagedObjectImpl |
|
| Uses of ManagedOperation in org.jboss.managed.plugins.factory |
|---|
| Methods in org.jboss.managed.plugins.factory that return ManagedOperation | |
|---|---|
protected ManagedOperation |
AbstractManagedObjectFactory.getManagedOperation(org.jboss.reflect.spi.MethodInfo methodInfo,
ManagementOperation opAnnotation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||