org.rhq.plugins.jbossas5
Interface ProfileServiceComponent<T extends ResourceComponent<?>>

All Superinterfaces:
AvailabilityFacet, JMXComponent<T>, ResourceComponent<T>
All Known Implementing Classes:
AbstractEjbBeanComponent, AbstractManagedComponent, AbstractManagedDeploymentComponent, ApplicationServerComponent, ConnectorComponent, DatasourceOrConnectionFactoryComponent, Ejb2BeanComponent, Ejb3BeanComponent, EmbeddedManagedDeploymentComponent, JBossMessagingComponent, JBossWebComponent, JmsDestinationComponent, ManagedComponentComponent, ManagerComponent, PlatformComponent, StandaloneManagedDeploymentComponent, TxConnectionFactoryComponent, VirtualHostComponent, WebApplicationContextComponent

public interface ProfileServiceComponent<T extends ResourceComponent<?>>
extends ResourceComponent<T>, JMXComponent<T>

Author:
Ian Springer

Field Summary
 
Fields inherited from interface org.rhq.plugins.jmx.JMXComponent
CREDENTIALS_CONFIG_PROP, PRINCIPAL_CONFIG_PROP
 
Method Summary
 ProfileServiceConnection getConnection()
           
 ResourceContext<T> getResourceContext()
           
 
Methods inherited from interface org.rhq.plugins.jmx.JMXComponent
getEmsConnection
 
Methods inherited from interface org.rhq.core.pluginapi.inventory.ResourceComponent
start, stop
 
Methods inherited from interface org.rhq.core.pluginapi.availability.AvailabilityFacet
getAvailability
 

Method Detail

getConnection

@Nullable
ProfileServiceConnection getConnection()

getResourceContext

@NotNull
ResourceContext<T> getResourceContext()


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