Skip navigation links
com.essbase.eas.essbase.server
Class LroCommandListener
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.LroCommandListener
- All Implemented Interfaces:
- ApplicationPart, CommandListener
-
public class LroCommandListener
- extends EssbaseCommandListener
This class provides the command listener operations for Essbase Database LRO objects.
- Since:
- 6.5.1
- Version:
- 6.5.4
- Author:
- Joe Fernandez
| 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 |
| 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 |
LroCommandListener
public LroCommandListener()
getList
public boolean getList(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getObject
public boolean getObject(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
updateObject
public boolean updateObject(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
deleteObject
public boolean deleteObject(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
purgeObjects
public boolean purgeObjects(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
exportObjects
public boolean exportObjects(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
importObjects
public boolean importObjects(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
copyAll
public boolean copyAll(CommandEvent theEvent,
ServiceContext theContext,
java.lang.String serverName,
java.lang.String appName,
java.lang.String dbName,
java.lang.String destServerName,
java.lang.String destAppName,
java.lang.String destDbName)
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.