B C D E G I J P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BATCH_THREADPOOL - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceInterfaceNames
- BATCH_THREADPOOL_BOUNDED - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- BATCH_THREADPOOL_DEFAULT - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- BATCH_THREADPOOL_GROWABLE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- BATCH_THREADPOOL_JNDI_DELEGATING - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- BATCH_THREADPOOL_SERVICE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServicePropertyNames
- BATCH_THREADPOOL_SPI_DELEGATING - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- BatchJobUtil - Interface in com.ibm.jbatch.spi
-
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 - Interface in com.ibm.jbatch.spi
-
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.
- BatchSPIManager - Class in com.ibm.jbatch.spi
- BatchSPIManager.PlatformMode - Enum in com.ibm.jbatch.spi
-
A value of
SEsignifies execution on an SE platform, while a value ofEEsignifies execution on an EE platform.
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.
- CONTAINER_ARTIFACT_FACTORY - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceInterfaceNames
- CONTAINER_ARTIFACT_FACTORY_CDI - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- CONTAINER_ARTIFACT_FACTORY_SERVICE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServicePropertyNames
-
This is only a valid plug point in the default
ServiceRegistry.ServiceImplClassNames.DELEGATING_ARTIFACT_FACTORY_DEFAULT - CONTAINER_ARTIFACT_FACTORY_WELD_SE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
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(String, Throwable) - Constructor for exception com.ibm.jbatch.spi.DatabaseAlreadyInitializedException
- DatabaseAlreadyInitializedException(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
- dataSource - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
- dbPassword - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
- dbUser - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
- DELEGATING_ARTIFACT_FACTORY_DEFAULT - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- DELEGATING_ARTIFACT_FACTORY_SERVICE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServicePropertyNames
- DELEGATING_JOBXML_LOADER_DEFAULT - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- DELEGATING_JOBXML_LOADER_SERVICE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServicePropertyNames
E
- EE - com.ibm.jbatch.spi.BatchSPIManager.PlatformMode
- ExecutorServiceProvider - Interface in com.ibm.jbatch.spi
-
Provides an ExecutorService managed by the provider to the caller.
G
- getAllServicePropertyNames() - Static method in class com.ibm.jbatch.spi.ServiceRegistry
-
Returns a Set of all property name String(s) in
ServiceRegistry.ServicePropertyNames - getBatchContainerOverrideProperties() - Method in class com.ibm.jbatch.spi.BatchSPIManager
- 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 jbatch implementation will call to get the final configuration, and lock off further updates.
- getDataSource() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
- getDbPassword() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
- getDbUser() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
- getDefaultImplementationClassName() - Method in class com.ibm.jbatch.spi.ServiceInfo
- 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
- getInterfaceName() - Method in class com.ibm.jbatch.spi.ServiceInfo
- 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
- getPlatformMode() - Method in class com.ibm.jbatch.spi.BatchSPIManager
-
Returns the EEMode set via this SPI, if one has been set.
- getPropertyName() - Method in class com.ibm.jbatch.spi.ServiceInfo
- getSchema() - Method in class com.ibm.jbatch.spi.DatabaseConfigurationBean
- getServiceInfo(String) - Static method in class com.ibm.jbatch.spi.ServiceRegistry
- getSystemPropertyOverrides() - Static method in class com.ibm.jbatch.spi.ServiceRegistry
-
If a system property is found with key equal to: A.B where A is the current classname and B is some constant String defined in ServicePropertyNames, then the value V of this system property will be included in a new property added to the return value Properties object.
- getTagName() - Method in interface com.ibm.jbatch.spi.TaggedJobExecution
I
- isAdmin(String) - Method in interface com.ibm.jbatch.spi.BatchSecurityHelper
J
- J2SE_MODE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServicePropertyNames
-
Doesn't fit well with the rest.
- 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
- JOBXML_LOADER - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceInterfaceNames
- JOBXML_LOADER_DIRECTORY - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- JOBXML_LOADER_SERVICE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServicePropertyNames
-
This is only a valid plug point in the default
ServiceRegistry.ServiceImplClassNames.DELEGATING_JOBXML_LOADER_DEFAULT
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
- registerBatchContainerOverrideProperties(Properties) - Method in class com.ibm.jbatch.spi.BatchSPIManager
-
Override container properties read from META-INF
- 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.
- registerPlatformMode(BatchSPIManager.PlatformMode) - Method in class com.ibm.jbatch.spi.BatchSPIManager
-
Override properties-file based config with programmatic setting of SE or EE platform mode.
S
- schema - Variable in class com.ibm.jbatch.spi.DatabaseConfigurationBean
- SE - com.ibm.jbatch.spi.BatchSPIManager.PlatformMode
- ServiceInfo - Class in com.ibm.jbatch.spi
- ServiceInfo() - Constructor for class com.ibm.jbatch.spi.ServiceInfo
- ServiceInfo(String, String, String) - Constructor for class com.ibm.jbatch.spi.ServiceInfo
- ServiceRegistry - Class in com.ibm.jbatch.spi
- ServiceRegistry() - Constructor for class com.ibm.jbatch.spi.ServiceRegistry
- ServiceRegistry.ServiceImplClassNames - Interface in com.ibm.jbatch.spi
- ServiceRegistry.ServiceInterfaceNames - Interface in com.ibm.jbatch.spi
- ServiceRegistry.ServicePropertyNames - Interface in com.ibm.jbatch.spi
- setDataSource(DataSource) - Method 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
- setDefaultImplementationClassName(String) - Method in class com.ibm.jbatch.spi.ServiceInfo
- setInterfaceName(String) - Method in class com.ibm.jbatch.spi.ServiceInfo
- 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
- setPropertyName(String) - Method in class com.ibm.jbatch.spi.ServiceInfo
- 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
- TRANSACTION - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceInterfaceNames
- TRANSACTION_DEFAULT - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServiceImplClassNames
- TRANSACTION_SERVICE - Static variable in interface com.ibm.jbatch.spi.ServiceRegistry.ServicePropertyNames
V
- valueOf(String) - Static method in enum com.ibm.jbatch.spi.BatchSPIManager.PlatformMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.ibm.jbatch.spi.BatchSPIManager.PlatformMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages