public interface ApplicationManager
The Interface ApplicationManager.
-
Method Summary
Modifier and TypeMethodDescriptionjava.util.concurrent.Future<ServiceResponse> asyncService(ServiceRequest serviceRequest) Async service.Gets the agent container.<T extends java.io.Serializable,V extends java.io.Serializable>
DataContainer<T, V> getDataContainer(java.lang.Class<T> dataObject) Gets the data container.service(ServiceRequest serviceRequest) Service.
-
Method Details
-
getAgentContainer
AgentContainer getAgentContainer()Gets the agent container.- Returns:
- the agent container
-
getDataContainer
<T extends java.io.Serializable,V extends java.io.Serializable> DataContainer<T,V> getDataContainer(java.lang.Class<T> dataObject) Gets the data container.- Type Parameters:
T- the generic typeV- the value type- Parameters:
dataObject- the data object- Returns:
- the data container
-
service
Service.- Parameters:
serviceRequest- the service request- Returns:
- the service response
-
asyncService
Async service.- Parameters:
serviceRequest- the service request- Returns:
- the future
-