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

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

public class ProfileStartAction
extends AbstractProfileLifeCycleAction

Basic profile start/stop action.

Version:
$Revision: 87161 $
Author:
Emanuel Muckenhuber

Field Summary
 
Fields inherited from class org.jboss.system.server.profileservice.repository.AbstractProfileAction
log
 
Constructor Summary
ProfileStartAction()
           
 
Method Summary
protected  String getInstallMethod()
           
static AbstractProfileLifeCycleAction getInstance()
           
protected  String getUninstallMethod()
           
 
Methods inherited from class org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction
install, invoke, uninstall
 
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

ProfileStartAction

public ProfileStartAction()
Method Detail

getInstance

public static AbstractProfileLifeCycleAction getInstance()

getInstallMethod

protected String getInstallMethod()
Specified by:
getInstallMethod in class AbstractProfileLifeCycleAction

getUninstallMethod

protected String getUninstallMethod()
Specified by:
getUninstallMethod in class AbstractProfileLifeCycleAction


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