com.continuent.tungsten.replicator.database
Class EventIdFactory

java.lang.Object
  extended by com.continuent.tungsten.replicator.database.EventIdFactory

public class EventIdFactory
extends java.lang.Object

Factory to generate event IDs.


Method Summary
 EventId createEventId(java.lang.String rawEventId)
          Return proper instance for a raw event ID or null if type cannot be discovered.
static EventIdFactory getInstance()
          Return factory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EventIdFactory getInstance()
Return factory instance.


createEventId

public EventId createEventId(java.lang.String rawEventId)
Return proper instance for a raw event ID or null if type cannot be discovered.