JBoss Managed Parent POM 2.1.1.SP2

Uses of Interface
org.jboss.managed.api.ManagedComponent

Packages that use ManagedComponent
org.jboss.managed.api   
org.jboss.managed.plugins   
 

Uses of ManagedComponent in org.jboss.managed.api
 

Subinterfaces of ManagedComponent in org.jboss.managed.api
 interface MutableManagedComponent
           
 

Methods in org.jboss.managed.api that return ManagedComponent
 ManagedComponent ManagedDeployment.getComponent(String name)
          Gets the nested ManagedComponent with the specified name.
 

Methods in org.jboss.managed.api that return types with arguments of type ManagedComponent
 Map<String,ManagedComponent> ManagedDeployment.getComponents()
          Get the nested ManagedComponents for the deployment module.
 

Methods in org.jboss.managed.api with parameters of type ManagedComponent
 void ManagedDeployment.addComponent(String name, ManagedComponent comp)
          Add a component to this deployment
 

Uses of ManagedComponent in org.jboss.managed.plugins
 

Classes in org.jboss.managed.plugins that implement ManagedComponent
 class ManagedComponentImpl
          Managed component impl.
 

Methods in org.jboss.managed.plugins that return ManagedComponent
 ManagedComponent ManagedDeploymentImpl.getComponent(String name)
           
 

Methods in org.jboss.managed.plugins that return types with arguments of type ManagedComponent
 Map<String,ManagedComponent> ManagedDeploymentImpl.getComponents()
           
 

Methods in org.jboss.managed.plugins with parameters of type ManagedComponent
 void ManagedDeploymentImpl.addComponent(String name, ManagedComponent comp)
           
 


JBoss Managed Parent POM 2.1.1.SP2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.