Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE
The flow has become active
|
static int |
BIND_FAILED_ERROR
The Flow attempted to connect but was unsuccessful.
|
static int |
DOWN_ERROR
The Flow was established and then disconnected by the Appliance,
likely due to operator intervention.
|
static int |
INACTIVE
The flow has become inactive
|
static int |
RECONNECTED
Flow auto rebind was successful, the flow is up again.
|
static int |
RECONNECTING
The flow is attempting auto rebind
|
static int |
REJECTED_MSG_ERROR
This event is deprecated and will never be raised.
|
static int |
SESSION_DOWN
The Session for the Flow was disconnected.
|
static int |
UP_NOTICE
The Flow is established.
|
Constructor and Description |
---|
FlowEventCode() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int UP_NOTICE
public static final int DOWN_ERROR
public static final int BIND_FAILED_ERROR
public static final int REJECTED_MSG_ERROR
public static final int SESSION_DOWN
public static final int ACTIVE
public static final int INACTIVE
public static final int RECONNECTING
public static final int RECONNECTED
Copyright 2004-2024 Solace Corporation. All rights reserved.