public interface MutableManagedComponent extends ManagedComponent
| Modifier and Type | Method and Description |
|---|---|
void |
setOperations(Set<ManagedOperation> operations)
Set the ManagedOperation associated with the ManagedObject.
|
void |
setProperties(Map<String,ManagedProperty> properties)
Set the ManagedObject ManagedProperty mapping.
|
void |
setRunState(RunState runState)
Set the component runtime state
|
getAnnotations, getDeployment, getRunState, getType, updategetAttachmentName, getComponentName, getName, getNameType, getOperations, getParent, getProperties, getProperty, getPropertyNamesvoid setRunState(RunState runState)
runState - void setProperties(Map<String,ManagedProperty> properties)
properties - - the ManagedProperty mapping.void setOperations(Set<ManagedOperation> operations)
operations - - the ManagedOperations for the ManagedObject.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.