Class Constants


  • public final class Constants
    extends java.lang.Object

    Constants relating to large message support.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TRANSFER_FAILED
      Constant representing state where large message transfer has failed to complete properly.
      static int TRANSFER_NOT_STARTED
      Constant representing state where large message transfer has not started.
      static int TRANSFER_SUCCESSFUL
      Constant representing state where large message transfer has completed successfully.
      static int TRANSFERRING
      Constant representing state where large message transfer is in progress.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TRANSFER_NOT_STARTED

        public static final int TRANSFER_NOT_STARTED

        Constant representing state where large message transfer has not started.

        See Also:
        Constant Field Values
      • TRANSFERRING

        public static final int TRANSFERRING

        Constant representing state where large message transfer is in progress.

        See Also:
        Constant Field Values
      • TRANSFER_SUCCESSFUL

        public static final int TRANSFER_SUCCESSFUL

        Constant representing state where large message transfer has completed successfully.

        See Also:
        Constant Field Values
      • TRANSFER_FAILED

        public static final int TRANSFER_FAILED

        Constant representing state where large message transfer has failed to complete properly.

        See Also:
        Constant Field Values