Skip navigation links


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

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

 

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

 

Methods in com.essbase.eas.framework.server.application that return FrameworkService
 FrameworkService DefaultServiceManager.lookupService(java.lang.String name)
           
static FrameworkService DefaultServiceManager.lookupService(java.lang.String serviceName, ServiceContext context)
           

 

Methods in com.essbase.eas.framework.server.application with parameters of type FrameworkService
 boolean DefaultServiceManager.bindService(java.lang.String name, FrameworkService service)
           

 

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

 

Subinterfaces of FrameworkService in com.essbase.eas.framework.server.defs
 interface ApplicationBuilderService
          Extends the FrameworkService interface to the concept of an application builder.
 interface ScriptService
           
 interface StoreService
          Extends the FrameworkService interface to the concept of a storage service.

 

Classes in com.essbase.eas.framework.server.defs that implement FrameworkService
 class AbstractService
          The AbstractService class extends the FrameworkService interface and provides an implementation of some, but not all, of the FrameworkService methods.

 

Methods in com.essbase.eas.framework.server.defs that return FrameworkService
 FrameworkService ServiceManager.lookupService(java.lang.String name)
           

 

Methods in com.essbase.eas.framework.server.defs with parameters of type FrameworkService
 boolean ServiceManager.bindService(java.lang.String name, FrameworkService service)
           

 


Skip navigation links


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