org.jboss.managed.plugins
Class ManagedComponentImpl

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

public class ManagedComponentImpl
extends DelegateManagedCommonImpl
implements ManagedComponent, Serializable

Managed component impl.

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

Constructor Summary
ManagedComponentImpl(ComponentType type, ManagedDeployment owner, ManagedObject mo)
           
 
Method Summary
 ManagedDeployment getDeployment()
          The deployment the component is associated with.
 ComponentType getType()
          The component classification as a type/subtype.
 String toString()
           
 
Methods inherited from class org.jboss.managed.plugins.DelegateManagedCommonImpl
getAttachmentName, getName, getNameType, getOperations, getProperties, getProperty, getPropertyNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.managed.api.ManagedCommon
getAttachmentName, getName, getNameType, getOperations, getProperties, getProperty, getPropertyNames
 

Constructor Detail

ManagedComponentImpl

public ManagedComponentImpl(ComponentType type,
                            ManagedDeployment owner,
                            ManagedObject mo)
Method Detail

getDeployment

public ManagedDeployment getDeployment()
Description copied from interface: ManagedComponent
The deployment the component is associated with.

Specified by:
getDeployment in interface ManagedComponent
Returns:
component deployment.

getType

public ComponentType getType()
Description copied from interface: ManagedComponent
The component classification as a type/subtype.

Specified by:
getType in interface ManagedComponent
Returns:
component type.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 JBoss Inc.. All Rights Reserved.