public abstract class _BindingIteratorImplBase extends org.omg.CORBA.DynamicImplementation implements BindingIterator, org.omg.CORBA.portable.InvokeHandler
| Constructor and Description |
|---|
_BindingIteratorImplBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids()
Return the list of repository ids.
|
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.
|
void |
invoke(org.omg.CORBA.ServerRequest request)
The obsolete invocation using server request.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdestroy, next_n, next_onepublic _BindingIteratorImplBase()
public java.lang.String[] _ids()
_ids in class org.omg.CORBA.DynamicImplementationpublic 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 void invoke(org.omg.CORBA.ServerRequest request)
_invoke(java.lang.String, org.omg.CORBA.portable.InputStream, org.omg.CORBA.portable.ResponseHandler).invoke in class org.omg.CORBA.DynamicImplementationrequest - a server request.