API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA.portable. ObjectImpl View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ObjectImpl
Implements
 Object
Subclasses
Description
publicabstract abstract class ObjectImpl
  The common base class for all stub classes; provides default implementations of the org.omg.CORBA.Object methods.
See also:   
Constructors
public ObjectImpl ()
Methods
Hide/Show inherited methods
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result) [Specified in Object]
  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) [Specified in Object]
  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 () [Specified in Object]
  Returns a duplicate of this ObjectImpl object.
public Delegate _get_delegate ()
  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 () [Specified in Object]
  Retrieves a list of the domain managers for this ObjectImpl object.
public Object _get_interface_def () [Specified in Object]
  Retrieves the interface definition for this ObjectImpl object.
public Policy _get_policy (int policy_type) [Specified in Object]
  Retrieves the Policy object for this ObjectImpl object that has the given policy type.
public int _hash (int maximum) [Specified in Object]
  Retrieves the hash code that serves as an ORB-internal identifier for this ObjectImpl object.
publicabstract String _ids ()
  Retrieves a string array containing the repository identifiers supported by this ObjectImpl object.
public InputStream _invoke (OutputStream output) throws ApplicationException RemarshalException
  Invokes an operation and returns an InputStream object for reading the response.
public boolean _is_a (String repository_id) [Specified in Object]
  Checks whether the object identified by the given repository identifier is an ObjectImpl object.
public boolean _is_equivalent (Object that) [Specified in Object]
  Checks whether the the given ObjectImpl object is equivalent to this ObjectImpl object.
public boolean _is_local ()
  Checks whether this ObjectImpl object is implemented by a local servant.
public boolean _non_existent () [Specified in Object]
  Checks whether the server object for this ObjectImpl object has been destroyed.
public ORB _orb ()
  Returns a reference to the ORB associated with this object and its delegate.
public void _release () [Specified in Object]
Releases the resources associated with this ObjectImpl object.
public void _releaseReply (InputStream input)
  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) [Specified in Object]
  Creates a Request object containing the given method that can be used with the Dynamic Invocation Interface.
public OutputStream _request (String operation, boolean responseExpected)
  Returns an OutputStream object to use for marshalling the arguments of the given method.
public void _servant_postinvoke (ServantObject servant)
  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)
  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)
  Sets the Delegate for this ObjectImpl instance to the given Delegate object.
public Object _set_policy_override (Policy policies, SetOverrideType set_add) [Specified in Object]
  Sets this ObjectImpl object's override type for the given policies to the given instance of SetOverrideType.
public boolean equals (Object obj)
  Compares this ObjectImpl object with the given one for equality.
public int hashCode ()
  Returns the hash code for this ObjectImpl object.
public String toString ()
  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