|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.taskmanager.dsc.client.TaskManagerClientFactory
public class TaskManagerClientFactory
Factory class for for the following TaskManager client classes:
TaskManager for TaskManagerQueueManager for QueueManagerTaskManagerQueryService for the Task QueryServiceTaskEndpoint for EndpointManagerEmailSettingService for EmailSettingService
| 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 |
|---|
public TaskManagerClientFactory()
| Method Detail |
|---|
public static TaskManager getTaskManager(ServiceClientFactory aServiceClientFactory)
TaskManager.
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
TaskManager instance.public static QueueManager getQueueManager(ServiceClientFactory aServiceClientFactory)
QueueManager.
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
QueueManager instance.QueueManagerpublic static TaskManagerQueryService getQueryManager(ServiceClientFactory aServiceClientFactory)
TaskManagerQueryService.
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
TaskManagerQueryService instance.TaskManagerQueryServicepublic static TaskManagerEndpointClient getEndpointClient(ServiceClientFactory aServiceClientFactory)
TaskEndpoint.
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
TaskEndpoint instance.TaskManagerEndpointClientpublic static EmailSettingService getEmailSettingService(ServiceClientFactory aServiceClientFactory)
EmailSettingService.
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
EmailSettingService instance.EmailSettingServicepublic static UserlistService getUserlistService(ServiceClientFactory aServiceClientFactory)
UserlistService.
aServiceClientFactory - A ServiceClientFactory that has been properly configured to connect to the application server.
UserlistService instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||