|
||||||||||
| 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 |
| Method parameters in org.jboss.managed.api with type arguments of type ManagedOperation | |
|---|---|
void |
MutableManagedObject.setOperations(Set<ManagedOperation> operations)
Set the ManagedOperation associated with the ManagedObject. |
void |
MutableManagedComponent.setOperations(Set<ManagedOperation> operations)
Set the ManagedOperation associated with the ManagedObject. |
| 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 ManagedOperation | |
|---|---|
static ManagedOperation |
ManagedOperationMatcher.findOperation(Set<ManagedOperation> ops,
String name,
MetaType... signature)
|
| Methods in org.jboss.managed.plugins that return types with arguments of type ManagedOperation | |
|---|---|
Set<ManagedOperation> |
DelegateManagedCommonImpl.getOperations()
|
Set<ManagedOperation> |
ManagedObjectImpl.getOperations()
get the ManagedOperations |
Set<ManagedOperation> |
DelegateManagedObjectImpl.getOperations()
|
| Method parameters in org.jboss.managed.plugins with type arguments of type ManagedOperation | |
|---|---|
static ManagedOperation |
ManagedOperationMatcher.findOperation(Set<ManagedOperation> ops,
String name,
MetaType... signature)
|
void |
ManagedObjectImpl.setOperations(Set<ManagedOperation> operations)
|
void |
ManagedComponentImpl.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)
Deprecated. |
|
ManagedObjectImpl(String name,
Set<ManagedProperty> properties,
Set<ManagedOperation> operations)
Create a new ManagedObjectImpl |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Map<String,ManagedProperty> properties,
HashSet<ManagedOperation> operations,
Serializable attachment)
Deprecated. |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Map<String,ManagedProperty> properties,
Set<ManagedOperation> operations,
Object attachment)
Create a new ManagedObjectImpl |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Set<ManagedProperty> properties,
HashSet<ManagedOperation> operations,
Serializable attachment)
Deprecated. |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Set<ManagedProperty> properties,
Set<ManagedOperation> operations,
Object 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,
org.jboss.metadata.spi.MetaData metaData)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||