Skip navigation links


Uses of Interface
com.essbase.eas.framework.server.defs.ServiceContext

Packages that use ServiceContext
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 ServiceContext in com.essbase.eas.framework.server.application

 

Classes in com.essbase.eas.framework.server.application that implement ServiceContext
 class DefaultServiceContext
          Extends the HashMap class and implements the ServiceContext interface.

 

Fields in com.essbase.eas.framework.server.application declared as ServiceContext
protected static ServiceContext DefaultServlet.serviceContext
           
protected  ServiceContext DefaultApplicationPart.serviceContext
           

 

Methods in com.essbase.eas.framework.server.application that return ServiceContext
static ServiceContext DefaultServiceManager.createContext()
          Creates a ServiceContext object and places a default service manager object into it.
 ServiceContext DefaultApplicationPart.getServiceContext()
          Implementation of the ApplicationPart.getServiceContext() method.

 

Methods in com.essbase.eas.framework.server.application with parameters of type ServiceContext
 boolean DefaultStoreService.add(ServiceContext context, ScopeType type, java.lang.Object list, java.lang.Object value)
           
 java.lang.Object DefaultStoreService.add(ServiceRequest request, ServiceContext context)
           
 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 DefaultServlet.bindStoreTokenToContext(ServiceContext context, StoreToken storeToken)
          Enables the StoreService class to access a store token from the context using class name, StoreToken.class.getName().
 java.lang.Object DefaultApplicationBuilderService.build(ServiceRequest request, ServiceContext context)
           
protected  void AbstractCommandListener.buildAliasMap(StoreService store, ServiceContext context)
          Deprecated. as of 6.5.3
protected  void AbstractCommandListener.buildAliasMapEx(StoreService store, ServiceContext context)
           
protected  void DefaultMetaCommandParser.buildCommandDescriptors(ServiceContext context, StoreService store, java.util.HashMap commandMap)
          Adds commands built in the "new" style to the command map.
 java.util.HashMap DefaultMetaCommandParser.buildMetaCommands(ServiceContext context)
          Implementation of the MetaCommandParser.buildMetaCommands() method.
protected  void DefaultApplicationBuilderService.buildRoleRegistry(StoreService store, ServiceContext context)
           
 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 DefaultServiceManager.dispatchRequest(ServiceRequest request, ServiceContext context)
           
 java.lang.Object DefaultServiceManager.dispatchRequest(java.lang.String uri, ServiceContext context)
           
 java.lang.Object DefaultScriptService.execute(ServiceRequest request, ServiceContext context)
           
protected  ApplicationPart DefaultApplicationBuilderService.findPart(ServiceContext context, java.lang.String partName)
           
 StoreToken DefaultStoreService.findStoreToken(ServiceContext context)
           
 void DefaultApplication.generateWorkEvent(ServiceContext context)
          Coordinates the generation of work events and their dispatch to the application framework.
 java.lang.Object DefaultStoreService.get(ServiceContext context, ScopeType type, java.lang.Object key)
           
 java.lang.Object DefaultStoreService.get(ServiceRequest request, ServiceContext context)
           
 java.lang.Object[] DefaultStoreService.getAll(ServiceContext context, ScopeType type)
           
 java.lang.Object[] DefaultStoreService.getAsArray(ServiceContext context, ScopeType type, java.lang.Object key)
           
 java.lang.Object[] DefaultStoreService.getAsArray(ServiceRequest request, ServiceContext context)
           
 java.util.HashMap DefaultMetaCommandParser.getInputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap parameters)
          Implementation of the MetaCommandParser.getInputParameters() method.
protected  java.lang.Object DefaultMetaCommandParser.getInputVal(java.lang.String name, int multiplicityLevel, java.lang.String uri, java.util.HashMap parms, StoreService store, ServiceContext context)
           
 java.lang.Object DefaultApplicationBuilderService.getPart(ServiceRequest request, ServiceContext context)
           
 java.lang.Object DefaultApplicationBuilderService.getPartPool(ServiceRequest request, ServiceContext context)
           
static DefaultServiceManager DefaultServiceManager.getServiceManager(ServiceContext context)
           
protected  java.lang.Object AbstractCommandListener.getSessionObject(ServiceContext theContext, java.lang.Object key)
           
 java.lang.Object DefaultScriptService.include(ServiceRequest request, ServiceContext context)
           
 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)
           
protected  Application DefaultApplicationBuilderService.initApp(StoreService store, ServiceContext context)
           
 void DefaultApplicationPart.initWorkers(ServiceContext context)
          Implementation of the ApplicationPart.initWorkers() method.
protected  void DefaultApplicationBuilderService.instantiateAllParts(StoreService store, ServiceContext context)
          Instantiates all instances listed in the application's properties file that are CommandListener objects.
 java.lang.Object DefaultApplicationBuilderService.lookupPart(ServiceRequest request, ServiceContext context)
           
static FrameworkService DefaultServiceManager.lookupService(java.lang.String serviceName, ServiceContext context)
           
 WorkEvent DefaultWorkFactory.newWork(java.lang.Object source, ServiceContext context)
           
 java.lang.Object DefaultStoreService.remove(ServiceContext context, ScopeType type, java.lang.Object key)
           
 java.lang.Object DefaultStoreService.remove(ServiceRequest request, ServiceContext context)
           
protected  java.lang.Object AbstractCommandListener.removeSessionObject(ServiceContext theContext, java.lang.Object key)
           
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)
           
 boolean DefaultStoreService.set(ServiceContext context, ScopeType type, java.lang.Object key, java.lang.Object value)
           
 java.lang.Object DefaultStoreService.set(ServiceRequest request, ServiceContext context)
           
 java.lang.Object DefaultStoreService.set(ServiceRequest request, ServiceContext context, java.lang.Object value)
           
 void DefaultMetaCommandParser.setOutputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap values)
          Implementation of the MetaCommandParser.setOutputParameters() method.
protected  void DefaultMetaCommandParser.setOutputVal(java.lang.String name, int multiplicityLevel, java.lang.String uri, java.util.HashMap values, StoreService store, ServiceContext context)
           
protected  void AbstractCommandListener.setServiceResult(ServiceContext theContext, java.lang.Object value)
           
protected  void AbstractCommandListener.setSessionObject(ServiceContext theContext, java.lang.Object key, java.lang.Object value)
           

 

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

 

Methods in com.essbase.eas.framework.server.defs that return ServiceContext
 ServiceContext ApplicationPart.getServiceContext()
           

 

Methods in com.essbase.eas.framework.server.defs with parameters of type ServiceContext
 boolean StoreService.add(ServiceContext context, ScopeType type, java.lang.Object list, java.lang.Object value)
           
 java.lang.Object StoreService.add(ServiceRequest request, ServiceContext context)
           
 void ApplicationPart.assignWorkers(ServiceContext context)
           
 java.lang.Object ApplicationBuilderService.build(ServiceRequest request, 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 ServiceManager.dispatchRequest(ServiceRequest request, ServiceContext context)
           
 java.lang.Object ServiceManager.dispatchRequest(java.lang.String uri, ServiceContext context)
           
 java.lang.Object ScriptService.execute(ServiceRequest request, ServiceContext context)
           
 StoreToken StoreService.findStoreToken(ServiceContext context)
           
 void Application.generateWorkEvent(ServiceContext context)
           
 java.lang.Object StoreService.get(ServiceContext context, ScopeType type, java.lang.Object key)
           
 java.lang.Object StoreService.get(ServiceRequest request, ServiceContext context)
           
 java.lang.Object[] StoreService.getAll(ServiceContext context, ScopeType type)
           
 java.lang.Object[] StoreService.getAsArray(ServiceContext context, ScopeType type, java.lang.Object key)
           
 java.lang.Object[] StoreService.getAsArray(ServiceRequest request, ServiceContext context)
           
 java.util.HashMap MetaCommandParser.getInputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap parameters)
           
 java.lang.Object ApplicationBuilderService.getPart(ServiceRequest request, ServiceContext context)
           
 java.lang.Object ApplicationBuilderService.getPartPool(ServiceRequest request, ServiceContext context)
           
 java.lang.Object FrameworkService.handleRequest(ServiceRequest request, ServiceContext context)
           
 java.lang.Object AbstractService.handleRequest(ServiceRequest request, ServiceContext context)
          Handles a request of this service.
 java.lang.Object FrameworkService.handleRequest(java.lang.String uri, ServiceContext context)
           
 java.lang.Object AbstractService.handleRequest(java.lang.String uri, ServiceContext context)
          Handles a request of this service.
 java.lang.Object ApplicationPart.init(ServiceContext context)
           
 void ApplicationPart.initWorkers(ServiceContext context)
           
 java.lang.Object ApplicationBuilderService.lookupPart(ServiceRequest request, ServiceContext context)
           
 WorkEvent WorkFactory.newWork(java.lang.Object source, ServiceContext context)
           
 java.lang.Object StoreService.remove(ServiceContext context, ScopeType type, java.lang.Object key)
           
 java.lang.Object StoreService.remove(ServiceRequest request, ServiceContext context)
           
 boolean StoreService.set(ServiceContext context, ScopeType type, java.lang.Object key, java.lang.Object value)
           
 java.lang.Object StoreService.set(ServiceRequest request, ServiceContext context)
           
 java.lang.Object StoreService.set(ServiceRequest request, ServiceContext context, java.lang.Object value)
           
 void MetaCommandParser.setOutputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap values)
           

 

Uses of ServiceContext in com.essbase.eas.framework.server.defs.event

 

Fields in com.essbase.eas.framework.server.defs.event declared as ServiceContext
protected  ServiceContext ServerEvent.serviceContext
          the service context that this event is associated with.

 

Methods in com.essbase.eas.framework.server.defs.event that return ServiceContext
 ServiceContext ServerEvent.getServiceContext()
          returns the service context this event is associated with.
 ServiceContext CommandEvent.getServiceContext()
          Retrieves the service context for this CommandEvent object.

 

Constructors in com.essbase.eas.framework.server.defs.event with parameters of type ServiceContext
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.
ExceptionEvent(java.lang.Object source, ServiceContext context)
          Constructs an ExceptionEvent object for the requested source and context.
ServerEvent(java.lang.Object source, ServiceContext context)
          Constructs a ServerEvent object with the requested source object and service context object.
ServerEvent(java.lang.Object source, ServiceContext context, java.lang.Exception[] exceptions)
          Constructs a ServerEvent object with the requested source object, service context object, and set of associated exceptions.
WorkEvent(java.lang.Object source, ServiceContext context)
           

 


Skip navigation links


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