Skip navigation links
com.essbase.eas.essbase.server
Class ApplicationCommandListener
java.lang.Object
com.essbase.eas.framework.server.application.DefaultApplicationPart
com.essbase.eas.framework.server.application.AbstractCommandListener
com.essbase.eas.server.AppManCommandListener
com.essbase.eas.essbase.server.EssbaseCommandListener
com.essbase.eas.essbase.server.ApplicationCommandListener
- All Implemented Interfaces:
- ApplicationPart, CommandListener
-
public class ApplicationCommandListener
- extends EssbaseCommandListener
- Since:
- 6.2.0
- Version:
- 6.5.4
- Author:
- Hyperion Solutions
| Fields inherited from class com.essbase.eas.essbase.server.EssbaseCommandListener |
DEADEND, DEADEND_KEY, FAILED, FAILED_KEY, NOT_CONNECTED, NOT_CONNECTED_KEY, NOT_CONNECTING, NOT_CONNECTING_KEY, RELOGIN, RELOGIN_KEY, requestMap, TOKEN_TIMEOUT1_KEY, TOKEN_TIMEOUT2_KEY |
| Fields inherited from class com.essbase.eas.framework.server.application.DefaultApplicationPart |
CHAIN_SEPARATOR, manager, parts, serviceContext, serviceManager, state, STATE_BEFORE_WORKERS_ASSIGNED, STATE_CONSTRUCTED, STATE_DESTROYED, STATE_INITIALIZED, STATE_MANAGED, STATE_NULL, STATE_WORKERS_ASSIGNED, STATE_WORKERS_INITIALIZED, storeService |
| Method Summary |
boolean |
copy(CommandEvent theEvent)
|
boolean |
copyProperties(CommandEvent theEvent, ServiceContext theContext, java.lang.String srcServer, java.lang.String srcApp, java.lang.String destServer, java.lang.String destApp)
|
boolean |
create(CommandEvent theEvent)
|
boolean |
delete(CommandEvent theEvent)
|
boolean |
deleteAllApps(CommandEvent theEvent)
|
java.util.List |
getAppList(CommandEvent theEvent)
|
CommandDescriptor[] |
getCommands()
The commands that are supported for this CommandListener are listed here. |
boolean |
getFrontEndAppType(CommandEvent theEvent, ServiceContext theContext, java.lang.String serverName, java.lang.String appName)
|
boolean |
getList(CommandEvent theEvent)
|
boolean |
getProperties(CommandEvent theEvent)
|
boolean |
getRestrictedUserGroupList(CommandEvent theEvent)
Gets the list of users/groups that have some access to this Application. |
boolean |
getStatus(CommandEvent theEvent, ServiceContext theContext, java.lang.String serverName, java.lang.String appName)
|
boolean |
getTableSpacesInfo(CommandEvent theEvent)
|
boolean |
getUnicodeInfo(CommandEvent theEvent, ServiceContext theContext, java.lang.String serverName, java.lang.String appName)
|
boolean |
migrate(CommandEvent theEvent, ServiceContext theContext, java.lang.String srcServer, java.lang.String destServer, AppMigration migration)
|
boolean |
rename(CommandEvent theEvent)
|
boolean |
setProperties(CommandEvent theEvent)
|
boolean |
setTableSpacesInfo(CommandEvent theEvent)
|
boolean |
start(CommandEvent theEvent)
|
boolean |
startAllApps(CommandEvent theEvent)
|
boolean |
stop(CommandEvent theEvent)
|
boolean |
stopAllApps(CommandEvent theEvent)
|
| Methods inherited from class com.essbase.eas.framework.server.application.AbstractCommandListener |
addMethodAlias, addMethodAlias, assignWorkers, buildMethodMap, convertStringValueToArgument, getArgumentsForCommand, getMethod, getMethodForAlias, getRoles, getSessionObject, handleEvent, init, isRequestFromSameServer, removeSessionObject, setServiceResult, setSessionObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationCommandListener
public ApplicationCommandListener()
getList
public boolean getList(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getTableSpacesInfo
public boolean getTableSpacesInfo(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
setTableSpacesInfo
public boolean setTableSpacesInfo(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getAppList
public java.util.List getAppList(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
create
public boolean create(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
copy
public boolean copy(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
delete
public boolean delete(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
rename
public boolean rename(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
start
public boolean start(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
stop
public boolean stop(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
startAllApps
public boolean startAllApps(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
stopAllApps
public boolean stopAllApps(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
deleteAllApps
public boolean deleteAllApps(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getProperties
public boolean getProperties(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
setProperties
public boolean setProperties(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getRestrictedUserGroupList
public boolean getRestrictedUserGroupList(CommandEvent theEvent)
throws java.lang.Exception
- Gets the list of users/groups that have some access to this Application. Do not return users/groups that have no access to this app.
-
- Throws:
java.lang.Exception
getUnicodeInfo
public boolean getUnicodeInfo(CommandEvent theEvent,
ServiceContext theContext,
java.lang.String serverName,
java.lang.String appName)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
copyProperties
public boolean copyProperties(CommandEvent theEvent,
ServiceContext theContext,
java.lang.String srcServer,
java.lang.String srcApp,
java.lang.String destServer,
java.lang.String destApp)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
migrate
public boolean migrate(CommandEvent theEvent,
ServiceContext theContext,
java.lang.String srcServer,
java.lang.String destServer,
AppMigration migration)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getStatus
public boolean getStatus(CommandEvent theEvent,
ServiceContext theContext,
java.lang.String serverName,
java.lang.String appName)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getFrontEndAppType
public boolean getFrontEndAppType(CommandEvent theEvent,
ServiceContext theContext,
java.lang.String serverName,
java.lang.String appName)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getCommands
public CommandDescriptor[] getCommands()
- The commands that are supported for this CommandListener are listed here.
-
- Specified by:
getCommands in interface CommandListener
- Overrides:
getCommands in class AbstractCommandListener
-
- Returns:
- a zero-length array of
CommandDescriptor objects.
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.