com.sun.portal.common.service |
|
Java Source File Name | Type | Comment |
Service.java | Interface | A service is an entity that has a well established lifecycle. |
ServiceAdapter.java | Class | The ServiceAdapter is a convenience class for creating
services. |
ServiceConfig.java | Interface | A service configuration object used by a service container
used to pass information to a service during initialization. |
ServiceContainer.java | Class | A ServiceContainer is a singleton that manages a collection
of ServiceContexts.
The container implementation class can be specified as a system
property. |
ServiceContext.java | Interface | Defines a set of methods that a services uses to communicate with
its service container. |
ServiceException.java | Class | Defines a general exception a service can throw when it
encounters difficulty. |