|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationException | |
|---|---|
| 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. |
| com.essbase.eas.framework.server.defs.event | |
| Uses of ApplicationException in com.essbase.eas.framework.server.application |
|---|
| Methods in com.essbase.eas.framework.server.application that throw ApplicationException | |
|---|---|
void |
DefaultCommandDispatcher.addAliasInterest(java.lang.String alias, CommandListener listener)Implementation of the CommandListenerManager.addAliasInterest() method. |
void |
DefaultEventController.addDispatchInterest(java.lang.Class dispatchClass, EventDispatcher dispatcher)Implementation of the EventDispatcherManager.addDispatchInterest() method. |
protected void |
AbstractCommandListener.addMethodAlias(com.essbase.eas.framework.defs.command.CommandDescriptor command)adds a mapping to the method map for a command that has been discovered via introspection. |
protected void |
AbstractCommandListener.addMethodAlias(java.lang.String theAlias, java.lang.String theMethodName) |
void |
ViewDispatcherWorkListener.assignWorkers(ServiceContext context)Implementation of the ApplicationPart.assignWorkers() method. |
void |
EventGeneratorWorkListener.assignWorkers(ServiceContext context)Implementation of the ApplicationPart.assignWorkers() method. |
void |
EventDispatcherWorkListener.assignWorkers(ServiceContext context)Implementation of the ApplicationPart.assignWorkers() method. |
void |
DefaultWorkFactory.assignWorkers(ServiceContext context)Implementation of the DefaultApplicationPart.assignWorkers() method. |
void |
DefaultWorkDispatcher.assignWorkers(ServiceContext context) |
void |
DefaultViewHandler.assignWorkers(ServiceContext context)Implementation of the ApplicationPart.assignWorkers() method. |
void |
DefaultExceptionFactory.assignWorkers(ServiceContext context)Implementation of the DefaultApplicationPart.assignWorkers() method. |
void |
DefaultExceptionDispatcher.assignWorkers(ServiceContext context)Implementation of the DefaultApplicationPart.assignWorkers() method. |
void |
DefaultEventController.assignWorkers(ServiceContext context) |
void |
DefaultCommandFactory.assignWorkers(ServiceContext context)Implementation of the DefaultApplicationPart.assignWorkers() method. |
void |
DefaultCommandDispatcher.assignWorkers(ServiceContext context)Implementation of the DefaultApplicationPart.assignWorkers() method. |
void |
DefaultApplication.assignWorkers(ServiceContext context)concrete implementation of the ApplicationPart.assignWorkers() method. |
void |
AbstractCommandListener.assignWorkers(ServiceContext context) |
protected void |
AbstractCommandListener.buildAliasMap(StoreService store, ServiceContext context)Deprecated. as of 6.5.3 |
protected void |
AbstractCommandListener.buildAliasMapEx(StoreService store, ServiceContext context) |
java.util.HashMap |
DefaultMetaCommandParser.buildMetaCommands(ServiceContext context)Implementation of the MetaCommandParser.buildMetaCommands() method. |
java.lang.String |
DefaultViewHandler.chooseView(ServiceContext context)Implementation of the ViewHandler.chooseView()/code> method. |
CommandEvent |
DefaultCommandFactory.createCommandEvent(java.lang.Object source, ServiceContext context, java.lang.String commandName, java.util.HashMap parameters)Implementation of the CommandFactory.createCommandEvent() method. |
java.lang.Object |
DefaultApplicationPart.destroy()Implementation of the ApplicationPart.destroy() method. |
void |
DefaultWorkDispatcher.dispatchEvent(ServerEvent event) |
void |
DefaultExceptionDispatcher.dispatchEvent(ServerEvent event)Implementation of the EventDispatcher.dispatchEvent() method. |
void |
DefaultCommandDispatcher.dispatchEvent(ServerEvent event)Implementation of the EventDispatcher.dispatchEvent() method. |
void |
DefaultApplication.generateWorkEvent(ServiceContext context)Coordinates the generation of work events and their dispatch to the application framework. |
java.util.HashMap |
DefaultMetaCommandParser.getInputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap parameters)Implementation of the MetaCommandParser.getInputParameters() method. |
ServiceContext |
DefaultApplicationPart.getServiceContext()Implementation of the ApplicationPart.getServiceContext() method. |
ServiceManager |
DefaultApplicationPart.getServiceManager()Implementation of the ApplicationPart.getServiceManager() method. |
StoreService |
DefaultApplicationPart.getStoreService()Implementation of the ApplicationPart.getServiceContext() method. |
int |
AbstractWorkListener.getWorkflowPosition()Implements the WorkListener.getWorkflowPosition() method. |
void |
AbstractCommandListener.handleEvent(CommandEvent command) |
void |
DefaultEventController.handleEvent(ServerEvent event) |
void |
ViewDispatcherWorkListener.handleEvent(WorkEvent workEvent)Implementation of the AbstractWorkListener.handleEvent() method. |
void |
EventGeneratorWorkListener.handleEvent(WorkEvent event)Implementation of the WorkListener.handleEvent() method. |
void |
EventDispatcherWorkListener.handleEvent(WorkEvent event)Implementation of the WorkListener.handleEvent() method. |
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. |
java.lang.Object |
EventDispatcherWorkListener.init(ServiceContext context) |
java.lang.Object |
DefaultWorkDispatcher.init(ServiceContext context) |
java.lang.Object |
DefaultViewHandler.init(ServiceContext context) |
java.lang.Object |
DefaultExceptionDispatcher.init(ServiceContext context) |
java.lang.Object |
DefaultCommandFactory.init(ServiceContext context)Overrides the DefaultApplicationPart.init() method. |
java.lang.Object |
DefaultCommandDispatcher.init(ServiceContext context) |
java.lang.Object |
DefaultApplicationPart.init(ServiceContext context)Initializes and stores mandatory and optimizing references. |
java.lang.Object |
DefaultApplication.init(ServiceContext context)Initialize and store mandatory and optimizing references. |
java.lang.Object |
AbstractCommandListener.init(ServiceContext context) |
void |
DefaultApplicationPart.initWorkers(ServiceContext context)Implementation of the ApplicationPart.initWorkers() method. |
ServerEvent |
DefaultExceptionFactory.newEvent(java.lang.Object eventstuff)Method newEvent |
WorkEvent |
DefaultWorkFactory.newWork(java.lang.Object source, ServiceContext context) |
protected java.util.HashMap |
EventGeneratorWorkListener.parseHttpRequest(WorkEvent event)Parses the http request embedded in a WorkEvent object for the command operation. |
void |
DefaultCommandDispatcher.removeAliasInterest(java.lang.String alias)Implementation of the CommandListenerManager.removeAliasInterest() method. |
void |
DefaultEventController.removeDispatchInterest(java.lang.Class dispatchClass)Implementation of the EventDispatcherManager.removeDispatchInterest() method. |
protected ApplicationPart |
DefaultApplicationPart.requestPart(java.lang.Class c, ServiceContext context)Locates and returns a requested sub-part of this application part. |
protected ApplicationPart[] |
DefaultApplicationPart.requestPartPool(java.lang.Class c, ServiceContext context) |
void |
DefaultApplicationPart.setManager(ApplicationPart manager) |
void |
DefaultMetaCommandParser.setOutputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap values)Implementation of the MetaCommandParser.setOutputParameters() method. |
| Uses of ApplicationException in com.essbase.eas.framework.server.defs |
|---|
| Subclasses of ApplicationException in com.essbase.eas.framework.server.defs | |
|---|---|
class |
ApplicationAliasAlreadyBoundExceptionextension of the FrameworkException class for application specific problems. |
class |
CommandParameterException |
class |
DependencyExceptionException object that can be generated and thrown when attempting to dispose of application part objects. |
class |
NoSuchCommandException |
| Methods in com.essbase.eas.framework.server.defs that throw ApplicationException | |
|---|---|
void |
CommandListenerManager.addAliasInterest(java.lang.String theAlias, CommandListener listener) |
void |
EventDispatcherManager.addDispatchInterest(java.lang.Class dispatchClass, EventDispatcher dispatcher) |
void |
ApplicationPart.assignWorkers(ServiceContext context) |
java.util.HashMap |
MetaCommandParser.buildMetaCommands(ServiceContext context) |
java.lang.String |
ViewHandler.chooseView(ServiceContext context) |
CommandEvent |
CommandFactory.createCommandEvent(java.lang.Object source, ServiceContext context, java.lang.String commandName, java.util.HashMap parameters)Creates a new CommandEvent object. |
java.lang.Object |
ApplicationPart.destroy() |
void |
EventDispatcher.dispatchEvent(ServerEvent event) |
void |
Application.generateWorkEvent(ServiceContext context) |
java.util.HashMap |
MetaCommandParser.getInputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap parameters) |
ServiceContext |
ApplicationPart.getServiceContext() |
ServiceManager |
ApplicationPart.getServiceManager() |
StoreService |
ApplicationPart.getStoreService() |
int |
WorkListener.getWorkflowPosition() |
void |
CommandListener.handleEvent(CommandEvent commandEvent) |
void |
ExceptionListener.handleEvent(ExceptionEvent event) |
void |
EventController.handleEvent(ServerEvent event) |
void |
WorkListener.handleEvent(WorkEvent event) |
void |
CommandListener.handleEventException(CommandEvent commandEvent, java.lang.Throwable ex) |
void |
CommandListener.handleEventPost(CommandEvent commandEvent, java.lang.Object result) |
boolean |
CommandListener.handleEventPrep(CommandEvent commandEvent) |
java.lang.Object |
ApplicationPart.init(ServiceContext context) |
void |
ApplicationPart.initWorkers(ServiceContext context) |
WorkEvent |
WorkFactory.newWork(java.lang.Object source, ServiceContext context) |
void |
CommandListenerManager.removeAliasInterest(java.lang.String theAlias) |
void |
EventDispatcherManager.removeDispatchInterest(java.lang.Class dispatchClass) |
void |
ApplicationPart.setManager(ApplicationPart manager) |
void |
MetaCommandParser.setOutputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap values) |
| Uses of ApplicationException in com.essbase.eas.framework.server.defs.event |
|---|
| Methods in com.essbase.eas.framework.server.defs.event that throw ApplicationException | |
|---|---|
void |
CommandEvent.flushOutputParms() |
| Constructors in com.essbase.eas.framework.server.defs.event that throw ApplicationException | |
|---|---|
CommandEvent(java.lang.Object source, ServiceContext theContext, StoreService theStore, com.essbase.eas.framework.defs.command.CommandDescriptor descriptor, java.util.HashMap theParameters)Constructs a CommandEvent object with the requested values. |
|
CommandEvent(java.lang.Object source, ServiceContext theContext, StoreService theStore, MetaCommand theMetaCommand, MetaCommandParser theParser, java.util.HashMap theParameters)Constructs a CommandEvent object with the requested values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||