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

Packages that use ProfileServiceComponent
org.rhq.plugins.jbossas5   
org.rhq.plugins.jbossas5.helper   
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<T extends ResourceComponent<?>>
          ResourceComponent for a JBoss AS, 5.1.0.CR1 or later, Server.
 class ConnectorComponent
          A ResourceComponent for managing a JBoss Web connector.
 class DatasourceOrConnectionFactoryComponent
          A Resource component for managing JBoss AS 5/6 datasources or connection factories.
 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 JBossMessagingComponent
          The ResourceComponent for the singleton JBoss Messaging ResourceType, which supports creation of two child ResourceTypes - Queue and Topic.
 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
 ResourceContext<ProfileServiceComponent<?>> PlatformComponent.getResourceContext()
           
 ResourceContext<ProfileServiceComponent<?>> AbstractManagedComponent.getResourceContext()
           
 ResourceContext<ProfileServiceComponent<?>> JBossWebComponent.getResourceContext()
           
 

Method parameters in org.rhq.plugins.jbossas5 with type arguments of type ProfileServiceComponent
 Set<DiscoveredResourceDetails> JBossWebDiscoveryComponent.discoverResources(ResourceDiscoveryContext<ProfileServiceComponent<?>> discoveryContext)
           
 Set<DiscoveredResourceDetails> AbstractManagedDeploymentDiscoveryComponent.discoverResources(ResourceDiscoveryContext<ProfileServiceComponent<?>> discoveryContext)
           
 void JBossMessagingComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext)
           
 void PlatformComponent.start(ResourceContext<ProfileServiceComponent<?>> context)
           
 void AbstractManagedDeploymentComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext)
           
 void AbstractManagedComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext)
           
 void ManagedComponentComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext)
           
 void WebApplicationContextComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext)
           
 void JBossWebComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext)
           
 org.rhq.core.domain.resource.ResourceUpgradeReport AbstractManagedDeploymentDiscoveryComponent.upgrade(ResourceUpgradeContext<ProfileServiceComponent<?>> upgradeContext)
           
 

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

Constructors in org.rhq.plugins.jbossas5.helper with parameters of type ProfileServiceComponent
CreateChildResourceFacetDelegate(ProfileServiceComponent component)
           
 

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-2012 Red Hat, Inc.. All Rights Reserved.