public class DelegateManagedCommonImpl extends Object implements ManagedCommon
| Constructor and Description |
|---|
DelegateManagedCommonImpl(ManagedObject delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentName()
Get the attachment name
|
Object |
getComponentName()
Get the runtime component name.
|
protected ManagedObject |
getDelegate() |
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
|
protected void |
setDelegate(ManagedObject delegate) |
public DelegateManagedCommonImpl(ManagedObject delegate)
public String getAttachmentName()
ManagedCommongetAttachmentName in interface ManagedCommonManagementObject#attachmentName}}public String getName()
ManagedCommongetName in interface ManagedCommonManagementObject#name}},
ManagementObjectID#name}}public String getNameType()
ManagedCommongetNameType in interface ManagedCommonManagementObject#type},
ManagementObjectID#type}public Object getComponentName()
ManagedCommongetComponentName in interface ManagedCommonManagementRuntimeRef}public Set<ManagedOperation> getOperations()
ManagedCommongetOperations in interface ManagedCommonpublic Map<String,ManagedProperty> getProperties()
ManagedCommongetProperties in interface ManagedCommonpublic ManagedProperty getProperty(String name)
ManagedCommongetProperty in interface ManagedCommonname - the namepublic Set<String> getPropertyNames()
ManagedCommongetPropertyNames in interface ManagedCommonpublic ManagedCommon getParent()
getParent in interface ManagedCommonprotected ManagedObject getDelegate()
protected void setDelegate(ManagedObject delegate)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.