| java.lang.Object com.sun.portal.subscriptions.profiler.cli.ProfilerCmd
ProfilerCmd | public class ProfilerCmd (Code) | | Description of the Class
author: pm95875 @created September 2, 2003 |
CONT | final protected static String CONT(Code) | | Description of the Field
|
FILE | final protected static String FILE(Code) | | Description of the Field
|
HELP | final protected static String HELP(Code) | | Description of the Field
|
LOCALE | final protected static String LOCALE(Code) | | Description of the Field
|
LOCALE_DEFAULT | final public static String LOCALE_DEFAULT(Code) | | Description of the Field
|
NAME | final protected static String NAME(Code) | | Description of the Field
|
OPT_DEFAULT | final public static String OPT_DEFAULT(Code) | | Description of the Field
|
ORGANIZATION | final protected static String ORGANIZATION(Code) | | Description of the Field
|
PARENT | final protected static String PARENT(Code) | | Description of the Field
|
PORTAL | final protected static String PORTAL(Code) | | Description of the Field
|
RUN | final public static String RUN(Code) | | Description of the Field
|
STOP | final public static String STOP(Code) | | Description of the Field
|
SUBCMD_RUN | final public static int SUBCMD_RUN(Code) | | Description of the Field
|
SUBCMD_STOP | final public static int SUBCMD_STOP(Code) | | Description of the Field
|
TYPE | final protected static String TYPE(Code) | | Description of the Field
|
UID | final protected static String UID(Code) | | Description of the Field
|
VERBOSE | final protected static String VERBOSE(Code) | | Description of the Field
|
VERSION | final protected static String VERSION(Code) | | Description of the Field
|
cont | protected boolean cont(Code) | | Description of the Field
|
organization | protected String organization(Code) | | Description of the Field
|
parent | protected String parent(Code) | | Description of the Field
|
portalId | protected String portalId(Code) | | portalid default value is "Upgraded" for backward compatibility with 6.3
in 7.0, the environment variable PS_DEFAUTL_PORTAL is set by psEnv.sh
that is considered as the value to use.
|
sConnection | AMStoreConnection sConnection(Code) | | |
ssoToken | SSOToken ssoToken(Code) | | |
subcmd | protected int subcmd(Code) | | Description of the Field
|
verbose | protected boolean verbose(Code) | | Description of the Field
|
version | protected boolean version(Code) | | Description of the Field
|
ProfilerCmd | public ProfilerCmd()(Code) | | |
ProfilerCmd | public ProfilerCmd(CLIPParser clipp, String[] args) throws ProfilerException(Code) | | Constructor for the ProfilerCmd object
Parameters: clipp - Description of the Parameter Parameters: args - Description of the Parameter exception: ProfilerException - Description of the Exception |
|
|