org.omg.CosNaming
public abstract class NamingContextPOA extends Servant implements NamingContextOperations, InvokeHandler
Since: 1.4
| Method Summary | |
|---|---|
| String[] | _all_interfaces(POA poa, byte[] object_ID) |
| OutputStream | _invoke(String method, InputStream in, ResponseHandler rh)
The server calls this method after receiving the request message from
client. |
| NamingContext | _this()
Get the CORBA object that delegates calls to this servant. |
| NamingContext | _this(ORB orb)
Get the CORBA object that delegates calls to this servant. |
UNKNOWN:
Parameters: method the method being invoked. in the stream to read parameters from. rh the handler to get a stream for writing a response.
Returns: the stream, returned by the handler.