API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CosNaming. _NamingContextImplBase View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ObjectImpl
          DynamicImplementation
              _NamingContextImplBase
Implements
 NamingContext
Subclasses
Description
publicabstract abstract class _NamingContextImplBase
See also:   
Constructors
public _NamingContextImplBase ()
Methods
Hide/Show inherited methods
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result) [Inherited From ObjectImpl]
  Creates a Request object that contains the given context, method, argument list, and container for the result.
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts) [Inherited From ObjectImpl]
  Creates a Request object that contains the given context, method, argument list, container for the result, exceptions, and list of property names to be used in resolving the context strings.
public Object _duplicate () [Inherited From ObjectImpl]
  Returns a duplicate of this ObjectImpl object.
public Delegate _get_delegate () [Inherited From ObjectImpl]
  Retrieves the reference to the vendor-specific Delegate object to which this ObjectImpl object delegates all methods invoked on it.
public DomainManager _get_domain_managers () [Inherited From ObjectImpl]
  Retrieves a list of the domain managers for this ObjectImpl object.
public Object _get_interface_def () [Inherited From ObjectImpl]
  Retrieves the interface definition for this ObjectImpl object.
public Policy _get_policy (int policy_type) [Inherited From ObjectImpl]
  Retrieves the Policy object for this ObjectImpl object that has the given policy type.
public int _hash (int maximum) [Inherited From ObjectImpl]
  Retrieves the hash code that serves as an ORB-internal identifier for this ObjectImpl object.
public String _ids () [Overrides DynamicImplementation] [Specified in ObjectImpl]
public InputStream _invoke (OutputStream output) throws ApplicationException RemarshalException [Inherited From ObjectImpl]
  Invokes an operation and returns an InputStream object for reading the response.
public boolean _is_a (String repository_id) [Inherited From ObjectImpl]
  Checks whether the object identified by the given repository identifier is an ObjectImpl object.
public boolean _is_equivalent (Object that) [Inherited From ObjectImpl]
  Checks whether the the given ObjectImpl object is equivalent to this ObjectImpl object.
public boolean _is_local () [Inherited From ObjectImpl]
  Checks whether this ObjectImpl object is implemented by a local servant.
public boolean _non_existent () [Inherited From ObjectImpl]
  Checks whether the server object for this ObjectImpl object has been destroyed.
public ORB _orb () [Inherited From ObjectImpl]
  Returns a reference to the ORB associated with this object and its delegate.
public void _release () [Inherited From ObjectImpl]
Releases the resources associated with this ObjectImpl object.
public void _releaseReply (InputStream input) [Inherited From ObjectImpl]
  Releases the given reply stream back to the ORB when unmarshalling has completed after a call to the method _invoke.
public Request _request (String operation) [Inherited From ObjectImpl]
  Creates a Request object containing the given method that can be used with the Dynamic Invocation Interface.
public OutputStream _request (String operation, boolean responseExpected) [Inherited From ObjectImpl]
  Returns an OutputStream object to use for marshalling the arguments of the given method.
public void _servant_postinvoke (ServantObject servant) [Inherited From ObjectImpl]
  Is called by the local stub after it has invoked an operation on the local servant that was previously retrieved from a call to the method _servant_preinvoke.
public ServantObject _servant_preinvoke (String operation, Class expectedType) [Inherited From ObjectImpl]
  Returns a Java reference to the local servant that should be used for sending a request for the method specified.
public void _set_delegate (Delegate delegate) [Inherited From ObjectImpl]
  Sets the Delegate for this ObjectImpl instance to the given Delegate object.
public Object _set_policy_override (Policy policies, SetOverrideType set_add) [Inherited From ObjectImpl]
  Sets this ObjectImpl object's override type for the given policies to the given instance of SetOverrideType.
public boolean equals (Object obj) [Inherited From ObjectImpl]
  Compares this ObjectImpl object with the given one for equality.
public int hashCode () [Inherited From ObjectImpl]
  Returns the hash code for this ObjectImpl object.
public void invoke (ServerRequest r) [Overrides DynamicImplementation]
public String toString () [Inherited From ObjectImpl]
  Returns a String object that represents this ObjectImpl object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar