| Package | Description |
|---|---|
| org.rhq.plugins.jbossas5 | |
| org.rhq.plugins.jbossas5.helper | |
| org.rhq.plugins.jbossas5.serviceBinding |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceContext<ProfileServiceComponent<?>> |
AbstractManagedComponent.getResourceContext() |
ResourceContext<ProfileServiceComponent<?>> |
JBossWebComponent.getResourceContext() |
ResourceContext<ProfileServiceComponent<?>> |
PlatformComponent.getResourceContext() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationServerComponent<?> |
ApplicationServerComponent.findApplicationServerComponent(ProfileServiceComponent profileServiceComponent)
Find the parent
ApplicationServerComponent of the specified ProfileServiceComponent. |
| Modifier and Type | Method and Description |
|---|---|
Set<DiscoveredResourceDetails> |
JBossWebDiscoveryComponent.discoverResources(ResourceDiscoveryContext<ProfileServiceComponent<?>> discoveryContext) |
Set<DiscoveredResourceDetails> |
AbstractManagedDeploymentDiscoveryComponent.discoverResources(ResourceDiscoveryContext<ProfileServiceComponent<?>> discoveryContext) |
void |
JBossMessagingComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext) |
void |
WebApplicationContextComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext) |
void |
AbstractManagedDeploymentComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext) |
void |
AbstractManagedComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext) |
void |
JBossWebComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext) |
void |
PlatformComponent.start(ResourceContext<ProfileServiceComponent<?>> context) |
void |
ManagedComponentComponent.start(ResourceContext<ProfileServiceComponent<?>> resourceContext) |
org.rhq.core.domain.resource.ResourceUpgradeReport |
AbstractManagedDeploymentDiscoveryComponent.upgrade(ResourceUpgradeContext<ProfileServiceComponent<?>> upgradeContext) |
| Constructor and Description |
|---|
CreateChildResourceFacetDelegate(ProfileServiceComponent component)
Deprecated.
This constructor is deprecated because it does not handle properly the SHA256 computation for
exploded content. If used, this constructor will lead to a calculation of the SHA256 for exploded content
based on exploded files. This method of computation is not preferred due to changes in content archive
matching. Replaced by (@link
CreateChildResourceFacetDelegate.CreateChildResourceFacetDelegate(ProfileServiceComponent, ResourceContext) |
CreateChildResourceFacetDelegate(ProfileServiceComponent component,
ResourceContext<?> parentResourceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagerComponent
Manager component for the Service Binding Manager.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.