public class ApplicationImpl extends Object implements Application
| Constructor and Description |
|---|
ApplicationImpl(com.hpe.caf.api.ConfigurationSource configSource,
com.hpe.caf.api.worker.DataStore dataStore,
com.hpe.caf.api.Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
BatchSizeControllerImpl |
getBatchSizeController() |
com.hpe.caf.api.Codec |
getCodec() |
com.hpe.caf.api.ConfigurationSource |
getConfigSource() |
DocumentWorkerConfiguration |
getConfiguration() |
com.hpe.caf.api.worker.DataStore |
getDataStore() |
String |
getFailureQueue() |
InputMessageProcessorImpl |
getInputMessageProcessor() |
JavaScriptManager |
getJavaScriptManager() |
String |
getName() |
<S> S |
getService(Class<S> service) |
ServiceLocator |
getServiceLocator() |
String |
getSuccessQueue() |
String |
getVersion() |
<T> byte[] |
serialiseResult(T result) |
public ApplicationImpl(com.hpe.caf.api.ConfigurationSource configSource,
com.hpe.caf.api.worker.DataStore dataStore,
com.hpe.caf.api.Codec codec)
throws com.hpe.caf.api.worker.WorkerException
com.hpe.caf.api.worker.WorkerException@Nonnull public Application getApplication()
getApplication in interface DocumentWorkerObject@Nonnull public BatchSizeControllerImpl getBatchSizeController()
getBatchSizeController in interface Application@Nonnull public InputMessageProcessorImpl getInputMessageProcessor()
getInputMessageProcessor in interface Applicationpublic String getName()
getName in interface Applicationpublic <S> S getService(Class<S> service)
getService in interface Application@Nonnull public ServiceLocator getServiceLocator()
getServiceLocator in interface Applicationpublic String getVersion()
getVersion in interface Application@Nonnull public com.hpe.caf.api.ConfigurationSource getConfigSource()
@Nonnull public com.hpe.caf.api.worker.DataStore getDataStore()
@Nonnull public com.hpe.caf.api.Codec getCodec()
@Nonnull public DocumentWorkerConfiguration getConfiguration()
@Nonnull public JavaScriptManager getJavaScriptManager()
public String getSuccessQueue()
public String getFailureQueue()
public <T> byte[] serialiseResult(T result)
Copyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.