Class ServiceState


  • public class ServiceState
    extends java.lang.Object
    Class containing information on service states.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int PAUSED
      Service is paused.
      static int QUIESCED
      Service is quiesced.
      static int RUNNING
      Service is up and running.
      static int UNKNOWN
      Unknown service state.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toString​(int state)
      Returns a string representation of the specified service state.
      • Methods inherited from class java.lang.Object

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

      • toString

        public static java.lang.String toString​(int state)
        Returns a string representation of the specified service state.
        Parameters:
        state - Service state.
        Returns:
        String representation of the specified service state.