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 final int
    Server or module state constant indicating that the server or module is creating now.
    static final int
    Server or module state constant indicating that the server or module is deleting now.
    static final int
    Server or module state constant indicating that the server or module is in error state, and not ready to work with.
    static final int
    Server or module state constant indicating that the server or module is initiating, and yet not ready to work with.
  • Field Details

    • 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:
    • 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:
    • STATE_DELETING

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

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