Skip navigation links
com.essbase.eas.framework.server.defs
Interface CommandListener
- All Superinterfaces:
- ApplicationPart
- All Known Implementing Classes:
- AbstractCommandListener, AdminCommandListener, AdminServerPropCommandListener, ApplicationCommandListener, AppManCommandListener, CalcScriptCommandListener, CASCommandListener, DatabaseCommandListener, DatabaseStatusCommandListener, DataFileCommandListener, DataLoadCommandListener, DownloadFileCommandListener, EDSCommandListener, EQDCommandListener, EssbaseCommandListener, EssbaseCommandStatusListener, EssbaseFileObjectCommandListener, EssbaseLogCommandListener, FileDownloadCommandListener, FilterCommandListener, FireAndForgetCommandListener, FnTemplateCommandListener, FunctionCommandListener, InteropCommandListener, LocationAliasCommandListener, LockedObjectsCommandListener, LocksCommandListener, LogAnalyzerCommandListener, LoginCommandListener, LroCommandListener, MacroCommandListener, MaxLCommandListener, NamedObjectCommandListener, OutlineEditorCommandListener, OutlineViewCommandListener, ReportScriptCommandListener, RulesObjectCommandListener, SecurityCommandListener, ServerCommandListener, SubstitutionVariableCommandListener, TriggerCommandListener, TriggerSpoolCommandListener, UploadFileCommandListener, UsrGrpCommandListener
-
public interface CommandListener
- extends ApplicationPart
- Since:
- 6.5.3
- Version:
- 6.5.3, 10/01/02
- Author:
- Hank Cox, Painted Word
handleEvent
void handleEvent(CommandEvent commandEvent)
throws ApplicationException
-
- Throws:
ApplicationException
handleEventPrep
boolean handleEventPrep(CommandEvent commandEvent)
throws ApplicationException
-
- Throws:
ApplicationException
handleEventPost
void handleEventPost(CommandEvent commandEvent,
java.lang.Object result)
throws ApplicationException
-
- Throws:
ApplicationException
handleEventException
void handleEventException(CommandEvent commandEvent,
java.lang.Throwable ex)
throws ApplicationException
-
- Throws:
ApplicationException
getCommands
CommandDescriptor[] getCommands()
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.