Skip navigation links
com.essbase.eas.essbase.server
Class CalcScriptCommandListener
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.CalcScriptCommandListener
- All Implemented Interfaces:
- ApplicationPart, CommandListener
-
public class CalcScriptCommandListener
- 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 |
| Methods inherited from class com.essbase.eas.framework.server.application.AbstractCommandListener |
addMethodAlias, addMethodAlias, assignWorkers, buildMethodMap, convertStringValueToArgument, getArgumentsForCommand, getCommands, 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 |
CalcScriptCommandListener
public CalcScriptCommandListener()
getList
public boolean getList(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
get
public boolean get(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
create
public boolean create(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
update
public boolean update(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
execute
public boolean execute(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
executeString
public boolean executeString(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
lock
public boolean lock(CommandEvent theEvent)
throws java.lang.Exception
- command event handler for locking a CalculationScript object.
-
- Throws:
java.lang.Exception
unlock
public boolean unlock(CommandEvent theEvent)
throws java.lang.Exception
- command event handler for locking a CalculationScript object.
-
- Throws:
java.lang.Exception
verifyFile
public boolean verifyFile(CommandEvent theEvent)
throws java.lang.Exception
- command event handler for verifying a CalculationScript object.
-
- Throws:
java.lang.Exception
verify
public boolean verify(CommandEvent theEvent)
throws java.lang.Exception
- command event handler for verifying a CalculationScript object.
-
- Throws:
java.lang.Exception
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.