public abstract class BindingIteratorPOA extends org.omg.PortableServer.Servant implements BindingIteratorOperations, org.omg.CORBA.portable.InvokeHandler
| Constructor and Description |
|---|
BindingIteratorPOA() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_all_interfaces(org.omg.PortableServer.POA poa,
byte[] object_ID)
Get the repository ids of all interfaces, supported by the
CORBA object, identified by the passed Id.
|
org.omg.CORBA.portable.OutputStream |
_invoke(java.lang.String method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler rh)
Call the required method.
|
BindingIterator |
_this()
Get the CORBA object that delegates calls to this servant.
|
BindingIterator |
_this(org.omg.CORBA.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_objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, next_n, next_onepublic BindingIteratorPOA()
public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] object_ID)
org.omg.PortableServer.Servant_all_interfaces in class org.omg.PortableServer.Servantpoa - a POA of the given object.object_ID - the object Id of the given object.public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String method, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler rh)
_invoke in interface org.omg.CORBA.portable.InvokeHandlermethod - 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 BindingIterator _this()
public BindingIterator _this(org.omg.CORBA.ORB orb)