Skip navigation links
com.essbase.eas.framework.server.defs
Interface ApplicationBuilderService
- All Superinterfaces:
- FrameworkService
- All Known Implementing Classes:
- DefaultApplicationBuilderService
-
public interface ApplicationBuilderService
- extends FrameworkService
Extends the FrameworkService
interface to the concept of an application builder. Provides the name of this service in the publicly accessible field SERVICE_NAME
and adds several additional methods relating to object storage and retrieval. For the framework to function properly, every servlet must have an instance of an ApplicationBuilderService
object.
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox, Painted Word
Field Summary |
static java.lang.String |
SERVICE_NAME
contains the service name "appbuilder" for this type of service. |
SERVICE_NAME
static final java.lang.String SERVICE_NAME
- contains the service name "appbuilder" for this type of service.
- See Also:
- Constant Field Values
build
java.lang.Object build(ServiceRequest request,
ServiceContext context)
throws ServiceException
-
- Throws:
ServiceException
getPart
java.lang.Object getPart(ServiceRequest request,
ServiceContext context)
throws ServiceException
-
- Throws:
ServiceException
getPartPool
java.lang.Object getPartPool(ServiceRequest request,
ServiceContext context)
throws ServiceException
-
- Throws:
ServiceException
lookupPart
java.lang.Object lookupPart(ServiceRequest request,
ServiceContext context)
throws ServiceException
-
- Throws:
ServiceException
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.