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

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.ProfileCreateAction

public class ProfileCreateAction
extends AbstractProfileLifeCycleAction

Basic profile create/destroy action.

Version:
$Revision: 85526 $
Author:
Emanuel Muckenhuber

Field Summary
 
Fields inherited from class org.jboss.system.server.profileservice.repository.AbstractProfileAction
log
 
Constructor Summary
ProfileCreateAction()
           
 
Method Summary
protected  String getInstallMethod()
           
static ProfileCreateAction 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

ProfileCreateAction

public ProfileCreateAction()
Method Detail

getInstance

public static ProfileCreateAction 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.