Uses of Interface
org.rhq.plugins.jbossas5.ProfileServiceComponent

Packages that use ProfileServiceComponent
org.rhq.plugins.jbossas5   
org.rhq.plugins.jbossas5.serviceBinding   
 

Uses of ProfileServiceComponent in org.rhq.plugins.jbossas5
 

Classes in org.rhq.plugins.jbossas5 with type parameters of type ProfileServiceComponent
 class ManagedComponentDiscoveryComponent<P extends ProfileServiceComponent>
          Discovery component for ManagedComponents exposed by the JBoss AS 5.x Profile Service that will be represented as child Resources of the JBoss AS Resource.
 

Classes in org.rhq.plugins.jbossas5 that implement ProfileServiceComponent
 class AbstractEjbBeanComponent
          An abstract plugin component for managing an EJB bean - has two subclasses - one for EJB2 beans and one for EJB3 beans.
 class AbstractManagedComponent
           
 class AbstractManagedDeploymentComponent
          ResourceComponent for managing ManagedDeployments (EARs, WARs, etc.).
 class ApplicationServerComponent
          ResourceComponent for a JBoss AS, 5.1.0.CR1 or later, Server.
 class ConnectorComponent
          A ResourceComponent for managing a JBoss Web connector.
 class Ejb2BeanComponent
          A plugin component for managing an EJB 1/2 bean.
 class Ejb3BeanComponent
          A plugin component for managing an EJB3 bean.
 class EmbeddedManagedDeploymentComponent
           
 class JBossWebComponent
          A ResourceComponent for managing the JBoss Web servlet container within a JBoss AS instance.
 class JmsDestinationComponent
          A Resource component for JBoss AS 5 JBoss Messaging JMS topic and queues.
 class ManagedComponentComponent
          Service ResourceComponent for all ManagedComponents in a Profile.
 class PlatformComponent
           
 class StandaloneManagedDeploymentComponent
          A resource component for managing a standalone/top-level Profile Service managed deployment.
 class TxConnectionFactoryComponent
          A Resource component for JBoss AS 5 Tx Connection Factories.
 class VirtualHostComponent
          A ResourceComponent for managing a JBoss Web virtual host (vhost).
 class WebApplicationContextComponent
          A Resource component for web application contexts (e.g.
 

Methods in org.rhq.plugins.jbossas5 that return types with arguments of type ProfileServiceComponent
protected  ResourceContext<ProfileServiceComponent> AbstractManagedComponent.getResourceContext()
           
 

Method parameters in org.rhq.plugins.jbossas5 with type arguments of type ProfileServiceComponent
 java.util.Set<DiscoveredResourceDetails> JBossWebDiscoveryComponent.discoverResources(ResourceDiscoveryContext<ProfileServiceComponent> discoveryContext)
           
 java.util.Set<DiscoveredResourceDetails> AbstractManagedDeploymentDiscoveryComponent.discoverResources(ResourceDiscoveryContext<ProfileServiceComponent> discoveryContext)
           
 void WebApplicationContextComponent.start(ResourceContext<ProfileServiceComponent> resourceContext)
           
 void PlatformComponent.start(ResourceContext<ProfileServiceComponent> context)
           
 void ManagedComponentComponent.start(ResourceContext<ProfileServiceComponent> resourceContext)
           
 void JBossWebComponent.start(ResourceContext<ProfileServiceComponent> resourceContext)
           
 void AbstractManagedDeploymentComponent.start(ResourceContext<ProfileServiceComponent> resourceContext)
           
 void AbstractManagedComponent.start(ResourceContext<ProfileServiceComponent> resourceContext)
           
 

Uses of ProfileServiceComponent in org.rhq.plugins.jbossas5.serviceBinding
 

Classes in org.rhq.plugins.jbossas5.serviceBinding that implement ProfileServiceComponent
 class ManagerComponent
          Manager component for the Service Binding Manager.
 



Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.