Skip navigation links


com.essbase.eas.framework.server.defs
Interface CommandListener

All Superinterfaces:
ApplicationPart
All Known Implementing Classes:
AbstractCommandListener

public interface CommandListener
extends ApplicationPart
Since:
6.5.3
Version:
6.5.3, 10/01/02
Author:
Hank Cox, Painted Word

Method Summary
 com.essbase.eas.framework.defs.command.CommandDescriptor[] getCommands()
           
 void handleEvent(CommandEvent commandEvent)
           
 void handleEventException(CommandEvent commandEvent, java.lang.Throwable ex)
           
 void handleEventPost(CommandEvent commandEvent, java.lang.Object result)
           
 boolean handleEventPrep(CommandEvent commandEvent)
           

 

Methods inherited from interface com.essbase.eas.framework.server.defs.ApplicationPart
assignWorkers, destroy, getManager, getRoles, getServiceContext, getServiceManager, getStoreService, init, initWorkers, setManager

 

Method Detail

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

com.essbase.eas.framework.defs.command.CommandDescriptor[] getCommands()

Skip navigation links


Copyright © 2001, 2011, Oracle. All rights reserved.