Uses of Interface
net.jini.io.context.AcknowledgmentSource.Listener

Packages that use AcknowledgmentSource.Listener
com.sun.jini.jeri.internal.http   
net.jini.io.context Provides type definitions for elements commonly found in the context collections available from ServerContext and ObjectStreamContext
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
 

Uses of AcknowledgmentSource.Listener in com.sun.jini.jeri.internal.http
 

Methods in com.sun.jini.jeri.internal.http with parameters of type AcknowledgmentSource.Listener
(package private) abstract  void Request.addAckListener(AcknowledgmentSource.Listener listener)
          Method called internally to register acknowledgment listener.
(package private)  void HttpClientConnection.OutboundRequestImpl.addAckListener(AcknowledgmentSource.Listener listener)
           
(package private)  void HttpServerConnection.InboundRequestImpl.addAckListener(AcknowledgmentSource.Listener listener)
           
(package private)  void HttpServerManager.addAckListener(String cookie, AcknowledgmentSource.Listener listener)
          Registers listener waiting for given cookie.
(package private)  boolean Request.addAcknowledgmentListener(AcknowledgmentSource.Listener l)
          Method called internally to implement AcknowledgmentSource; checks state and delegates to addAckListener method.
 

Uses of AcknowledgmentSource.Listener in net.jini.io.context
 

Methods in net.jini.io.context with parameters of type AcknowledgmentSource.Listener
 boolean AcknowledgmentSource.addAcknowledgmentListener(AcknowledgmentSource.Listener listener)
          Registers the specified listener as interested in receiving an acknowledgment that the remote call's result data has been processed by the client.
 

Uses of AcknowledgmentSource.Listener in net.jini.jeri
 

Classes in net.jini.jeri that implement AcknowledgmentSource.Listener
private static class BasicObjectEndpoint.AckListener
          Holds a strong reference to a BasicObjectEndpoint until an acknowledgment has been received.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.