Package | Description |
---|---|
org.jboss.managed.api | |
org.jboss.managed.plugins | |
org.jboss.managed.plugins.factory |
Modifier and Type | Method and Description |
---|---|
Set<ManagedOperation> |
ManagedCommon.getOperations()
Get the operations
|
Modifier and Type | Method and Description |
---|---|
void |
MutableManagedComponent.setOperations(Set<ManagedOperation> operations)
Set the ManagedOperation associated with the ManagedObject.
|
void |
MutableManagedObject.setOperations(Set<ManagedOperation> operations)
Set the ManagedOperation associated with the ManagedObject.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedOperationImpl
A default implementation of ManagedOperation
|
Modifier and Type | Method and Description |
---|---|
static ManagedOperation |
ManagedOperationMatcher.findOperation(Set<ManagedOperation> ops,
String name,
MetaType... signature) |
Modifier and Type | Method and Description |
---|---|
Set<ManagedOperation> |
DelegateManagedObjectImpl.getOperations() |
Set<ManagedOperation> |
DelegateManagedCommonImpl.getOperations() |
Set<ManagedOperation> |
ManagedObjectImpl.getOperations()
get the ManagedOperations
|
Modifier and Type | Method and Description |
---|---|
static ManagedOperation |
ManagedOperationMatcher.findOperation(Set<ManagedOperation> ops,
String name,
MetaType... signature) |
void |
ManagedComponentImpl.setOperations(Set<ManagedOperation> operations) |
void |
ManagedObjectImpl.setOperations(Set<ManagedOperation> operations) |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
protected ManagedOperation |
AbstractManagedObjectFactory.getManagedOperation(org.jboss.reflect.spi.MethodInfo methodInfo,
ManagementOperation opAnnotation,
org.jboss.metadata.spi.MetaData metaData) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.