org.gridsphere.portlet.service.spi |
GridSphere Service Provider Interface (SPI) API
All interfaces in this Service Provider Interface (SPI) package are
needed by all implementations of services.
The key interfaces included in the SPI API are:
- {@link org.gridsphere.portlet.service.spi.PortletServiceFactory}
- provides a service factory interface
- {@link org.gridsphere.portlet.service.spi.PortletServiceConfig}
- provides a service configuration interface
- {@link org.gridsphere.portlet.service.spi.PortletServiceProvider}
- provides a service provider interface for service initialization and shutdown
|
Java Source File Name | Type | Comment |
PortletServiceConfig.java | Interface | The PortletServiceConfig is the interface through which
portlet services access the configuration settings from the services
descriptor file. |
PortletServiceFactory.java | Class | The PortletServiceFactory provides a factory for the creation
of portlet services. |
PortletServiceProvider.java | Interface | The PortletServiceProvider interface must be implemented by
all portlet service implementations, so that it can be instantiated and
destroyed by the appropriate service factory. |