org.n0pe.asadmin.commands
Class Domain

java.lang.Object
  extended by org.n0pe.asadmin.AbstractAsAdminCmd
      extended by org.n0pe.asadmin.commands.Domain
All Implemented Interfaces:
IAsAdminCmd

public class Domain
extends AbstractAsAdminCmd


Field Summary
static String RESTART
           
static int RESTART_MODE
           
static String START
           
static int START_MODE
           
static String STOP
           
static int STOP_MODE
           
 
Fields inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
EMPTY_ARRAY
 
Constructor Summary
Domain()
           
Domain(String domain)
           
 
Method Summary
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 Domain restart()
           
 Domain start()
           
 Domain stop()
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
failOnNonZeroExit, getErrorOutput, getStandardOutput, handlePasswordFile, setOkayErrorPattern, setOkayStdOutPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final String START
See Also:
Constant Field Values

STOP

public static final String STOP
See Also:
Constant Field Values

RESTART

public static final String RESTART
See Also:
Constant Field Values

START_MODE

public static final int START_MODE
See Also:
Constant Field Values

STOP_MODE

public static final int STOP_MODE
See Also:
Constant Field Values

RESTART_MODE

public static final int RESTART_MODE
See Also:
Constant Field Values
Constructor Detail

Domain

public Domain()

Domain

public Domain(String domain)
Method Detail

start

public Domain start()

stop

public Domain stop()

restart

public Domain restart()

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2013. All Rights Reserved.