com.ibm.websphere.batch.context

Class PersistentMapFactory

  1. java.lang.Object
  2. extended bycom.ibm.websphere.batch.context.PersistentMapFactory

  1. public class PersistentMapFactory
  2. extends java.lang.Object
PersistentMapFactory creates new PersistentMap objects.

Constructor Summary

Constructor and Description
PersistentMapFactory()

Method Summary

Modifier and Type Method and Description
  1. static
  2. PersistentMap
createPersistentMap()
Creates a new instance of PersistentMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

PersistentMapFactory

  1. public PersistentMapFactory()

Method Detail

createPersistentMap

  1. public static PersistentMap createPersistentMap( )
Creates a new instance of PersistentMap
Returns:
PersistentMap