Add isComplete callback to commitEntry 64/51064/4
authorTomas Slusny <tomas.slusny@pantheon.tech>
Thu, 26 Jan 2017 10:59:01 +0000 (11:59 +0100)
committerTomas Slusny <tomas.slusny@pantheon.tech>
Thu, 26 Jan 2017 16:05:40 +0000 (17:05 +0100)
commit41c94f361e680fd1676cb2552dddce2896632e88
treea016ad0e2e604653f20c8d2d8976c1a330038c0e
parenta694a3f78d4274fb27c9a411c999eddd870c127f
Add isComplete callback to commitEntry

This callback will determine, if processed message
is completed or not.

Change-Id: I29a0faeaa1b3965a88e4d4516e19aee34bc5bf71
Signed-off-by: Tomas Slusny <tomas.slusny@pantheon.tech>
openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/OutboundQueue.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/AbstractStackedOutboundQueue.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/OutboundQueueEntry.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/StackedOutboundQueue.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/StackedOutboundQueueNoBarrier.java