Class GenericSessionFactory

java.lang.Object
org.gorpipe.gor.session.GenericFactory<org.gorpipe.gor.session.GorSession>
gorsat.process.GorSessionFactory
gorsat.process.GenericSessionFactory

public class GenericSessionFactory
extends GorSessionFactory
Factory class for creating default/generic gor sessions. This factory replaces the createDefaultSession() method.
  • Constructor Summary

    Constructors 
    Constructor Description
    GenericSessionFactory()  
    GenericSessionFactory​(java.lang.String root, java.lang.String cacheDir)  
  • Method Summary

    Modifier and Type Method Description
    org.gorpipe.gor.session.GorSession create()  
    void setConfigFile​(java.lang.String configFile)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setConfigFile

      public void setConfigFile​(java.lang.String configFile)
    • create

      public org.gorpipe.gor.session.GorSession create()
      Specified by:
      create in class org.gorpipe.gor.session.GenericFactory<org.gorpipe.gor.session.GorSession>