Liferay 6.2-ce-ga5

com.liferay.portal.kernel.nio.intraband
Interface CompletionHandler<A>

All Known Implementing Classes:
BaseIntraband.SendSyncDatagramCompletionHandler, IntrabandRPCUtil.FutureCompletionHandler

public interface CompletionHandler<A>


Nested Class Summary
static class CompletionHandler.CompletionType
           
 
Method Summary
 void delivered(A attachment)
           
 void failed(A attachment, IOException ioe)
           
 void replied(A attachment, Datagram datagram)
           
 void submitted(A attachment)
           
 void timedOut(A attachment)
           
 

Method Detail

delivered

void delivered(A attachment)

failed

void failed(A attachment,
            IOException ioe)

replied

void replied(A attachment,
             Datagram datagram)

submitted

void submitted(A attachment)

timedOut

void timedOut(A attachment)

Liferay 6.2-ce-ga5