com.sun.enterprise.admin.servermgmt.pe
Class PEScriptsTokens
java.lang.Object
com.sun.enterprise.admin.servermgmt.pe.PEScriptsTokens
public final class PEScriptsTokens
- extends Object
This class defines the tokens required by the startserv & stopserv scripts.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_HOME
public static final String CONFIG_HOME
- See Also:
- Constant Field Values
INSTANCE_ROOT
public static final String INSTANCE_ROOT
- See Also:
- Constant Field Values
SERVER_NAME
public static final String SERVER_NAME
- See Also:
- Constant Field Values
DOMAIN_NAME
public static final String DOMAIN_NAME
- See Also:
- Constant Field Values
PEScriptsTokens
public PEScriptsTokens()
getTokenValueSet
public static TokenValueSet getTokenValueSet(DomainConfig domainConfig)
- Parameters:
domainConfig -
- Returns:
- Returns the TokenValueSet that has the (token, value) pairs for
startserv & stopserv scripts.
Copyright © 2012 GlassFish Community. All Rights Reserved.