org.jboss.managed.plugins
Class DelegateManagedObjectImpl

java.lang.Object
  extended by org.jboss.managed.plugins.DelegateManagedObjectImpl
All Implemented Interfaces:
Serializable, ManagedCommon, ManagedObject

public class DelegateManagedObjectImpl
extends Object
implements ManagedObject

Version:
$Revision: 65897 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
DelegateManagedObjectImpl(ManagedObject delegate)
           
 
Method Summary
 Map<String,Annotation> getAnnotations()
          Get the annotations associated with the property
 Serializable getAttachment()
          Get the underlying object
 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
 Map<String,ManagedProperty> getProperties()
          Get the properties
 ManagedProperty getProperty(String name)
          Get a property
 Set<String> getPropertyNames()
          Get the property names
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateManagedObjectImpl

public DelegateManagedObjectImpl(ManagedObject delegate)
Method Detail

getAnnotations

public Map<String,Annotation> getAnnotations()
Description copied from interface: ManagedObject
Get the annotations associated with the property

Specified by:
getAnnotations in interface ManagedObject
Returns:
the annotations associated with the property

getAttachment

public Serializable getAttachment()
Description copied from interface: ManagedObject
Get the underlying object

Specified by:
getAttachment in interface ManagedObject
Returns:
the underlying object

getAttachmentName

public String getAttachmentName()
Description copied from interface: ManagedCommon
Get the attachment name

Specified by:
getAttachmentName in interface ManagedCommon
Returns:
the name
See Also:
ManagementObject#attachmentName}}

getName

public String getName()
Description copied from interface: ManagedCommon
Get the external name by which the ManagedObject is known

Specified by:
getName in interface ManagedCommon
Returns:
the name
See Also:
ManagementObject#name}}, ManagementObjectID#name}}

getNameType

public String getNameType()
Description copied from interface: ManagedCommon
Get the external name type/qualifier.

Specified by:
getNameType in interface ManagedCommon
Returns:
the name type
See Also:
ManagementObject#type}, ManagementObjectID#type}

getOperations

public Set<ManagedOperation> getOperations()
Description copied from interface: ManagedCommon
Get the operations

Specified by:
getOperations in interface ManagedCommon
Returns:
the operations

getProperties

public Map<String,ManagedProperty> getProperties()
Description copied from interface: ManagedCommon
Get the properties

Specified by:
getProperties in interface ManagedCommon
Returns:
the properties

getProperty

public ManagedProperty getProperty(String name)
Description copied from interface: ManagedCommon
Get a property

Specified by:
getProperty in interface ManagedCommon
Parameters:
name - the name
Returns:
the property

getPropertyNames

public Set<String> getPropertyNames()
Description copied from interface: ManagedCommon
Get the property names

Specified by:
getPropertyNames in interface ManagedCommon
Returns:
the property names

getComponentName

public Object getComponentName()
Description copied from interface: ManagedObject
Get the runtime component name.

Specified by:
getComponentName in interface ManagedObject
Returns:
name of runtime component if one exists, null if no component exists.
See Also:
ManagementRuntimeRef}


Copyright © 2008 JBoss Inc.. All Rights Reserved.