Class PrintTalkFactory

  • All Implemented Interfaces:
    java.lang.Runnable

    public class PrintTalkFactory
    extends java.lang.Object
    implements java.lang.Runnable
    Factory class for global library initialization.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void init​(boolean initAsync)
      Initialize the PrintTalk Library.
      static void initPtkConstants()
      Initialize PrintTalk Constants.
      static void initXJdfPrintTalk()
      Initialize the JAXB framework.
      void run()  
      • Methods inherited from class java.lang.Object

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

      • init

        public static void init​(boolean initAsync)
        Initialize the PrintTalk Library.
      • initXJdfPrintTalk

        public static void initXJdfPrintTalk()
                                      throws javax.xml.bind.JAXBException
        Initialize the JAXB framework.
        Throws:
        javax.xml.bind.JAXBException
      • initPtkConstants

        public static void initPtkConstants()
        Initialize PrintTalk Constants.
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        See Also:
        Runnable.run()