org.teiid.rhq.plugin.deployer
Class RemoteDeployer

java.lang.Object
  extended by org.teiid.rhq.plugin.deployer.AbstractDeployer
      extended by org.teiid.rhq.plugin.deployer.RemoteDeployer
All Implemented Interfaces:
Deployer

public class RemoteDeployer
extends AbstractDeployer


Constructor Summary
RemoteDeployer(org.rhq.plugins.jbossas5.connection.ProfileServiceConnection profileServiceConnection, org.rhq.core.pluginapi.inventory.ResourceContext<?> resourceContext)
           
 
Method Summary
protected  void destroyArchive(File archive)
           
protected  File prepareArchive(org.rhq.core.domain.content.PackageDetailsKey key, org.rhq.core.domain.resource.ResourceType resourceType)
           
protected  File prepareArchive(String userSpecifedName, org.rhq.core.domain.content.PackageDetailsKey key, org.rhq.core.domain.resource.ResourceType resourceType)
           
 
Methods inherited from class org.teiid.rhq.plugin.deployer.AbstractDeployer
deploy, getLog, getProfileServiceConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDeployer

public RemoteDeployer(org.rhq.plugins.jbossas5.connection.ProfileServiceConnection profileServiceConnection,
                      org.rhq.core.pluginapi.inventory.ResourceContext<?> resourceContext)
Parameters:
profileServiceConnection -
Method Detail

destroyArchive

protected void destroyArchive(File archive)
Specified by:
destroyArchive in class AbstractDeployer

prepareArchive

protected File prepareArchive(String userSpecifedName,
                              org.rhq.core.domain.content.PackageDetailsKey key,
                              org.rhq.core.domain.resource.ResourceType resourceType)
Specified by:
prepareArchive in class AbstractDeployer

prepareArchive

protected File prepareArchive(org.rhq.core.domain.content.PackageDetailsKey key,
                              org.rhq.core.domain.resource.ResourceType resourceType)
Specified by:
prepareArchive in class AbstractDeployer


Copyright © 2012. All Rights Reserved.