Class ObjectStoreWriterFactory


  • public final class ObjectStoreWriterFactory
    extends java.lang.Object
    Produce ObjectStoreWriters
    Author:
    Mark Woodbridge
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ObjectStoreWriter getObjectStoreWriter​(java.lang.String alias)
      Return an ObjectStoreWriter configured using properties file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getObjectStoreWriter

        public static ObjectStoreWriter getObjectStoreWriter​(java.lang.String alias)
                                                      throws ObjectStoreException
        Return an ObjectStoreWriter configured using properties file
        Parameters:
        alias - identifier for properties defining integration/writer parameters
        Returns:
        instance of a concrete ObjectStoreWriter according to property
        Throws:
        ObjectStoreException - if anything goes wrong