org.rhq.plugins.jbossas5.connection
Class BasicProfileServiceConnection

java.lang.Object
  extended by org.rhq.plugins.jbossas5.connection.AbstractProfileServiceConnection
      extended by org.rhq.plugins.jbossas5.connection.BasicProfileServiceConnection
All Implemented Interfaces:
ProfileServiceConnection

public class BasicProfileServiceConnection
extends AbstractProfileServiceConnection

Author:
Ian Springer

Constructor Summary
protected BasicProfileServiceConnection(AbstractProfileServiceConnectionProvider connectionProvider, org.jboss.profileservice.spi.ProfileService profileService, org.jboss.deployers.spi.management.ManagementView managementView, org.jboss.deployers.spi.management.deploy.DeploymentManager deploymentManager)
           
 
Method Summary
 org.jboss.deployers.spi.management.deploy.DeploymentManager getDeploymentManager()
           
 org.jboss.deployers.spi.management.ManagementView getManagementView()
           
 org.jboss.profileservice.spi.ProfileService getProfileService()
           
 
Methods inherited from class org.rhq.plugins.jbossas5.connection.AbstractProfileServiceConnection
getConnectionProvider, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicProfileServiceConnection

protected BasicProfileServiceConnection(AbstractProfileServiceConnectionProvider connectionProvider,
                                        org.jboss.profileservice.spi.ProfileService profileService,
                                        org.jboss.deployers.spi.management.ManagementView managementView,
                                        org.jboss.deployers.spi.management.deploy.DeploymentManager deploymentManager)
Method Detail

getProfileService

public org.jboss.profileservice.spi.ProfileService getProfileService()

getManagementView

public org.jboss.deployers.spi.management.ManagementView getManagementView()

getDeploymentManager

public org.jboss.deployers.spi.management.deploy.DeploymentManager getDeploymentManager()


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