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, update
getAttachmentName, getComponentName, getName, getNameType, getOperations, getParent, getProperties, getProperty, getPropertyNames
void 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.