Skip navigation links
com.essbase.eas.essbase.defs
Class ApplicationCommands
java.lang.Object
com.essbase.eas.framework.defs.command.CommandString
com.essbase.eas.essbase.defs.EssbaseCommands
com.essbase.eas.essbase.defs.ApplicationCommands
-
public class ApplicationCommands
- extends EssbaseCommands
extension of the CommandString class containing entries for all of the commands supported by the Essbase application command listener.
- Since:
- 7.0
- Version:
- 7.0
- Author:
- Madhavi Bolisetty
| Fields inherited from class com.essbase.eas.essbase.defs.EssbaseCommands |
ARGUMENT_APPLICATION, ARGUMENT_ARCHIVE_LOCATION, ARGUMENT_DATABASE, ARGUMENT_DESTAPPLICATION, ARGUMENT_DESTDATABASE, ARGUMENT_DESTSERVER, ARGUMENT_REPLACE, ARGUMENT_SERVER, ARGUMENT_SRCAPPLICATION, ARGUMENT_SRCDATABASE, ARGUMENT_SRCSERVER, ARGUMENT_USER, PARAM_APPLICATION, PARAM_ARCHIVE_LOCATION, PARAM_DATABASE, PARAM_DESTAPPLICATION, PARAM_DESTDATABASE, PARAM_DESTSERVER, PARAM_PROPERTIES, PARAM_PROPERTIES_SUBSET, PARAM_REPLACE, PARAM_SERVER, PARAM_SRCAPPLICATION, PARAM_SRCDATABASE, PARAM_SRCSERVER, PARAM_USER |
| Methods inherited from class com.essbase.eas.framework.defs.command.CommandString |
compareTo, compareTo, compareTo, compareToIgnoreCase, concat, endsWith, equals, equalsIgnoreCase, hashCode, length, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NOAPPS_WARNING
public static final java.lang.String NOAPPS_WARNING
-
- See Also:
- Constant Field Values
PARAM_SERVERNAME
public static final java.lang.String PARAM_SERVERNAME
-
- See Also:
- Constant Field Values
PARAM_APPNAME
public static final java.lang.String PARAM_APPNAME
-
- See Also:
- Constant Field Values
PARAM_MIGRATION
public static final java.lang.String PARAM_MIGRATION
-
- See Also:
- Constant Field Values
STARTED
public static final java.lang.String STARTED
-
- See Also:
- Constant Field Values
STOPPED
public static final java.lang.String STOPPED
-
- See Also:
- Constant Field Values
GET_UNICODEINFO
public static final ApplicationCommands GET_UNICODEINFO
- ApplicationCommands instance that describes the command to get unicode info
COPY_PROPERTIES
public static final ApplicationCommands COPY_PROPERTIES
- Instance that describes the command to copy app properties from one app to the other.
MIGRATE
public static final ApplicationCommands MIGRATE
- ApplicationCommands instance that migrate application across servers
GET_STATUS
public static final ApplicationCommands GET_STATUS
- ApplicationCommands instance to get the current status of the applicaiton
GET_FRONT_END_APP_TYPE
public static final ApplicationCommands GET_FRONT_END_APP_TYPE
ARGUMENT_SERVERNAME
public static final CommandArgument ARGUMENT_SERVERNAME
ARGUMENT_APPNAME
public static final CommandArgument ARGUMENT_APPNAME
ARGUMENT_MIGRATION
public static final CommandArgument ARGUMENT_MIGRATION
getResourceString
public static java.lang.String getResourceString(java.lang.String key)
-
- Parameters:
key - the key to find the resource for.
- Returns:
- returns the loaclized string for this key
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.