com.adobe.idp.taskmanager.dsc.client
Class TaskManagerClientFactory

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.TaskManagerClientFactory

public class TaskManagerClientFactory
extends java.lang.Object

Factory class for for the following TaskManager client classes:


Constructor Summary
TaskManagerClientFactory()
           
 
Method Summary
static EmailSettingService getEmailSettingService(ServiceClientFactory aServiceClientFactory)
          Retrieves a new instance of EmailSettingService.
static TaskManagerEndpointClient getEndpointClient(ServiceClientFactory aServiceClientFactory)
          Retrieves a new instance of TaskEndpoint.
static TaskManagerQueryService getQueryManager(ServiceClientFactory aServiceClientFactory)
          Retrieves a new instance of TaskManagerQueryService.
static QueueManager getQueueManager(ServiceClientFactory aServiceClientFactory)
          Retrieves a new instance of QueueManager.
static TaskManager getTaskManager(ServiceClientFactory aServiceClientFactory)
          Retrieves a new instance of TaskManager.
static UserlistService getUserlistService(ServiceClientFactory aServiceClientFactory)
          Internal use only, retrieves a new instance of UserlistService.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskManagerClientFactory

public TaskManagerClientFactory()
Method Detail

getTaskManager

public static TaskManager getTaskManager(ServiceClientFactory aServiceClientFactory)
Retrieves a new instance of TaskManager.

Parameters:
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
Returns:
A TaskManager instance.

getQueueManager

public static QueueManager getQueueManager(ServiceClientFactory aServiceClientFactory)
Retrieves a new instance of QueueManager.

Parameters:
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
Returns:
A QueueManager instance.
See Also:
QueueManager

getQueryManager

public static TaskManagerQueryService getQueryManager(ServiceClientFactory aServiceClientFactory)
Retrieves a new instance of TaskManagerQueryService.

Parameters:
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
Returns:
A TaskManagerQueryService instance.
See Also:
TaskManagerQueryService

getEndpointClient

public static TaskManagerEndpointClient getEndpointClient(ServiceClientFactory aServiceClientFactory)
Retrieves a new instance of TaskEndpoint.

Parameters:
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
Returns:
A TaskEndpoint instance.
See Also:
TaskManagerEndpointClient

getEmailSettingService

public static EmailSettingService getEmailSettingService(ServiceClientFactory aServiceClientFactory)
Retrieves a new instance of EmailSettingService.

Parameters:
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
Returns:
A EmailSettingService instance.
See Also:
EmailSettingService

getUserlistService

public static UserlistService getUserlistService(ServiceClientFactory aServiceClientFactory)
Internal use only, retrieves a new instance of UserlistService.

Parameters:
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
Returns:
A UserlistService instance.


[an error occurred while processing this directive] [an error occurred while processing this directive]