Class Constants


  • public class Constants
    extends java.lang.Object
    Constants used by the Vinci service.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DEFAULT_VNS_HOST

        public static final java.lang.String DEFAULT_VNS_HOST
        The Constant DEFAULT_VNS_HOST.
        See Also:
        Constant Field Values
      • VINCI_COMMAND

        public static final java.lang.String VINCI_COMMAND
        The Constant VINCI_COMMAND.
        See Also:
        Constant Field Values
      • VINCI_DETAG

        public static final java.lang.String VINCI_DETAG
        The Constant VINCI_DETAG.
        See Also:
        Constant Field Values
      • FRAME_TO_CAS_TIME

        public static final java.lang.String FRAME_TO_CAS_TIME
        The Constant FRAME_TO_CAS_TIME.
        See Also:
        Constant Field Values
      • ANNOTATION_TIME

        public static final java.lang.String ANNOTATION_TIME
        The Constant ANNOTATION_TIME.
        See Also:
        Constant Field Values
      • CAS_TO_FRAME_TIME

        public static final java.lang.String CAS_TO_FRAME_TIME
        The Constant CAS_TO_FRAME_TIME.
        See Also:
        Constant Field Values
      • GETMETA

        public static final java.lang.String GETMETA
        The Constant GETMETA.
        See Also:
        Constant Field Values
      • ANNOTATE

        public static final java.lang.String ANNOTATE
        The Constant ANNOTATE.
        See Also:
        Constant Field Values
      • SHUTDOWN

        public static final java.lang.String SHUTDOWN
        The Constant SHUTDOWN.
        See Also:
        Constant Field Values
      • BATCH_PROCESS_COMPLETE

        public static final java.lang.String BATCH_PROCESS_COMPLETE
        The Constant BATCH_PROCESS_COMPLETE.
        See Also:
        Constant Field Values
      • COLLECTION_PROCESS_COMPLETE

        public static final java.lang.String COLLECTION_PROCESS_COMPLETE
        The Constant COLLECTION_PROCESS_COMPLETE.
        See Also:
        Constant Field Values
      • IS_STATELESS

        public static final java.lang.String IS_STATELESS
        The Constant IS_STATELESS.
        See Also:
        Constant Field Values
      • IS_READONLY

        public static final java.lang.String IS_READONLY
        The Constant IS_READONLY.
        See Also:
        Constant Field Values
      • PROCESS_CAS

        public static final java.lang.String PROCESS_CAS
        The Constant PROCESS_CAS.
        See Also:
        Constant Field Values
      • SHUTDOWN_MSG

        public static final java.lang.String SHUTDOWN_MSG
        The Constant SHUTDOWN_MSG.
        See Also:
        Constant Field Values
      • GET_SUPPORTED_XCAS_VERSIONS

        public static final java.lang.String GET_SUPPORTED_XCAS_VERSIONS
        The Constant GET_SUPPORTED_XCAS_VERSIONS.
        See Also:
        Constant Field Values
      • SUPPORTED_XCAS_VERSIONS_RESPONSE

        public static final java.lang.String SUPPORTED_XCAS_VERSIONS_RESPONSE
        The Constant SUPPORTED_XCAS_VERSIONS_RESPONSE.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()