|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableManagedObject
An extension of ManagedObject that allows setting of key values after the ManagedObject has been created.
| Method Summary | |
|---|---|
void |
setAttachment(Object attachment)
Set the metadata attachment. |
void |
setComponentName(Object name)
Set the runtime component name. |
void |
setName(String name)
Set the external name by which the ManagedObject is known |
void |
setOperations(Set<ManagedOperation> operations)
Set the ManagedOperation associated with the ManagedObject. |
void |
setParent(ManagedObject parent)
Set the parent ManagedObject. |
void |
setProperties(Map<String,ManagedProperty> properties)
Set the ManagedObject ManagedProperty mapping. |
| Methods inherited from interface org.jboss.managed.api.ManagedObject |
|---|
getAnnotations, getAttachment, getParent, getTransientAttachment, getTransientAttachment, setTransientAttachment |
| Methods inherited from interface org.jboss.managed.api.ManagedCommon |
|---|
getAttachmentName, getComponentName, getName, getNameType, getOperations, getProperties, getProperty, getPropertyNames |
| Method Detail |
|---|
void setName(String name)
ManagementObject#name}},
ManagementObjectID#name}}void setComponentName(Object name)
ManagementRuntimeRef}void setParent(ManagedObject parent)
parent - - the parent ManagedObject, null if no parent exists.void setAttachment(Object attachment)
attachment - - the metadata attachment this ManagedObject maps to.void setProperties(Map<String,ManagedProperty> properties)
properties - - the ManagedProperty mapping.void setOperations(Set<ManagedOperation> operations)
operations - - the ManagedOperations for the ManagedObject.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||