X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fapi%2Fconnection%2FOutboundQueue.java;h=06b66c5e046f320537f8dcddefb42db981a10d86;hb=ccb7e5bda0598185f98d52ddd16e49ae4d48e5aa;hp=1291c22c706c11a39f516b51e1ca639dc4f6c09d;hpb=8e5473613cc8f6b0d9558edd170b93e238b87d57;p=openflowjava.git diff --git a/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/OutboundQueue.java b/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/OutboundQueue.java index 1291c22c..06b66c5e 100644 --- a/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/OutboundQueue.java +++ b/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/OutboundQueue.java @@ -30,6 +30,9 @@ public interface OutboundQueue { * with a response, the object reported will be non-null. If the request's completion * is implied by a barrier, the object reported will be null. * + * If this request fails on the remote device, {@link FutureCallback#onFailure(Throwable) + * will be called with an instance of {@link DeviceRequestFailedException}. + * * @param xid Previously-reserved XID * @param message Message which should be sent out, or null if the reservation * should be cancelled.