public interface ManagedCommon extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAttachmentName()
Get the attachment name
|
Object |
getComponentName()
Get the runtime component name.
|
String |
getName()
Get the external name by which the ManagedObject is known
|
String |
getNameType()
Get the external name type/qualifier.
|
Set<ManagedOperation> |
getOperations()
Get the operations
|
ManagedCommon |
getParent() |
Map<String,ManagedProperty> |
getProperties()
Get the properties
|
ManagedProperty |
getProperty(String name)
Get a property
|
Set<String> |
getPropertyNames()
Get the property names
|
String getAttachmentName()
ManagementObject#attachmentName}}
String getName()
ManagementObject#name}}
,
ManagementObjectID#name}}
String getNameType()
ManagementObject#type}
,
ManagementObjectID#type}
Object getComponentName()
ManagementRuntimeRef}
ManagedProperty getProperty(String name)
name
- the nameMap<String,ManagedProperty> getProperties()
Set<ManagedOperation> getOperations()
ManagedCommon getParent()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.