public interface IServicePoolHandler
| Modifier and Type | Method and Description |
|---|---|
IFuture |
createService()
Create a service.
|
IFuture |
invokeService(IService service,
Object task,
Object user)
Invoke a service.
|
boolean |
selectService(IService service)
Select a service.
|
boolean selectService(IService service)
service - The service.IFuture createService()
IFuture invokeService(IService service, Object task, Object user)
service - The service.task - The task to execute.user - User data that was provided to the ServicePoolManager.performTasks() method (if any).Copyright © 2013. All Rights Reserved.