Uses of Class
com.ibm.jbatch.container.services.IPersistenceManagerService.TimestampType
-
Packages that use IPersistenceManagerService.TimestampType Package Description com.ibm.jbatch.container.services This interfaces are tightly coupled to the existing batch implementation.com.ibm.jbatch.container.services.impl -
-
Uses of IPersistenceManagerService.TimestampType in com.ibm.jbatch.container.services
Methods in com.ibm.jbatch.container.services that return IPersistenceManagerService.TimestampType Modifier and Type Method Description static IPersistenceManagerService.TimestampTypeIPersistenceManagerService.TimestampType. valueOf(String name)Returns the enum constant of this type with the specified name.static IPersistenceManagerService.TimestampType[]IPersistenceManagerService.TimestampType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.jbatch.container.services with parameters of type IPersistenceManagerService.TimestampType Modifier and Type Method Description TimestampIPersistenceManagerService. jobOperatorQueryJobExecutionTimestamp(long key, IPersistenceManagerService.TimestampType timetype) -
Uses of IPersistenceManagerService.TimestampType in com.ibm.jbatch.container.services.impl
Methods in com.ibm.jbatch.container.services.impl with parameters of type IPersistenceManagerService.TimestampType Modifier and Type Method Description TimestampJDBCPersistenceManagerImpl. jobOperatorQueryJobExecutionTimestamp(long key, IPersistenceManagerService.TimestampType timestampType)
-