org.jacorb.orb.giop
Class ServerRequestListener

java.lang.Object
  extended byorg.jacorb.orb.giop.ServerRequestListener
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, RequestListener

public class ServerRequestListener
extends java.lang.Object
implements RequestListener, org.apache.avalon.framework.configuration.Configurable

ServerRequestListener.java Created: Sun Aug 12 22:26:25 2002

Version:
$Id: ServerRequestListener.java,v 1.22 2005/09/27 19:24:27 francisco Exp $
Author:
Nicolas Noffke

Constructor Summary
ServerRequestListener(ORB orb, POA rootPOA)
           
 
Method Summary
 void cancelRequestReceived(byte[] request, GIOPConnection connection)
           
 void configure(org.apache.avalon.framework.configuration.Configuration myConfiguration)
           
 void locateRequestReceived(byte[] request, GIOPConnection connection)
           
 void requestReceived(byte[] request, GIOPConnection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRequestListener

public ServerRequestListener(ORB orb,
                             POA rootPOA)
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration myConfiguration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Throws:
org.apache.avalon.framework.configuration.ConfigurationException

requestReceived

public void requestReceived(byte[] request,
                            GIOPConnection connection)
Specified by:
requestReceived in interface RequestListener

locateRequestReceived

public void locateRequestReceived(byte[] request,
                                  GIOPConnection connection)
Specified by:
locateRequestReceived in interface RequestListener

cancelRequestReceived

public void cancelRequestReceived(byte[] request,
                                  GIOPConnection connection)
Specified by:
cancelRequestReceived in interface RequestListener