Class Sequence

    • Field Detail

      • PROPERTIES_FILE

        public static final java.lang.String PROPERTIES_FILE
        The name of the properties file from which this component will read its localized message strings.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Sequence

        public Sequence​(RS rs,
                        SequenceConfig sc,
                        java.lang.Object params)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        the unique identifier for this Sequence object. All the Sequence objects in the JVM they run have a different number.
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • debugBreak

        public void debugBreak​(java.lang.Object arg0)
                        throws java.lang.Exception
        Specified by:
        debugBreak in interface TaskInterface
        Throws:
        java.lang.Exception
      • debugMsg

        public void debugMsg​(java.lang.Object arg0)
                      throws java.lang.Exception
        Specified by:
        debugMsg in interface TaskInterface
        Throws:
        java.lang.Exception
      • getConfig

        public java.lang.Object getConfig​(java.lang.String name)
        Specified by:
        getConfig in interface TaskInterface
      • logmsg

        public void logmsg​(java.lang.Object msg)
        Specified by:
        logmsg in interface TaskInterface
      • dumpEntry

        public void dumpEntry​(Entry entry)
        Prints the contents of an entry to the Log.
        Parameters:
        entry - The entry object to print
      • shutdown

        public void shutdown()
        Request controlled shutdown of this Sequence
      • shutdown

        public void shutdown​(boolean sync)
                      throws AbortALException
        Request controlled shutdown of this Sequence, and waits for it to stop.
        Parameters:
        sync - If true, creates a new Thread to do the waiting.
        Throws:
        java.lang.Exception - If the current Thread tries to stop itself.
        AbortALException