org.mpisws.p2p.transport.direct
Class ConnectorExceptionDelivery<Identifier>
java.lang.Object
org.mpisws.p2p.transport.direct.ConnectorExceptionDelivery<Identifier>
- All Implemented Interfaces:
- Delivery
public class ConnectorExceptionDelivery<Identifier>
- extends Object
- implements Delivery
|
Method Summary |
void |
deliver()
What to do when time to deliver. |
int |
getSeq()
Preserve order. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorExceptionDelivery
public ConnectorExceptionDelivery(SocketCallback<Identifier> connectorReceiver,
SocketRequestHandle<Identifier> connectorHandle,
IOException e)
deliver
public void deliver()
- Description copied from interface:
Delivery
- What to do when time to deliver.
- Specified by:
deliver in interface Delivery
getSeq
public int getSeq()
- Description copied from interface:
Delivery
- Preserve order.
- Specified by:
getSeq in interface Delivery
- Returns:
Copyright © 2010. All Rights Reserved.