- generateJesMeta(String, String, String, String, Class<? extends Annotation>) - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Generates job execution service meta.
- generateServiceMeta(String, String, String, Class<? extends Annotation>) - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Generates service meta from service jar provided.
- generateServiceMeta(String, String, String, Class<? extends Annotation>, String) - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Generates service meta from service jar provided.
- get() - Method in class org.appops.service.client.ClientProvider
- get() - Method in class org.appops.service.client.handler.ClientHandlerProvider
- get() - Method in class org.appops.service.CurrentDeploymentProvider
- getAllJobMeta() - Method in interface org.appops.service.store.JobMetaRegistry
-
Fetch all JobMeta information of provided service.
- getAllServiceMetas() - Method in interface org.appops.service.store.ServiceMetaRegistry
-
getAllServiceMetas.
- getAsyncImplementation(Class<?>) - Method in class org.appops.service.invocation.FindAyncImplementation
-
It returns the async implementation of given class.
- getBrowserName() - Method in class org.appops.service.client.WebClient
-
Getter for the field browserName.
- getCaller() - Method in class org.appops.service.lifecycle.CallStack
-
Fetches the caller operation details.
- getCallerOperation() - Method in class org.appops.service.lifecycle.CallStack
-
Fetches the caller operation.
- getCallOfOrigin() - Method in class org.appops.service.lifecycle.CallStack
-
Fetches the origin of invocation chain.
- getCallStack() - Method in class org.appops.service.invocation.OperationDecorator
-
getCallStack.
- getCallStack() - Method in class org.appops.service.invocation.OperationInvoker
-
getCallStack.
- getClassPathAnalyser() - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Getter for the field classPathAnalyser.
- getClassPathAnalyser(String) - Method in class org.appops.service.generator.ServiceMetaGenerator
-
It returns the instance of ClassPathAnalyser.
- getClassPathAnalyser(String) - Method in class org.appops.service.invocation.FindAyncImplementation
-
It returns the instance of ClassPathAnalyser of given reference package.
- getClient() - Method in class org.appops.service.client.ClientProvider
-
getClient.
- getClientHandlerProvider() - Method in class org.appops.service.request.RestResponseWriter
-
Getter for the field clientHandlerProvider.
- getConfigurationStore() - Method in class org.appops.service.deployment.ServiceJettyLauncher
-
Getter for the field configurationStore.
- getCurrentCall() - Method in class org.appops.service.lifecycle.CallStack
-
Fetches current operation call information.
- getCurrentDeployment() - Method in class org.appops.service.CurrentDeploymentProvider
-
Getter for the field currentDeployment.
- getCurrentOperation() - Method in class org.appops.service.lifecycle.CallStack
-
Fetches current operation in invocation.
- getDeploymentMode() - Method in class org.appops.service.entrypoint.ServiceArgs
-
It returns the service deployment mode.
- getDockerClient() - Method in class org.appops.service.deployment.docker.DockerDeploymentManager
-
Getter for the field dockerClient.
- getExecService() - Method in class org.appops.service.job.pool.JobPool
-
Getter for the field execService.
- getFailureCause() - Method in class org.appops.service.lifecycle.CallStack
-
getFailureCause.
- getInterfaceMeta(String, String) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
Provides service interface definition.
- getInterfaces(String) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
getInterfaces.
- getJettyContainer() - Method in class org.appops.service.deployment.ServiceJettyLauncher
-
Getter for the field jettyContainer.
- getJobEventStatus() - Method in class org.appops.service.event.JobEvent
-
getJobEventStatus.
- getJobMeta(String) - Method in interface org.appops.service.store.JobMetaRegistry
-
Fetch JobMeta information from store .
- getJobMetaRegistry() - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Getter for the field jobMetaRegistry.
- getMarshaller() - Method in class org.appops.service.deployment.ServiceJettyLauncher
-
Getter for the field marshaller.
- getMarshaller() - Method in class org.appops.service.invocation.OperationInvoker
-
Getter for the field marshaller.
- getMarshaller() - Method in class org.appops.service.request.RestResponseWriter
-
Getter for the field marshaller.
- getMaxPoolSize() - Method in class org.appops.service.job.pool.JobPoolConfig
-
Getter for the field maxPoolSize.
- getMethodLocator() - Method in class org.appops.service.invocation.OperationInvoker
-
Getter for the field methodLocator.
- getOperation() - Method in class org.appops.service.lifecycle.Call
-
Getter for the field operation.
- getOperationOfOrigin() - Method in class org.appops.service.lifecycle.CallStack
-
Fetches origin of invocation chain.
- getOperations(String, String) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
getOperations.
- getOpMeta(String) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
Provides service operation definition.
- getOpMeta(String, String) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
Provides service operation definition.
- getOpMetaById(Long) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
Provides service operation definition.
- getOs() - Method in class org.appops.service.client.BaseClient
-
getOs.
- getParameters() - Method in interface org.appops.service.store.RequestParameterStore
-
getParameters.
- getParameters() - Method in class org.appops.service.store.RequestParameterStoreImpl
-
getParameters.
- getParameters(String, String, String) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
getParameters.
- getParamStoreProvider() - Method in class org.appops.service.invocation.OperationInvoker
-
Getter for the field paramStoreProvider.
- getParent() - Method in class org.appops.service.lifecycle.Call
-
Getter for the field parent.
- getPool() - Method in class org.appops.service.job.JobExecServiceImpl
-
Getter for the field pool.
- getProfileRoot() - Method in class org.appops.service.entrypoint.ServiceArgs
-
It returns the profile root.
- getRedirectUrl() - Method in class org.appops.service.client.WebClientResponse
-
Getter for the field redirectUrl.
- getResponseObject() - Method in class org.appops.service.client.WebClientResponse
-
Getter for the field responseObject.
- getScanner() - Method in class org.appops.service.invocation.MethodLocator
-
Getter for the field scanner.
- getSelectedProfileName() - Method in class org.appops.service.entrypoint.ServiceArgs
-
getSelectedProfileName.
- getService(String) - Method in interface org.appops.service.store.api.ServiceManager
-
Fetches already registered service by name.
- getService(String) - Method in interface org.appops.service.store.ServiceRegistry
-
Fetches already registered service by name.
- getServiceArgs() - Method in class org.appops.service.entrypoint.ServiceArgs
-
getServiceArgs.
- getServiceBus() - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Getter for the field serviceBus.
- getServiceBus() - Method in class org.appops.service.job.pool.JobPool
-
Getter for the field serviceBus.
- getServiceConfig() - Method in class org.appops.service.entrypoint.ServiceArgs
-
It returns the file instance of service configration.
- getServiceConfiguration() - Method in class org.appops.service.slim.builder.ServiceSlimInvocationBuilder
-
- getServiceInstance(Class<?>) - Method in class org.appops.service.slim.builder.ServiceSlimInvocationBuilder
-
- getServiceMeta(String) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
Provides service definition instance.
- getServiceMetaManager() - Method in class org.appops.service.invocation.OperationInvoker
-
Getter for the field serviceMetaManager.
- getServicesByPage(Integer, Integer) - Method in interface org.appops.service.store.ServiceMetaRegistry
-
getServicesByPage.
- getServiceStore() - Method in class org.appops.service.invocation.OperationDecorator
-
getServiceStore.
- getServiceStore() - Method in class org.appops.service.invocation.OperationInvoker
-
getServiceStore.
- getSession() - Method in class org.appops.service.client.handler.WebClientHandler
-
Getter for the field session.
- getSignatureBuilder() - Method in class org.appops.service.invocation.MethodLocator
-
Getter for the field signatureBuilder.
- getSignatureBuilder() - Method in class org.appops.service.invocation.OperationDecorator
-
Getter for the field signatureBuilder.
- sendErronInResponse(HttpServletResponse, int, String) - Method in class org.appops.service.request.ServiceApiFilter
-
Sends appropriate error code and message in response if anything goes wrong while invoking
service operation.
- sendResponse(HttpServletResponse, Object, String) - Method in class org.appops.service.request.RestResponseWriter
-
it sends the response.
- ServiceApiFilter - Class in org.appops.service.request
-
- ServiceApiFilter() - Constructor for class org.appops.service.request.ServiceApiFilter
-
- ServiceArgs - Class in org.appops.service.entrypoint
-
Service options e.g.
- ServiceArgs(String[]) - Constructor for class org.appops.service.entrypoint.ServiceArgs
-
Constructor for ServiceArgs.
- ServiceBaseModule - Class in org.appops.service.injection
-
ServiceBaseModule class.
- ServiceBaseModule() - Constructor for class org.appops.service.injection.ServiceBaseModule
-
- ServiceEntryPoint - Class in org.appops.service.entrypoint
-
ServiceEntryPoint class.
- ServiceEntryPoint() - Constructor for class org.appops.service.entrypoint.ServiceEntryPoint
-
- ServiceInitializer - Class in org.appops.service
-
Abstract ServiceInitializer class.
- ServiceInitializer(Provider<ServiceMetaGenerator>, Provider<ServiceMetaManager>) - Constructor for class org.appops.service.ServiceInitializer
-
- ServiceJettyLauncher - Class in org.appops.service.deployment
-
Launcher class to configure and start embeded jetty server within an appops service.
- ServiceJettyLauncher() - Constructor for class org.appops.service.deployment.ServiceJettyLauncher
-
- ServiceLauncher - Class in org.appops.service
-
ServiceLauncher class.
- ServiceLauncher() - Constructor for class org.appops.service.ServiceLauncher
-
- ServiceManager - Interface in org.appops.service.store.api
-
ServiceManager interface.
- ServiceMetaGenerator - Class in org.appops.service.generator
-
Generates service meta definition by scanning artifact jar.
- ServiceMetaGenerator() - Constructor for class org.appops.service.generator.ServiceMetaGenerator
-
- ServiceMetaRegistry - Interface in org.appops.service.store
-
The type which stores service definition such as service meta information, service interface
definitions,service operation definitions etc.
- ServiceModule - Class in org.appops.service.injection
-
Base guice module for all services/sub-modules in appops.
- ServiceModule() - Constructor for class org.appops.service.injection.ServiceModule
-
- ServiceRegistry - Interface in org.appops.service.store
-
Manages registration of a services also manages lifecycle of services registered.
- ServiceSlimInvocationBuilder - Class in org.appops.service.slim.builder
-
Build class which creates the Service slim object with header information.
- ServiceSlimInvocationBuilder() - Constructor for class org.appops.service.slim.builder.ServiceSlimInvocationBuilder
-
- ServiceSlimServletModule - Class in org.appops.service.injection
-
Abstract ServiceSlimServletModule class.
- ServiceSlimServletModule() - Constructor for class org.appops.service.injection.ServiceSlimServletModule
-
- ServiceStoreSlimModule - Class in org.appops.service.injection
-
ServiceStoreSlimModule class.
- ServiceStoreSlimModule() - Constructor for class org.appops.service.injection.ServiceStoreSlimModule
-
- setBrowserName(String) - Method in class org.appops.service.client.WebClient
-
Setter for the field browserName.
- setCallStackProvider(Provider<CallStack>) - Method in class org.appops.service.invocation.OperationDecorator
-
Setter for the field callStackProvider.
- setCallStackProvider(Provider<CallStack>) - Method in class org.appops.service.invocation.OperationInvoker
-
Setter for the field callStackProvider.
- setClassPathAnalyser(ClassPathAnalyser) - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Setter for the field classPathAnalyser.
- setClientHandlerProvider(Provider<ClientHandler>) - Method in class org.appops.service.request.RestResponseWriter
-
Setter for the field clientHandlerProvider.
- setConfig(JobPoolConfig) - Method in class org.appops.service.job.pool.JobPool
-
setConfig.
- setConfigurationStore(ConfigurationStore) - Method in class org.appops.service.deployment.ServiceJettyLauncher
-
Setter for the field configurationStore.
- setCurrentDeployment(ServiceConfiguration) - Method in class org.appops.service.CurrentDeploymentProvider
-
Setter for the field currentDeployment.
- setDockerClient(DockerClient) - Method in class org.appops.service.deployment.docker.DockerDeploymentManager
-
Setter for the field dockerClient.
- setInjector(Injector) - Method in class org.appops.service.invocation.OperationInvoker
-
Setter for the field injector.
- setJettyContainer(JettyContainer) - Method in class org.appops.service.deployment.ServiceJettyLauncher
-
Setter for the field jettyContainer.
- setJobMetaRegistry(JobMetaRegistry) - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Setter for the field jobMetaRegistry.
- setMarshaller(Marshaller) - Method in class org.appops.service.deployment.ServiceJettyLauncher
-
Setter for the field marshaller.
- setMarshaller(Marshaller) - Method in class org.appops.service.invocation.OperationInvoker
-
Setter for the field marshaller.
- setMarshaller(Marshaller) - Method in class org.appops.service.request.RestResponseWriter
-
Setter for the field marshaller.
- setMaxPoolSize(int) - Method in class org.appops.service.job.pool.JobPoolConfig
-
Setter for the field maxPoolSize.
- setMethodLocator(Provider<MethodLocator>) - Method in class org.appops.service.invocation.OperationInvoker
-
Setter for the field methodLocator.
- setOs(String) - Method in class org.appops.service.client.BaseClient
-
setOs.
- setParameters(List<Object>) - Method in interface org.appops.service.store.RequestParameterStore
-
setParameters.
- setParameters(List<Object>) - Method in class org.appops.service.store.RequestParameterStoreImpl
-
setParameters.
- setParamStoreProvider(Provider<RequestParameterStore>) - Method in class org.appops.service.invocation.OperationInvoker
-
Setter for the field paramStoreProvider.
- setPool(JobPool) - Method in class org.appops.service.job.JobExecServiceImpl
-
Setter for the field pool.
- setRedirectUrl(String) - Method in class org.appops.service.client.WebClientResponse
-
Setter for the field redirectUrl.
- setRequestParametersProvider(Provider<Map<String, String[]>>) - Method in class org.appops.service.invocation.OperationInvoker
-
Setter for the field requestParametersProvider.
- setResponseObject(Object) - Method in class org.appops.service.client.WebClientResponse
-
Setter for the field responseObject.
- setScanner(TypeScanner) - Method in class org.appops.service.invocation.MethodLocator
-
Setter for the field scanner.
- setServiceBus(ServiceBus) - Method in class org.appops.service.generator.ServiceMetaGenerator
-
Setter for the field serviceBus.
- setServiceBus(Provider<ServiceBus>) - Method in class org.appops.service.job.pool.JobPool
-
Setter for the field serviceBus.
- setServiceConfiguration(ServiceConfiguration) - Method in class org.appops.service.slim.builder.ServiceSlimInvocationBuilder
-
- setServiceMetaManager(Provider<ServiceMetaManager>) - Method in class org.appops.service.invocation.OperationInvoker
-
Setter for the field serviceMetaManager.
- setServiceStore(Provider<ServiceMetaManager>) - Method in class org.appops.service.invocation.OperationDecorator
-
setServiceStore.
- setSession(HttpSession) - Method in class org.appops.service.client.handler.WebClientHandler
-
Setter for the field session.
- setSignatureBuilder(ServiceOpSignatureBuilder) - Method in class org.appops.service.invocation.MethodLocator
-
Setter for the field signatureBuilder.
- setSignatureBuilder(ServiceOpSignatureBuilder) - Method in class org.appops.service.invocation.OperationDecorator
-
Setter for the field signatureBuilder.
- STARTED - Static variable in class org.appops.service.event.JobEvent
-
Constant STARTED="STARTED"
- startService(String[]) - Method in class org.appops.service.entrypoint.ServiceEntryPoint
-
Process raw arguments to select profile to use and to replace other configurations from command
line.
- startService(ServiceArgs) - Method in class org.appops.service.entrypoint.ServiceEntryPoint
-
Read actual configurations and prepare modules to bind
- startService(ServiceConfig) - Method in class org.appops.service.ServiceLauncher
-
startService.
- submitJob(Object, Object[], JobToken) - Method in class org.appops.service.job.pool.JobPool
-
Submits jobs for execution.