Package org.jboss.hal.core.runtime
Interface Timeouts
-
- All Known Implementing Classes:
HostActions,ServerActions
public interface TimeoutsCentral interface for all timeouts related to server group, host and server lifecycle operations. All timeouts are in seconds.
-
-
Field Summary
Fields Modifier and Type Field Description static intHOST_DEFAULT_TIMEOUTstatic intHOST_RELOAD_TIMEOUTstatic intHOST_RESTART_TIMEOUTstatic intSERVER_DESTROY_TIMEOUTstatic intSERVER_GROUP_DEFAULT_TIMEOUTstatic intSERVER_KILL_TIMEOUTstatic intSERVER_RELOAD_TIMEOUTstatic intSERVER_RESTART_TIMEOUTstatic intSERVER_RESUME_TIMEOUTstatic intSERVER_START_TIMEOUTstatic intSERVER_STOP_TIMEOUTstatic intSERVER_SUSPEND_TIMEOUT
-
Method Summary
Static Methods Modifier and Type Method Description static inthostTimeout(Host host, Action action)static intserverGroupTimeout(ServerGroup serverGroup, Action action)
-
-
-
Field Detail
-
SERVER_SUSPEND_TIMEOUT
static final int SERVER_SUSPEND_TIMEOUT
- See Also:
- Constant Field Values
-
SERVER_RESUME_TIMEOUT
static final int SERVER_RESUME_TIMEOUT
- See Also:
- Constant Field Values
-
SERVER_START_TIMEOUT
static final int SERVER_START_TIMEOUT
- See Also:
- Constant Field Values
-
SERVER_STOP_TIMEOUT
static final int SERVER_STOP_TIMEOUT
- See Also:
- Constant Field Values
-
SERVER_RELOAD_TIMEOUT
static final int SERVER_RELOAD_TIMEOUT
- See Also:
- Constant Field Values
-
SERVER_RESTART_TIMEOUT
static final int SERVER_RESTART_TIMEOUT
- See Also:
- Constant Field Values
-
SERVER_DESTROY_TIMEOUT
static final int SERVER_DESTROY_TIMEOUT
- See Also:
- Constant Field Values
-
SERVER_KILL_TIMEOUT
static final int SERVER_KILL_TIMEOUT
- See Also:
- Constant Field Values
-
SERVER_GROUP_DEFAULT_TIMEOUT
static final int SERVER_GROUP_DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
-
HOST_DEFAULT_TIMEOUT
static final int HOST_DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
-
HOST_RELOAD_TIMEOUT
static final int HOST_RELOAD_TIMEOUT
- See Also:
- Constant Field Values
-
HOST_RESTART_TIMEOUT
static final int HOST_RESTART_TIMEOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
serverGroupTimeout
static int serverGroupTimeout(ServerGroup serverGroup, Action action)
-
-