Package com.e1c.g5.dt.applications.wst
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
FieldsModifier and TypeFieldDescriptionstatic 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_INITIATINGServer 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_ERRORServer 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_DELETINGServer or module state constant indicating that the server or module is deleting now.- See Also:
-
STATE_CREATING
static final int STATE_CREATINGServer or module state constant indicating that the server or module is creating now.- See Also:
-