public static class SolEnum.ProvisionFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
IGNORE_EXIST_ERRORS
An error will not be raised during provisioning if the requested
endpoint already exists.
|
static int |
WAIT_FOR_CONFIRM
Causes the current the calling thread to block until a confirmation
is received from the Appliance
|
Constructor and Description |
---|
ProvisionFlags() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int WAIT_FOR_CONFIRM
public static final int IGNORE_EXIST_ERRORS
An error will not be raised during deprovisioning if the requested endpoint does not exist.
Copyright 2004-2024 Solace Corporation. All rights reserved.