public class ControlProtocolEvents
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ADD_COUNTER
Add a Counter to the counters manager.
|
static int |
ADD_DESTINATION
Add Destination to an existing Publication.
|
static int |
ADD_EXCLUSIVE_PUBLICATION
Add an Exclusive Publication.
|
static int |
ADD_PUBLICATION
Add a Publication.
|
static int |
ADD_RCV_DESTINATION
Add Destination for existing Subscription.
|
static int |
ADD_SUBSCRIPTION
Add a Subscriber.
|
static int |
CLIENT_CLOSE
Close indication from Client.
|
static int |
CLIENT_KEEPALIVE
Keepalive from Client.
|
static int |
ON_AVAILABLE_IMAGE
Subscribed Image buffers are available notification.
|
static int |
ON_CLIENT_TIMEOUT
Inform clients of client timeout.
|
static int |
ON_COUNTER_READY
New counter is ready notification.
|
static int |
ON_ERROR
Error Response as a result of attempting to process a client command operation.
|
static int |
ON_EXCLUSIVE_PUBLICATION_READY
New Exclusive Publication buffers are ready notification.
|
static int |
ON_OPERATION_SUCCESS
Operation has succeeded.
|
static int |
ON_PUBLICATION_READY
New Publication buffers are ready notification.
|
static int |
ON_SUBSCRIPTION_READY
New Subscription is ready notification.
|
static int |
ON_UNAVAILABLE_COUNTER
Inform clients of removal of counter.
|
static int |
ON_UNAVAILABLE_IMAGE
Inform client of timeout and removal of an inactive Image.
|
static int |
REMOVE_COUNTER
Remove a Counter from the counters manager.
|
static int |
REMOVE_DESTINATION
Remove Destination from an existing Publication.
|
static int |
REMOVE_PUBLICATION
Remove a Publication.
|
static int |
REMOVE_RCV_DESTINATION
Remove Destination for existing Subscription.
|
static int |
REMOVE_SUBSCRIPTION
Remove a Subscriber.
|
Constructor and Description |
---|
ControlProtocolEvents() |
public static final int ADD_PUBLICATION
public static final int REMOVE_PUBLICATION
public static final int ADD_EXCLUSIVE_PUBLICATION
public static final int ADD_SUBSCRIPTION
public static final int REMOVE_SUBSCRIPTION
public static final int CLIENT_KEEPALIVE
public static final int ADD_DESTINATION
public static final int REMOVE_DESTINATION
public static final int ADD_COUNTER
public static final int REMOVE_COUNTER
public static final int CLIENT_CLOSE
public static final int ADD_RCV_DESTINATION
public static final int REMOVE_RCV_DESTINATION
public static final int ON_ERROR
public static final int ON_AVAILABLE_IMAGE
public static final int ON_PUBLICATION_READY
public static final int ON_OPERATION_SUCCESS
public static final int ON_UNAVAILABLE_IMAGE
public static final int ON_EXCLUSIVE_PUBLICATION_READY
public static final int ON_SUBSCRIPTION_READY
public static final int ON_COUNTER_READY
public static final int ON_UNAVAILABLE_COUNTER
public static final int ON_CLIENT_TIMEOUT
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.