public interface ApplicationManager
Modifier and Type | Method and Description |
---|---|
Future<ServiceResponse> |
asyncService(ServiceRequest serviceRequest)
Async service.
|
AgentContainer |
getAgentContainer()
Gets the agent container.
|
<T extends Serializable,V extends Serializable> |
getDataContainer(Class<T> dataObject)
Gets the data container.
|
ServiceResponse |
service(ServiceRequest serviceRequest)
Service.
|
AgentContainer getAgentContainer()
<T extends Serializable,V extends Serializable> DataContainer<T,V> getDataContainer(Class<T> dataObject)
T
- the generic typeV
- the value typedataObject
- the data objectServiceResponse service(ServiceRequest serviceRequest)
serviceRequest
- the service requestFuture<ServiceResponse> asyncService(ServiceRequest serviceRequest)
serviceRequest
- the service requestCopyright © 2010–2017 www.hack23.com. All rights reserved.