Uses of Class
com.ibm.jbatch.spi.BatchSPIManager.PlatformMode
-
-
Uses of BatchSPIManager.PlatformMode in com.ibm.jbatch.spi
Methods in com.ibm.jbatch.spi that return BatchSPIManager.PlatformMode Modifier and Type Method Description BatchSPIManager.PlatformModeBatchSPIManager. getPlatformMode()Returns the EEMode set via this SPI, if one has been set.static BatchSPIManager.PlatformModeBatchSPIManager.PlatformMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchSPIManager.PlatformMode[]BatchSPIManager.PlatformMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.jbatch.spi with parameters of type BatchSPIManager.PlatformMode Modifier and Type Method Description voidBatchSPIManager. registerPlatformMode(BatchSPIManager.PlatformMode mode)Override properties-file based config with programmatic setting of SE or EE platform mode.
-