API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. Object View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
Subinterfaces
Description
public interface Object
  The definition for a CORBA object reference.
See also:    ObjectImpl
Methods
Hide/Show inherited methods
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result)
  Creates a Request instance initialized with the given context, method name, list of arguments, and container for the method's return value.
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
  Creates a Request instance initialized with the given context, method name, list of arguments, container for the method's return value, list of possible exceptions, and list of context strings needing to be resolved.
public Object _duplicate ()
  Returns a duplicate of this CORBA object reference.
public DomainManager _get_domain_managers ()
  Retrieves the DomainManagers of this object.
public Object _get_interface_def ()
  Obtains an InterfaceDef for the object implementation referenced by this object reference.
public Policy _get_policy (int policy_type)
  Returns the Policy object of the specified type which applies to this object.
public int _hash (int maximum)
  Returns an ORB-internal identifier for this object reference.
public boolean _is_a (String repositoryIdentifier)
  Checks whether this object is an instance of a class that implements the given interface.
public boolean _is_equivalent (Object other)
  Determines whether the two object references are equivalent, so far as the ORB can easily determine.
public boolean _non_existent ()
  Determines whether the server object for this object reference has been destroyed.
public void _release ()
  Signals that the caller is done using this object reference, so internal ORB resources associated with this object reference can be released.
public Request _request (String operation)
  Creates a Request instance for use in the Dynamic Invocation Interface.
public Object _set_policy_override (Policy policies, SetOverrideType set_add)
  Returns a new Object with the given policies either replacing any existing policies in this Object or with the given policies added to the existing ones, depending on the value of the given SetOverrideType object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar