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

Packages that use RequestListener
org.jacorb.orb   
org.jacorb.orb.giop   
 

Uses of RequestListener in org.jacorb.orb
 

Methods in org.jacorb.orb that return RequestListener
 RequestListener BasicAdapter.getRequestListener()
           
 

Uses of RequestListener in org.jacorb.orb.giop
 

Classes in org.jacorb.orb.giop that implement RequestListener
 class NoBiDirClientRequestListener
           
 class ServerRequestListener
           
 

Methods in org.jacorb.orb.giop that return RequestListener
protected  RequestListener GIOPConnection.getRequestListener()
          Get the value of request_listener.
 

Methods in org.jacorb.orb.giop with parameters of type RequestListener
 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.setRequestListener(RequestListener listener)
          Set the value of request_listener.
 void ClientConnectionManager.setRequestListener(RequestListener listener)
           
 

Constructors in org.jacorb.orb.giop with parameters of type RequestListener
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)