public abstract class _NamingContextExtImplBase extends _NamingContextImplBase implements NamingContextExt, InvokeHandler
| Constructor and Description |
|---|
_NamingContextExtImplBase() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids()
Return the array of repository ids for this object.
|
OutputStream |
_invoke(String method,
InputStream in,
ResponseHandler rh)
The server calls this method after receiving the request message
from client.
|
void |
invoke(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, waitresolve_str, to_name, to_string, to_urlbind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbind_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic _NamingContextExtImplBase()
public String[] _ids()
NamingContext and
for NamingContextExt._ids in class _NamingContextImplBasepublic OutputStream _invoke(String method, InputStream in, ResponseHandler rh)
_NamingContextImplBase_invoke in interface InvokeHandler_invoke in class _NamingContextImplBasemethod - the method being invoked.in - the stream to read parameters from.rh - the handler to get a stream for writing a response.public void invoke(ServerRequest request)
_invoke(java.lang.String, org.omg.CORBA.portable.InputStream, org.omg.CORBA.portable.ResponseHandler).invoke in class _NamingContextImplBaserequest - a server request.