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()
ManagedCommon
getAttachmentName
in interface ManagedCommon
ManagementObject#attachmentName}}
public String getName()
ManagedCommon
getName
in interface ManagedCommon
ManagementObject#name}}
,
ManagementObjectID#name}}
public String getNameType()
ManagedCommon
getNameType
in interface ManagedCommon
ManagementObject#type}
,
ManagementObjectID#type}
public Object getComponentName()
ManagedCommon
getComponentName
in interface ManagedCommon
ManagementRuntimeRef}
public Set<ManagedOperation> getOperations()
ManagedCommon
getOperations
in interface ManagedCommon
public Map<String,ManagedProperty> getProperties()
ManagedCommon
getProperties
in interface ManagedCommon
public ManagedProperty getProperty(String name)
ManagedCommon
getProperty
in interface ManagedCommon
name
- the namepublic Set<String> getPropertyNames()
ManagedCommon
getPropertyNames
in interface ManagedCommon
public ManagedCommon getParent()
getParent
in interface ManagedCommon
protected ManagedObject getDelegate()
protected void setDelegate(ManagedObject delegate)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.