Package com.ibm.jbatch.spi

The SPIs in this package are generally involved with the interaction between the batch runtime and the host environment.

See:
          Description

Interface Summary
BatchJobUtil Implemented by the jbatch 352 RI 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' 352 RI 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.
TaggedJobExecution SPI allowing getting of the "owning tag" associated with a JobExecution
 

Class Summary
BatchSPIManager  
DatabaseConfigurationBean  
 

Exception Summary
DatabaseAlreadyInitializedException  
 

Package com.ibm.jbatch.spi Description

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.



Copyright © 2013. All Rights Reserved.