public class FlowControlNot extends Notification
This notification is used to control the flow of notifications from a
DriverIn
object to its associated agent.
DriverIn
,
Serialized FormModifier and Type | Field and Description |
---|---|
(package private) int |
driverId
id of
DriverIn agent issuing notification, when applicable |
(package private) int |
driverKey
Key of the
DriverIn issuing the notification, in a multi
connections context. |
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
FlowControlNot()
Constructor with default id.
|
FlowControlNot(int driverId)
Constructor.
|
FlowControlNot(int driverId,
int driverKey)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
toString(StringBuffer output)
Appends a string image for this object to the StringBuffer parameter.
|
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
private static final long serialVersionUID
int driverId
DriverIn
agent issuing notification, when applicableint driverKey
DriverIn
issuing the notification, in a multi
connections context.FlowControlNot(int driverId)
driverId
- id of Driver
issuing notificationFlowControlNot(int driverId, int driverKey)
driverId
- id of Driver
issuing notificationdriverKey
- key of driver issuing the notification.FlowControlNot()
public StringBuffer toString(StringBuffer output)
toString
in class Notification
output
- buffer to fill inoutput
buffer is returnedCopyright © 2020 ScalAgent D.T.. All rights reserved.