Package fr.dyade.aaa.agent
Class FlowControlNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- fr.dyade.aaa.agent.FlowControlNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
@Deprecated public class FlowControlNot extends Notification
Deprecated.Flow control notification.This notification is used to control the flow of notifications from a
DriverInobject to its associated agent.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intdriverIdDeprecated.id ofDriverInagent issuing notification, when applicable(package private) intdriverKeyDeprecated.Key of theDriverInissuing the notification, in a multi connections context.private static longserialVersionUIDDeprecated.define serialVersionUID for interoperability-
Fields inherited from class fr.dyade.aaa.agent.Notification
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
-
Fields inherited from interface fr.dyade.aaa.common.encoding.Encodable
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
-
-
Constructor Summary
Constructors Constructor Description FlowControlNot()Deprecated.Constructor with default id.FlowControlNot(int driverId)Deprecated.Constructor.FlowControlNot(int driverId, int driverKey)Deprecated.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringBuildertoString(StringBuilder output)Deprecated.Appends a string image for this object to the StringBuilder parameter.-
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
driverId
int driverId
Deprecated.id ofDriverInagent issuing notification, when applicable
-
driverKey
int driverKey
Deprecated.Key of theDriverInissuing the notification, in a multi connections context.
-
-
Constructor Detail
-
FlowControlNot
FlowControlNot(int driverId)
Deprecated.Constructor.- Parameters:
driverId- id ofDriverissuing notification
-
FlowControlNot
FlowControlNot(int driverId, int driverKey)Deprecated.Constructor.- Parameters:
driverId- id ofDriverissuing notificationdriverKey- key of driver issuing the notification.
-
FlowControlNot
FlowControlNot()
Deprecated.Constructor with default id.
-
-
Method Detail
-
toString
public StringBuilder toString(StringBuilder output)
Deprecated.Appends a string image for this object to the StringBuilder parameter.- Overrides:
toStringin classNotification- Parameters:
output- buffer to fill in- Returns:
outputbuffer is returned
-
-