B C D E G I J P R S T

B

BatchJobUtil - Interface in com.ibm.jbatch.spi
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 - Interface in com.ibm.jbatch.spi
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.
BatchSPIManager - Class in com.ibm.jbatch.spi
 

C

com.ibm.jbatch.spi - package com.ibm.jbatch.spi
The SPIs in this package are generally involved with the interaction between the batch runtime and the host environment.

D

DatabaseAlreadyInitializedException - Exception in com.ibm.jbatch.spi
 
DatabaseAlreadyInitializedException() - Constructor for exception com.ibm.jbatch.spi.DatabaseAlreadyInitializedException
 
DatabaseAlreadyInitializedException(String) - Constructor for exception com.ibm.jbatch.spi.DatabaseAlreadyInitializedException
 
DatabaseAlreadyInitializedException(Throwable) - Constructor for exception com.ibm.jbatch.spi.DatabaseAlreadyInitializedException
 
DatabaseAlreadyInitializedException(String, Throwable) - Constructor for exception com.ibm.jbatch.spi.DatabaseAlreadyInitializedException
 
DatabaseConfigurationBean - Class in com.ibm.jbatch.spi
 
DatabaseConfigurationBean() - Constructor for class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
dbPassword - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
dbUser - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 

E

ExecutorServiceProvider - Interface in com.ibm.jbatch.spi
Provides an ExecutorService managed by the provider to the caller.

G

getBatchJobUtil() - Method in class com.ibm.jbatch.spi.BatchSPIManager
 
getBatchSecurityHelper() - Method in class com.ibm.jbatch.spi.BatchSPIManager
 
getCurrentTag() - Method in interface com.ibm.jbatch.spi.BatchSecurityHelper
 
getDataBaseConfigurationBean() - Method in class com.ibm.jbatch.spi.BatchSPIManager
This is not the method that the 352 RI will call to get the final configuration, and lock off further updates.
getDbPassword() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
getDbUser() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
getExecutorService() - Method in interface com.ibm.jbatch.spi.ExecutorServiceProvider
 
getExecutorServiceProvider() - Method in class com.ibm.jbatch.spi.BatchSPIManager
 
getFinalDatabaseConfiguration() - Method in class com.ibm.jbatch.spi.BatchSPIManager
Called by the core batch runtime at the point when it is ready to harden the database configuration.
getInstance() - Static method in class com.ibm.jbatch.spi.BatchSPIManager
 
getJdbcDriver() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
getJdbcUrl() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
getJndiName() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
getSchema() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
getTagName() - Method in interface com.ibm.jbatch.spi.TaggedJobExecution
 

I

isAdmin(String) - Method in interface com.ibm.jbatch.spi.BatchSecurityHelper
 

J

jdbcDriver - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
jdbcUrl - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
jndiName - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 

P

purgeOwnedRepositoryData(String) - Method in interface com.ibm.jbatch.spi.BatchJobUtil
This method will purge all JobExecution, JobInstance, and job data "owned" by a given "tag".

R

registerBatchJobUtil(BatchJobUtil) - Method in class com.ibm.jbatch.spi.BatchSPIManager
May be called at any point and will be immediately reflected in the singleton, i.e.
registerBatchSecurityHelper(BatchSecurityHelper) - Method in class com.ibm.jbatch.spi.BatchSPIManager
May be called at any point and will be immediately reflected in the singleton, i.e.
registerDatabaseConfigurationBean(DatabaseConfigurationBean) - Method in class com.ibm.jbatch.spi.BatchSPIManager
This only will have an impact if the batch container has not already hardened its persistent store database configuration.
registerExecutorServiceProvider(ExecutorServiceProvider) - Method in class com.ibm.jbatch.spi.BatchSPIManager
May be called at any point and will be immediately reflected in the singleton, i.e.

S

schema - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
setDbPassword(String) - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
setDbUser(String) - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
setJdbcDriver(String) - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
setJdbcUrl(String) - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
setJndiName(String) - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 
setSchema(String) - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
 

T

TaggedJobExecution - Interface in com.ibm.jbatch.spi
SPI allowing getting of the "owning tag" associated with a JobExecution

B C D E G I J P R S T

Copyright © 2013. All Rights Reserved.