org.omg.CosNaming
public abstract class NamingContextExtPOA extends Servant implements NamingContextExtOperations, InvokeHandler
Constructor and Description |
---|
NamingContextExtPOA() |
Modifier and Type | Method and Description |
---|---|
String[] |
_all_interfaces(POA poa,
byte[] object_ID)
Get the repository ids of all interfaces, supported by the
CORBA object, identified by the passed Id.
|
OutputStream |
_invoke(String method,
InputStream in,
ResponseHandler rh)
Invoke the object method.
|
NamingContextExt |
_this()
Get the CORBA object that delegates calls to this servant.
|
NamingContextExt |
_this(ORB orb)
Get the CORBA object that delegates calls to this servant.
|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolve_str, to_name, to_string, to_url
bind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbind
public NamingContextExtPOA()
public String[] _all_interfaces(POA poa, byte[] object_ID)
Servant
_all_interfaces
in class Servant
poa
- a POA of the given object.object_ID
- the object Id of the given object.public OutputStream _invoke(String method, InputStream in, ResponseHandler rh)
InvokeHandler
_invoke
in interface InvokeHandler
method
- the name of the method to invoke.in
- the input stream to read parameters from.rh
- the response handler, used for creating the reply.ResponseHandler
.
The response values are already written to that stream.public NamingContextExt _this()
public NamingContextExt _this(ORB orb)