Skip navigation links
A B C D E F G I J L M O P R S T V W 

A

addInterfaceMeta(String, InterfaceMeta) - Method in interface org.appops.service.store.ServiceMetaRegistry
Adds interface meta to store.
addOperation(ServiceOpMeta) - Method in class org.appops.service.lifecycle.CallStack
Adds an invoked operation into call stack.
addOpMeta(String, String, ServiceOpMeta) - Method in interface org.appops.service.store.ServiceMetaRegistry
Adds operation meta to store.
addServiceMeta(String, ServiceConfiguration, Class<? extends Annotation>) - Method in class org.appops.service.ServiceInitializer
Scans and adds service meta definition to service store.
addServiceMeta(ServiceMeta) - Method in interface org.appops.service.store.ServiceMetaRegistry
Adds service meta/definition to store.
ApiClient - Class in org.appops.service.client
serves when api request.
ApiClient() - Constructor for class org.appops.service.client.ApiClient
 
ApiClientHandler - Class in org.appops.service.client.handler
handles the operations if the client is of type api.
ApiClientHandler() - Constructor for class org.appops.service.client.handler.ApiClientHandler
 
AppArgs - Class in org.appops.service.entrypoint
Deprecated.
AppArgs() - Constructor for class org.appops.service.entrypoint.AppArgs
Deprecated.
Constructor for AppArgs.
AppEntryPointException - Exception in org.appops.service.exception
AppEntryPointException class.
AppEntryPointException(String, Throwable) - Constructor for exception org.appops.service.exception.AppEntryPointException
Constructor for AppEntryPointException.
AppEntryPointException(Throwable) - Constructor for exception org.appops.service.exception.AppEntryPointException
Constructor for AppEntryPointException.
AppEntryPointException(String) - Constructor for exception org.appops.service.exception.AppEntryPointException
Constructor for AppEntryPointException.

B

backupDeployment(File, boolean) - Method in class org.appops.service.deployment.DeploymentBackupFacilitator
It backups the deployment.
BaseClient - Class in org.appops.service.client
base class for all types of Clients.
BaseClient() - Constructor for class org.appops.service.client.BaseClient
 
BaseServletModule - Class in org.appops.service.injection
Base servlet module for all services/sub-modules in appops.
BaseServletModule() - Constructor for class org.appops.service.injection.BaseServletModule
 
bindServiceApi(Class<T>, Class<? extends T>) - Method in class org.appops.service.injection.ServiceModule
bindServiceApi.
bindServiceApi(Class<T>) - Method in class org.appops.service.injection.ServiceSlimServletModule
bindServiceApi.

C

Call - Class in org.appops.service.lifecycle
Represents an service operation call/invocation.
Call(ServiceOpMeta) - Constructor for class org.appops.service.lifecycle.Call
Constructor for Call.
Call(ServiceOpMeta, Call) - Constructor for class org.appops.service.lifecycle.Call
Object constructor.
callFinished() - Method in class org.appops.service.lifecycle.CallStack
Removes finished call from stack.
CallStack - Class in org.appops.service.lifecycle
A stack of operation invocation.
CallStack() - Constructor for class org.appops.service.lifecycle.CallStack
 
changeState(String, ServiceState) - Method in interface org.appops.service.store.api.ServiceManager
Changes state of the service.
changeState(String, ServiceState) - Method in interface org.appops.service.store.ServiceRegistry
Changes state of the service.
Client - Interface in org.appops.service.client
Client interface.
ClientHandler - Interface in org.appops.service.client.handler
ClientHandler interface.
ClientHandlerProvider - Class in org.appops.service.client.handler
Provider class for client handler.
ClientHandlerProvider() - Constructor for class org.appops.service.client.handler.ClientHandlerProvider
 
ClientProvider - Class in org.appops.service.client
provider class for client.
ClientProvider() - Constructor for class org.appops.service.client.ClientProvider
 
COMPLETED - Static variable in class org.appops.service.event.JobEvent
Constant COMPLETED="COMPLETED"
configure() - Method in class org.appops.service.injection.ServiceModule
configureModule() - Method in class org.appops.service.injection.BaseServletModule
configureModule.
configureModule() - Method in class org.appops.service.injection.ServiceBaseModule
configureModule.
configureModule() - Method in class org.appops.service.injection.ServiceModule
configureModule.
configureModule() - Method in class org.appops.service.injection.ServiceSlimServletModule
configureModule.
configureModule() - Method in class org.appops.service.injection.ServiceStoreSlimModule
configureServlets() - Method in class org.appops.service.injection.BaseServletModule
configureServlets() - Method in class org.appops.service.injection.ServiceSlimServletModule
constructResult(Object) - Method in class org.appops.service.client.handler.ApiClientHandler
constructResult.
constructResult(Object) - Method in interface org.appops.service.client.handler.ClientHandler
constructResult.
constructResult(Object) - Method in class org.appops.service.client.handler.WebClientHandler
constructResult.
ContainerType - Enum in org.appops.service.deployment
An enum of container types supported for appops deployment.
ContentCrypto - Class in org.appops.service.crypto
A class which use AES algorithm for content encryption and decryption.
ContentCrypto() - Constructor for class org.appops.service.crypto.ContentCrypto
 
convertPartToFile(Part) - Method in class org.appops.service.request.ServiceApiFilter
Converts a Part to File.
createBuildImageCallback() - Method in class org.appops.service.deployment.docker.DockerDeploymentManager
createBuildImageCallback.
CurrentDeploymentProvider - Class in org.appops.service
CurrentDeploymentProvider class.
CurrentDeploymentProvider() - Constructor for class org.appops.service.CurrentDeploymentProvider
 

D

decrypt(String) - Method in class org.appops.service.crypto.ContentCrypto
method used for decrypt the text.
decryptImageFileContent(String, byte[]) - Static method in class org.appops.service.crypto.ContentCrypto
It decryptes the given image content using given dateString as a key and return decrypted image content.
decryptUsingKey(String, String) - Static method in class org.appops.service.crypto.ContentCrypto
method used for decrypt the text using provided key.Here key is considered as date and time format.
deploy(ServiceConfiguration) - Method in class org.appops.service.deployment.DeploymentOrchestrator
Deprecated.
deploy.
DeploymentBackupFacilitator - Class in org.appops.service.deployment
DeploymentBackupFacilitator class.
DeploymentBackupFacilitator() - Constructor for class org.appops.service.deployment.DeploymentBackupFacilitator
 
deploymentConfig() - Method in class org.appops.service.entrypoint.AppArgs
Deprecated.
deploymentConfig.
DeploymentException - Exception in org.appops.service.exception
DeploymentException class.
DeploymentException(String, Throwable) - Constructor for exception org.appops.service.exception.DeploymentException
Constructor for DeploymentException.
DeploymentException(Throwable) - Constructor for exception org.appops.service.exception.DeploymentException
Constructor for DeploymentException.
DeploymentException(String) - Constructor for exception org.appops.service.exception.DeploymentException
Constructor for DeploymentException.
DeploymentOrchestrator - Class in org.appops.service.deployment
Deprecated.
DeploymentOrchestrator() - Constructor for class org.appops.service.deployment.DeploymentOrchestrator
Deprecated.
 
DeploymentPackager - Class in org.appops.service.deployment
Abstract DeploymentPackager class.
DeploymentPackager() - Constructor for class org.appops.service.deployment.DeploymentPackager
 
destroy() - Method in class org.appops.service.request.ServiceApiFilter
 
DockerDeploymentManager - Class in org.appops.service.deployment.docker
Class to create and configure docker based deployment environment.
DockerDeploymentManager() - Constructor for class org.appops.service.deployment.docker.DockerDeploymentManager
Constructor for DockerDeploymentManager.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.appops.service.request.ServiceApiFilter
 
doGetRequest(HttpServletRequest, HttpServletResponse, String) - Method in class org.appops.service.request.ServiceApiFilter
 
doPostRequest(HttpServletRequest, HttpServletResponse, String) - Method in class org.appops.service.request.ServiceApiFilter
 

E

encrypt(String) - Method in class org.appops.service.crypto.ContentCrypto
method used for encrypt the text.
encryptImageFileContent(String, byte[]) - Static method in class org.appops.service.crypto.ContentCrypto
It encrypts the given image content using given dateString as a key and return encrypted image content.
encryptUsingKey(String, String) - Static method in class org.appops.service.crypto.ContentCrypto
method used for encrypt the text using provided key.
executeJob(String) - Method in interface org.appops.service.job.JobExecService
executeJob.
executeJob(String) - Method in class org.appops.service.job.JobExecServiceImpl
executeJob.

F

failedWithException(Exception) - Method in class org.appops.service.lifecycle.CallStack
failedWithException.
findMethod(Class<?>, ServiceOpMeta) - Method in class org.appops.service.invocation.MethodLocator
Finds method using details passed through operation instance.
fireJobCompletedEvent(Object, JobToken) - Method in class org.appops.service.job.pool.JobPool
It constructs the job event data and fires job completed event.
fireJobStartedEvent(JobToken) - Method in class org.appops.service.job.pool.JobPool
It constructs the job event data information and fires job started event.

G

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.
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.
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.
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.

I

init(FilterConfig) - Method in class org.appops.service.request.ServiceApiFilter
 
initialize(String, ServiceConfiguration, Class<? extends Annotation>) - Method in class org.appops.service.ServiceInitializer
initialize.
InvocationException - Exception in org.appops.service.exception
InvocationException class.
InvocationException(Throwable) - Constructor for exception org.appops.service.exception.InvocationException
Constructor for InvocationException.
InvocationException(String) - Constructor for exception org.appops.service.exception.InvocationException
Constructor for InvocationException.
InvocationException(String, Throwable) - Constructor for exception org.appops.service.exception.InvocationException
Constructor for InvocationException.
invoke(MethodInvocation) - Method in class org.appops.service.invocation.OperationDecorator
invoke(String, String) - Method in class org.appops.service.invocation.OperationInvoker
Locates and invokes method for an operation definition passed.
invoke(String, String, OpParameterMap) - Method in class org.appops.service.invocation.OperationInvoker
Locates and invokes method for an operation definition passed.
isRegistered(String) - Method in interface org.appops.service.store.api.ServiceManager
Checks if service with given name is already registered or not.
isRegistered(String) - Method in interface org.appops.service.store.ServiceRegistry
Checks if service with given name is already registered or not.

J

JobEvent - Class in org.appops.service.event
An event class which contains Job related information like Job status, job result etc.
JobEvent() - Constructor for class org.appops.service.event.JobEvent
default constructor.
JobExecService - Interface in org.appops.service.job
JobExecService interface.
JobExecServiceImpl - Class in org.appops.service.job
Processor class which processes a single job token to execute job.
JobExecServiceImpl() - Constructor for class org.appops.service.job.JobExecServiceImpl
Constructor for JobExecServiceImpl.
JobExecServiceImpl(LogManager) - Constructor for class org.appops.service.job.JobExecServiceImpl
 
JobExecutionException - Exception in org.appops.service.job
Custom exception to be used while handling exceptions in job execution.
JobExecutionException(String) - Constructor for exception org.appops.service.job.JobExecutionException
Constructor for JobExecutionException.
JobExecutionException(String, Throwable) - Constructor for exception org.appops.service.job.JobExecutionException
Constructor for JobExecutionException.
JobExecutionException(Throwable) - Constructor for exception org.appops.service.job.JobExecutionException
Constructor for JobExecutionException.
JobMetaRegistry - Interface in org.appops.service.store
JobMetaRegistry which store all jobs in ServiceName vs JobClassName vs JobMeta in table format and provide friendly operations to fetch.
JobPool - Class in org.appops.service.job.pool
A pool responsible for job scheduling and execution.
JobPool() - Constructor for class org.appops.service.job.pool.JobPool
 
JobPoolConfig - Class in org.appops.service.job.pool
Represents configurations required by JobPool for execution.
JobPoolConfig() - Constructor for class org.appops.service.job.pool.JobPoolConfig
 
jobResult() - Method in class org.appops.service.event.JobEvent
jobResult.
jobToken() - Method in class org.appops.service.event.JobEvent
Fetch job token from data map .

L

launch(ServiceConfiguration) - Method in class org.appops.service.deployment.ServiceJettyLauncher
Launches embedded jetty server for service application.

M

MethodLocator - Class in org.appops.service.invocation
Locates method from definition provided using reflections.
MethodLocator() - Constructor for class org.appops.service.invocation.MethodLocator
 

O

OperationDecorator - Class in org.appops.service.invocation
OperationDecorator class.
OperationDecorator() - Constructor for class org.appops.service.invocation.OperationDecorator
 
OperationInvoker - Class in org.appops.service.invocation
Invoker class which locates and invokers mapped code based method for an operation definition provided.
OperationInvoker(Provider<ServiceMetaManager>, LogManager) - Constructor for class org.appops.service.invocation.OperationInvoker
 
org.appops.service - package org.appops.service
 
org.appops.service.client - package org.appops.service.client
 
org.appops.service.client.handler - package org.appops.service.client.handler
 
org.appops.service.crypto - package org.appops.service.crypto
 
org.appops.service.deployment - package org.appops.service.deployment
 
org.appops.service.deployment.docker - package org.appops.service.deployment.docker
 
org.appops.service.entrypoint - package org.appops.service.entrypoint
 
org.appops.service.event - package org.appops.service.event
 
org.appops.service.exception - package org.appops.service.exception
 
org.appops.service.generator - package org.appops.service.generator
 
org.appops.service.injection - package org.appops.service.injection
 
org.appops.service.invocation - package org.appops.service.invocation
 
org.appops.service.job - package org.appops.service.job
 
org.appops.service.job.pool - package org.appops.service.job.pool
 
org.appops.service.lifecycle - package org.appops.service.lifecycle
 
org.appops.service.request - package org.appops.service.request
 
org.appops.service.store - package org.appops.service.store
 
org.appops.service.store.api - package org.appops.service.store.api
 
osName - Variable in class org.appops.service.client.BaseClient
 

P

packageDep(File) - Method in class org.appops.service.deployment.DeploymentPackager
packageDep.
performDeployment(ServiceConfiguration) - Method in class org.appops.service.deployment.docker.DockerDeploymentManager
Deploys appops services in docker environment by a creating docker container per service.

R

readArgs(String[]) - Method in class org.appops.service.entrypoint.AppArgs
Deprecated.
It reads the given arguments and return updated instance of AppArgs.
register(Service) - Method in interface org.appops.service.store.ServiceRegistry
Registers new service.
registerJobMeta(String, JobMeta) - Method in interface org.appops.service.store.JobMetaRegistry
Register JobMeta in JobMetaRegistry store.
registerService(Service) - Method in interface org.appops.service.store.api.ServiceManager
Registers new service.
RequestParameterStore - Interface in org.appops.service.store
RequestParameterStore interface.
RequestParameterStoreImpl - Class in org.appops.service.store
RequestParameterStoreImpl class.
RequestParameterStoreImpl() - Constructor for class org.appops.service.store.RequestParameterStoreImpl
 
RestResponseWriter - Class in org.appops.service.request
Converts sand sends appropriate http response.
RestResponseWriter() - Constructor for class org.appops.service.request.RestResponseWriter
 
routeJobToken(JobToken) - Method in interface org.appops.service.job.TokenRouter
Locates and routes JobToken to appropriate job execution service.
routeJobTokens(JobTokenSet) - Method in interface org.appops.service.job.TokenRouter
Locates and routes job tokens to appropriate job execution service.

S

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.
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.
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.

T

throwRequestPatternException() - Method in class org.appops.service.request.ServiceApiFilter
It throws the request pattern exception.
TokenRouter - Interface in org.appops.service.job
TokenRouter interface.

V

valueOf(String) - Static method in enum org.appops.service.deployment.ContainerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.appops.service.deployment.ContainerType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebClient - Class in org.appops.service.client
serves when the client is of type web.
WebClient() - Constructor for class org.appops.service.client.WebClient
 
WebClientHandler - Class in org.appops.service.client.handler
handles the operations if the client is of type web.
WebClientHandler() - Constructor for class org.appops.service.client.handler.WebClientHandler
 
WebClientResponse - Class in org.appops.service.client
represents the Web Client Response.
WebClientResponse() - Constructor for class org.appops.service.client.WebClientResponse
init method.
WebClientResponse(Object, String) - Constructor for class org.appops.service.client.WebClientResponse
init method.
withJobResult(Object) - Method in class org.appops.service.event.JobEvent
withJobResult.
withToken(JobToken) - Method in class org.appops.service.event.JobEvent
withToken.
A B C D E F G I J L M O P R S T V W 
Skip navigation links

Copyright © 2021. All rights reserved.