public interface MutableManagedObject extends ManagedObject
Modifier and Type | Method and Description |
---|---|
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.
|
getAnnotations, getAttachment, getParent, getTransientAttachment, getTransientAttachment, setTransientAttachment
getAttachmentName, getComponentName, getName, getNameType, getOperations, getProperties, getProperty, getPropertyNames
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.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.