org.jboss.managed.plugins
Class DelegateManagedCommonImpl

java.lang.Object
  extended by org.jboss.managed.plugins.DelegateManagedCommonImpl
All Implemented Interfaces:
Serializable, ManagedCommon
Direct Known Subclasses:
ManagedComponentImpl

public class DelegateManagedCommonImpl
extends Object
implements ManagedCommon

Delegate managed common.

Author:
ales.justin@jboss.org
See Also:
Serialized Form

Constructor Summary
DelegateManagedCommonImpl(ManagedObject delegate)
           
 
Method Summary
 String getAttachmentName()
          Get the attachment 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

DelegateManagedCommonImpl

public DelegateManagedCommonImpl(ManagedObject delegate)
Method Detail

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


Copyright © 2008 JBoss Inc.. All Rights Reserved.