public abstract class AbstractVCommanderAction extends Object implements VCommanderAction
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractVCommanderAction.AbstractVCommanderActionDescriptor |
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_POLLING_VALUE |
static long |
DEFAULT_TIMEOUT_VALUE |
static long |
MINIMUM_POLLING_VALUE |
static long |
MINIMUM_TIMEOUT_VALUE |
| Constructor and Description |
|---|
AbstractVCommanderAction(boolean sync,
Long timeout,
Long polling) |
| Modifier and Type | Method and Description |
|---|---|
static long |
getDefault(Long value,
long minValue,
long defaultValue) |
Long |
getPolling() |
Boolean |
getSync() |
Long |
getTimeout() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperformpublic static final long DEFAULT_TIMEOUT_VALUE
public static final long MINIMUM_TIMEOUT_VALUE
public static final long DEFAULT_POLLING_VALUE
public static final long MINIMUM_POLLING_VALUE
Copyright © 2016–2019. All rights reserved.