com.sun.enterprise.admin.servermgmt.pe
Class PEScriptsTokens

java.lang.Object
  extended by com.sun.enterprise.admin.servermgmt.pe.PEScriptsTokens

public final class PEScriptsTokens
extends Object

This class defines the tokens required by the startserv & stopserv scripts.


Field Summary
static String CONFIG_HOME
           
static String DOMAIN_NAME
           
static String INSTANCE_ROOT
           
static String SERVER_NAME
           
 
Constructor Summary
PEScriptsTokens()
           
 
Method Summary
static TokenValueSet getTokenValueSet(DomainConfig domainConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PEScriptsTokens

public PEScriptsTokens()
Method Detail

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.