org.rhq.plugins.jbossas5.connection
Interface ProfileServiceConnection

All Known Implementing Classes:
AbstractProfileServiceConnection, BasicProfileServiceConnection, JaasAuthenticationProxyProfileServiceConnection

public interface ProfileServiceConnection

Author:
Ian Springer

Method Summary
 ProfileServiceConnectionProvider getConnectionProvider()
           
 org.jboss.deployers.spi.management.deploy.DeploymentManager getDeploymentManager()
           
 org.jboss.deployers.spi.management.ManagementView getManagementView()
           
 org.jboss.profileservice.spi.ProfileService getProfileService()
           
 void init()
           
 

Method Detail

init

void init()

getConnectionProvider

ProfileServiceConnectionProvider getConnectionProvider()

getProfileService

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

getManagementView

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

getDeploymentManager

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


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