org.rhq.plugins.jbossas5.deploy
Class LocalDeployer

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

public class LocalDeployer
extends AbstractDeployer

A deployer used when running inside the JBoss AS 5 process.

Author:
Lukas Krejci

Constructor Summary
LocalDeployer(ProfileServiceConnection profileServiceConnection)
           
 
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

LocalDeployer

public LocalDeployer(ProfileServiceConnection profileServiceConnection)
Parameters:
profileService -
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.