Skip navigation links


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

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

 

Classes in com.essbase.eas.framework.server.application that implement StoreService
 class DefaultStoreService
          Default implementation of a storage service provider.

 

Fields in com.essbase.eas.framework.server.application declared as StoreService
protected  StoreService DefaultApplicationPart.storeService
           

 

Methods in com.essbase.eas.framework.server.application that return StoreService
 StoreService DefaultApplicationPart.getStoreService()
          Implementation of the ApplicationPart.getServiceContext() method.

 

Methods in com.essbase.eas.framework.server.application with parameters of type StoreService
protected  void DefaultMetaCommandParser.buildCommandDescriptors(ServiceContext context, StoreService store, java.util.HashMap commandMap)
          Adds commands built in the "new" style to the command map.
protected  void DefaultApplicationBuilderService.buildRoleRegistry(StoreService store, 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)
           
protected  Application DefaultApplicationBuilderService.initApp(StoreService store, ServiceContext context)
           
protected  void DefaultApplicationBuilderService.instantiateAllParts(StoreService store, ServiceContext context)
          Instantiates all instances listed in the application's properties file that are CommandListener objects.
 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)
           

 

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

 

Methods in com.essbase.eas.framework.server.defs that return StoreService
 StoreService ApplicationPart.getStoreService()
           

 

Methods in com.essbase.eas.framework.server.defs with parameters of type StoreService
 java.util.HashMap MetaCommandParser.getInputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap parameters)
           
 void MetaCommandParser.setOutputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap values)
           

 

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

 

Methods in com.essbase.eas.framework.server.defs.event that return StoreService
 StoreService CommandEvent.getStoreService()
           

 

Constructors in com.essbase.eas.framework.server.defs.event with parameters of type StoreService
CommandEvent(java.lang.Object source, ServiceContext theContext, StoreService theStore, com.essbase.eas.framework.defs.command.CommandDescriptor descriptor, java.util.Map<java.lang.String,java.lang.String[]> theParameters)
          Constructs a CommandEvent object with the requested values.
CommandEvent(java.lang.Object source, ServiceContext theContext, StoreService theStore, MetaCommand theMetaCommand, MetaCommandParser theParser, java.util.Map<java.lang.String,java.lang.String[]> theParameters)
          Constructs a CommandEvent object with the requested values.

 


Skip navigation links


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