Skip navigation links
com.essbase.eas.framework.server.defs
Interface ServiceManager
- All Known Implementing Classes:
- DefaultServiceManager
-
public interface ServiceManager
Defines the ServiceManager
interface.
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox
createServices
void createServices()
- Creates and binds services for a
ServiceManager
object.
bindService
boolean bindService(java.lang.String name,
FrameworkService service)
releaseService
boolean releaseService(java.lang.String name)
lookupService
FrameworkService lookupService(java.lang.String name)
dispatchRequest
java.lang.Object dispatchRequest(java.lang.String uri,
ServiceContext context)
throws ServiceException
-
- Throws:
ServiceException
dispatchRequest
java.lang.Object dispatchRequest(ServiceRequest request,
ServiceContext context)
throws ServiceException
-
- Throws:
ServiceException
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.