org.rhq.plugins.jbossas5.deploy
Class RemoteDeployer

java.lang.Object
  extended by org.rhq.plugins.jbossas5.deploy.AbstractDeployer
      extended by org.rhq.plugins.jbossas5.deploy.RemoteDeployer
All Implemented Interfaces:
Deployer

public class RemoteDeployer
extends AbstractDeployer

A deployer used when running outside the JBoss AS 5 process, i.e. in the agent.

Author:
Lukas Krejci

Constructor Summary
RemoteDeployer(ProfileServiceConnection profileServiceConnection, ResourceContext<?> resourceContext)
           
 
Method Summary
protected  void destroyArchive(java.io.File archive)
           
protected  java.io.File prepareArchive(PackageDetailsKey key, ResourceType resourceType)
           
 
Methods inherited from class org.rhq.plugins.jbossas5.deploy.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(ProfileServiceConnection profileServiceConnection,
                      ResourceContext<?> resourceContext)
Parameters:
profileServiceConnection -
Method Detail

destroyArchive

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

prepareArchive

protected java.io.File prepareArchive(PackageDetailsKey key,
                                      ResourceType resourceType)
Specified by:
prepareArchive in class AbstractDeployer


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