GigaSpaces XAP 10.0.1 API

org.openspaces.admin.application.deploy
Class AbstractApplicationCommand

java.lang.Object
  extended by org.openspaces.admin.application.deploy.AbstractApplicationCommand
Direct Known Subclasses:
ApplicationDeployCommand, ApplicationUndeployCommand

public abstract class AbstractApplicationCommand
extends Object

Since:
9.0.1
Author:
itaif

Field Summary
static String KEY_DEPLOY_TIMEOUT
           
static String KEY_GROUPS
           
static String KEY_HELP1
           
static String KEY_HELP2
           
static String KEY_LOCATORS
           
static String KEY_PASSWORD
           
static String KEY_SECURED
           
static String KEY_TIMEOUT
           
static String KEY_UNDEPLOY_TIMEOUT
           
static String KEY_USER
           
 
Constructor Summary
AbstractApplicationCommand()
           
 
Method Summary
protected  void debug(String message)
           
protected  String[] getGroups()
           
protected  String getLocators()
           
protected  Log getLogger()
           
protected  int getLookupTimeout()
           
protected  boolean getManaged()
           
 Boolean getSecured()
           
protected  long getTimeout()
           
protected  UserDetails getUserDetails()
           
protected  void info(String message)
           
protected  boolean isDisableInfoLogging()
           
protected  boolean isSout()
           
protected  void parseArgs(String[] args)
           
 void setCredentialsProvider(CredentialsProvider credentialsProvider)
           
 void setDisableInfoLogging(boolean disableInfoLogging)
           
 void setGroups(String[] groups)
           
 void setLocators(String locators)
           
 void setLookupTimeout(int lookupTimeout)
           
 void setManaged(boolean managed)
           
 void setSecured(boolean secured)
           
 void setSecured(Boolean secured)
           
 void setSout(boolean sout)
           
 void setTimeout(long timeout)
           
 void setUserDetails(String userName, String password)
           
 void setUserDetails(UserDetails userDetails)
           
 String toString()
           
protected  GridServiceManager waitForGridServiceManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY_HELP1

public static final String KEY_HELP1
See Also:
Constant Field Values

KEY_HELP2

public static final String KEY_HELP2
See Also:
Constant Field Values

KEY_GROUPS

public static final String KEY_GROUPS
See Also:
Constant Field Values

KEY_LOCATORS

public static final String KEY_LOCATORS
See Also:
Constant Field Values

KEY_TIMEOUT

public static final String KEY_TIMEOUT
See Also:
Constant Field Values

KEY_DEPLOY_TIMEOUT

public static final String KEY_DEPLOY_TIMEOUT
See Also:
Constant Field Values

KEY_UNDEPLOY_TIMEOUT

public static final String KEY_UNDEPLOY_TIMEOUT
See Also:
Constant Field Values

KEY_USER

public static final String KEY_USER
See Also:
Constant Field Values

KEY_PASSWORD

public static final String KEY_PASSWORD
See Also:
Constant Field Values

KEY_SECURED

public static final String KEY_SECURED
See Also:
Constant Field Values
Constructor Detail

AbstractApplicationCommand

public AbstractApplicationCommand()
Method Detail

getSecured

public Boolean getSecured()

setCredentialsProvider

public void setCredentialsProvider(CredentialsProvider credentialsProvider)

setSecured

public void setSecured(Boolean secured)

getLogger

protected Log getLogger()

getGroups

protected String[] getGroups()

getLocators

protected String getLocators()

getLookupTimeout

protected int getLookupTimeout()

getTimeout

protected long getTimeout()

isSout

protected boolean isSout()

isDisableInfoLogging

protected boolean isDisableInfoLogging()

getUserDetails

protected UserDetails getUserDetails()

getManaged

protected boolean getManaged()

setDisableInfoLogging

public void setDisableInfoLogging(boolean disableInfoLogging)

setSout

public void setSout(boolean sout)

setGroups

public void setGroups(String[] groups)

setLocators

public void setLocators(String locators)

setLookupTimeout

public void setLookupTimeout(int lookupTimeout)

setSecured

public void setSecured(boolean secured)

setUserDetails

public void setUserDetails(UserDetails userDetails)

setUserDetails

public void setUserDetails(String userName,
                           String password)

setTimeout

public void setTimeout(long timeout)

setManaged

public void setManaged(boolean managed)

info

protected void info(String message)

debug

protected void debug(String message)

parseArgs

protected void parseArgs(String[] args)

waitForGridServiceManager

protected GridServiceManager waitForGridServiceManager()
                                                throws TimeoutException
Throws:
TimeoutException

toString

public String toString()
Overrides:
toString in class Object

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.