Uses of Interface
org.jacorb.orb.giop.ReplyListener

Packages that use ReplyListener
org.jacorb.orb.giop   
 

Uses of ReplyListener in org.jacorb.orb.giop
 

Classes in org.jacorb.orb.giop that implement ReplyListener
 class ClientConnection
          ClientConnection.java Created: Sat Aug 18 18:37:56 2002
 class NoBiDirServerReplyListener
          NoBiDirServerReplyListener.java Created: Sat Aug 18 17:12:10 2002
 

Methods in org.jacorb.orb.giop with parameters of type ReplyListener
 void GIOPConnection.setReplyListener(ReplyListener v)
          Set the value of reply_listener.
 ServerGIOPConnection GIOPConnectionManager.createServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 GIOPConnection GIOPConnectionManager.createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 

Constructors in org.jacorb.orb.giop with parameters of type ReplyListener
ServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider, GIOPConnectionManager manager)
           
GIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
           
ClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)