JBoss Remoting 3.0.0.GA

org.jboss.remoting
Interface RequestCancelHandler<O>

Type Parameters:
O - the reply type

public interface RequestCancelHandler<O>

A handler for request listeners to receive a notification when a request was cancelled.


Method Summary
 void notifyCancel(RequestContext<O> requestContext)
          Receive notification that the request was cancelled.
 

Method Detail

notifyCancel

void notifyCancel(RequestContext<O> requestContext)
Receive notification that the request was cancelled.

Parameters:
requestContext - the request context

JBoss Remoting 3.0.0.GA

Copyright © 2008 JBoss, a division of Red Hat, Inc.