org.jboss.system.server.profileservice.repository
Class ProfileDeployAction

java.lang.Object
  extended by org.jboss.system.server.profileservice.repository.AbstractProfileAction
      extended by org.jboss.system.server.profileservice.repository.ProfileDeployAction

public class ProfileDeployAction
extends AbstractProfileAction

deploy/undeploy action. This deploys/undeploys the profile deployments based on the lifecycle of the profile.

Version:
$Revision: 86190 $
Author:
Emanuel Muckenhuber

Field Summary
 
Fields inherited from class org.jboss.system.server.profileservice.repository.AbstractProfileAction
log
 
Constructor Summary
ProfileDeployAction(MainDeployerAdapter deployer)
           
 
Method Summary
 void install(org.jboss.profileservice.spi.Profile profile)
           
 void uninstall(org.jboss.profileservice.spi.Profile profile)
           
 
Methods inherited from class org.jboss.system.server.profileservice.repository.AbstractProfileAction
install, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileDeployAction

public ProfileDeployAction(MainDeployerAdapter deployer)
Method Detail

install

public void install(org.jboss.profileservice.spi.Profile profile)
Specified by:
install in class AbstractProfileAction

uninstall

public void uninstall(org.jboss.profileservice.spi.Profile profile)
Specified by:
uninstall in class AbstractProfileAction


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.