Class Constants


  • public class Constants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SERVICE_CALL_TIMEOUT
      The number of milliseconds a server has to reply to a service request before being declared dead.
    • 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

      • SERVICE_CALL_TIMEOUT

        public static final int SERVICE_CALL_TIMEOUT
        The number of milliseconds a server has to reply to a service request before being declared dead.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()