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
           
 class NoBiDirServerReplyListener
           
 

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

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