org.jboss.managed.api
Interface ManagedComponent

All Superinterfaces:
ManagedCommon, Serializable
All Known Implementing Classes:
ManagedComponentImpl

public interface ManagedComponent
extends ManagedCommon

A runtime component associated with a deployment.

Version:
$Revision: 65897 $
Author:
Scott.Stark@jboss.org

Method Summary
 ManagedDeployment getDeployment()
          The deployment the component is associated with.
 ComponentType getType()
          The component classification as a type/subtype.
 
Methods inherited from interface org.jboss.managed.api.ManagedCommon
getAttachmentName, getName, getNameType, getOperations, getProperties, getProperty, getPropertyNames
 

Method Detail

getType

ComponentType getType()
The component classification as a type/subtype.

Returns:
component type.

getDeployment

ManagedDeployment getDeployment()
The deployment the component is associated with.

Returns:
component deployment.


Copyright © 2008 JBoss Inc.. All Rights Reserved.