com.siebel.rf.offline.branch.datastore
Class PersisterFactory

java.lang.Object
  |
  +--com.siebel.rf.offline.branch.datastore.PersisterFactory

public class PersisterFactory
extends java.lang.Object

The PersisterFactory class


Field Summary
static java.lang.String DEFAULT_PERSISTER
           
static java.lang.String PERSISTER
           
 
Constructor Summary
PersisterFactory()
           
 
Method Summary
static Persister getPersister(java.lang.String name)
          Gets the persister based on the parameter passed if the persister is null then creates Persister and returns the persister
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PERSISTER

public static final java.lang.String DEFAULT_PERSISTER

PERSISTER

public static final java.lang.String PERSISTER
Constructor Detail

PersisterFactory

public PersisterFactory()
Method Detail

getPersister

public static Persister getPersister(java.lang.String name)
Gets the persister based on the parameter passed if the persister is null then creates Persister and returns the persister
Parameters:
name - String
Returns:
the persister