Interface IServerConstants


  • public interface IServerConstants
    WST model extenstion constants that are processed by application framework.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int STATE_CREATING
      Server or module state constant indicating that the server or module is creating now.
      static int STATE_DELETING
      Server or module state constant indicating that the server or module is deleting now.
      static int STATE_ERROR
      Server or module state constant indicating that the server or module is in error state, and not ready to work with.
      static int STATE_INITIATING
      Server or module state constant indicating that the server or module is initiating, and yet not ready to work with.
    • Field Detail

      • STATE_INITIATING

        static final int STATE_INITIATING
        Server or module state constant indicating that the server or module is initiating, and yet not ready to work with.
        See Also:
        Constant Field Values
      • STATE_ERROR

        static final int STATE_ERROR
        Server or module state constant indicating that the server or module is in error state, and not ready to work with.
        See Also:
        Constant Field Values
      • STATE_DELETING

        static final int STATE_DELETING
        Server or module state constant indicating that the server or module is deleting now.
        See Also:
        Constant Field Values
      • STATE_CREATING

        static final int STATE_CREATING
        Server or module state constant indicating that the server or module is creating now.
        See Also:
        Constant Field Values