Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
com.ibm.wps.portletservice.taskmanager
Interface TaskManagerDelegateFactoryService
- All Superinterfaces:
- org.apache.jetspeed.portlet.service.PortletService
- All Known Implementing Classes:
- TaskManagerDelegateFactoryServiceImpl
- public interface TaskManagerDelegateFactoryService
- extends org.apache.jetspeed.portlet.service.PortletService
The
TaskManagerDelegateFactoryService is a IBM Portlet API portlet service that provides access to a TaskManagerDelegate instance. An instance of this service can be retrieved the following way:
taskManagerDelegateFactory = (TaskManagerDelegateFactoryService) portletConfig.getContext().getService(TaskManagerDelegateFactoryService.class);
- Since:
- 5.1
Method Summary com.ibm.task.api.TaskManagerDelegate getTaskManagerDelegate()
Returns an instance of theTaskManagerDelegate .
Method Detail getTaskManagerDelegate
public com.ibm.task.api.TaskManagerDelegate getTaskManagerDelegate() throws TaskManagerDelegateFactoryServiceException
- Returns an instance of the
TaskManagerDelegate .
- Returns:
- TaskManagerDelegate The Task Manager delegate.
- Throws:
- TaskManagerDelegateFactoryServiceException - Thrown if an error occurs during processing.
Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.