Skip navigation links


Uses of Class
com.essbase.eas.framework.server.defs.event.CommandEvent

Packages that use CommandEvent
com.essbase.eas.framework.server.application Provides classes and interfaces relating to Essbase Administration Services framework. 
com.essbase.eas.framework.server.defs Provides classes and interfaces relating to Essbase Administration Services framework. 

 

Uses of CommandEvent in com.essbase.eas.framework.server.application

 

Methods in com.essbase.eas.framework.server.application that return CommandEvent
 CommandEvent DefaultCommandFactory.createCommandEvent(java.lang.Object source, ServiceContext context, java.lang.String commandName, java.util.Map<java.lang.String,java.lang.String[]> parameters)
          Implementation of the CommandFactory.createCommandEvent() method.

 

Methods in com.essbase.eas.framework.server.application with parameters of type CommandEvent
protected  java.lang.Object[] AbstractCommandListener.getArgumentsForCommand(CommandEvent event)
          returns an array of arguments for the requested method.
 void AbstractCommandListener.handleEvent(CommandEvent command)
           
 void AbstractCommandListener.handleEventException(CommandEvent commandEvent, java.lang.Throwable ex)
          implementation of the CommandListener.handleEventException() method.
 void AbstractCommandListener.handleEventPost(CommandEvent commandEvent, java.lang.Object result)
          implementation of the CommandListener.handleEventPost() method.
 boolean AbstractCommandListener.handleEventPrep(CommandEvent commandEvent)
          implementation of the CommandListener.handleEventPrep() method.
protected  boolean AbstractCommandListener.isRequestFromSameServer(CommandEvent theEvent)
           

 

Uses of CommandEvent in com.essbase.eas.framework.server.defs

 

Methods in com.essbase.eas.framework.server.defs that return CommandEvent
 CommandEvent CommandFactory.createCommandEvent(java.lang.Object source, ServiceContext context, java.lang.String commandName, java.util.Map<java.lang.String,java.lang.String[]> parameters)
          Creates a new CommandEvent object.

 

Methods in com.essbase.eas.framework.server.defs with parameters of type CommandEvent
 void CommandListener.handleEvent(CommandEvent commandEvent)
           
 void CommandListener.handleEventException(CommandEvent commandEvent, java.lang.Throwable ex)
           
 void CommandListener.handleEventPost(CommandEvent commandEvent, java.lang.Object result)
           
 boolean CommandListener.handleEventPrep(CommandEvent commandEvent)
           

 


Skip navigation links


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