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
          NoBiDirClientRequestListener.java Created: Sat Aug 18 11:47:12 2002
 class ServerRequestListener
          ServerRequestListener.java Created: Sun Aug 12 22:26:25 2002
 

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
 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)
           
 void GIOPConnection.setRequestListener(RequestListener v)
          Set the value of request_listener.
 void ClientConnectionManager.setRequestListener(RequestListener listener)
           
 

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