public class ServerRequestListener extends java.lang.Object implements RequestListener, org.jacorb.config.Configurable
| Constructor and Description |
|---|
ServerRequestListener(ORB orb,
POA rootPOA) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRequestReceived(byte[] request,
GIOPConnection connection) |
void |
configure(org.jacorb.config.Configuration myConfiguration) |
void |
locateRequestReceived(byte[] request,
GIOPConnection connection) |
void |
requestReceived(byte[] request,
GIOPConnection connection) |
public void configure(org.jacorb.config.Configuration myConfiguration)
throws org.jacorb.config.ConfigurationException
configure in interface org.jacorb.config.Configurableorg.jacorb.config.ConfigurationExceptionpublic void requestReceived(byte[] request,
GIOPConnection connection)
requestReceived in interface RequestListenerpublic void locateRequestReceived(byte[] request,
GIOPConnection connection)
locateRequestReceived in interface RequestListenerpublic void cancelRequestReceived(byte[] request,
GIOPConnection connection)
cancelRequestReceived in interface RequestListener