Package com.ibm.jbatch.spi
The SPIs in this package are generally involved with the
interaction between the batch runtime and the host environment.
There are not a lot of SPIs altogether currently, so they are basically
all lumped together into one package. They involve things like
allowing the host environment to configure the database and thread pool
used by the batch runtime. Also things like the batch runtime getting
current "security context" from the host environment.
-
Interface Summary Interface Description BatchJobUtil Implemented by the jbatch implementation to allow the host environment to instruct the RI to purge job repository entries associated with a given "owner".BatchSecurityHelper Implemented by the host environment to allow the 'jbatch' implementation to get the "current" tag (here a generalized term for something like the current "application), and whether the tag is "admin"-authorized or not.ExecutorServiceProvider Provides an ExecutorService managed by the provider to the caller.ServiceRegistry.ServiceImplClassNames ServiceRegistry.ServiceInterfaceNames ServiceRegistry.ServicePropertyNames TaggedJobExecution SPI allowing getting of the "owning tag" associated with a JobExecution -
Class Summary Class Description BatchSPIManager DatabaseConfigurationBean ServiceInfo ServiceRegistry -
Enum Summary Enum Description BatchSPIManager.PlatformMode A value ofSEsignifies execution on an SE platform, while a value ofEEsignifies execution on an EE platform. -
Exception Summary Exception Description DatabaseAlreadyInitializedException