API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. LocalObject View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      LocalObject
Implements
 Object
Subclasses
Description
public class LocalObject
  Used as a base class for implementation of a local IDL interface in the Java language mapping.
Constructors
public LocalObject ()
Constructs a default LocalObject instance.
Methods
Hide/Show inherited methods
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result) [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts) [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public Object _duplicate () [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public DomainManager _get_domain_managers () [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.
public Object _get_interface_def () [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public Object _get_interface ()
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.
public Policy _get_policy (int policy_type) [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.
public int _hash (int maximum) [Specified in Object]
  Returns a hash value that is consistent for the lifetime of the object, using the given number as the maximum.
public InputStream _invoke (OutputStream output) throws ApplicationException RemarshalException
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public boolean _is_a (String repository_id) [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.
public boolean _is_equivalent (Object that) [Specified in Object]
  Determines whether the two object references are equivalent, so far as the ORB can easily determine.
public boolean _is_local ()
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public boolean _non_existent () [Specified in Object]
  Always returns false.
public ORB _orb ()
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public void _release () [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public void _releaseReply (InputStream input)
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public Request _request (String operation) [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public OutputStream _request (String operation, boolean responseExpected)
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public void _servant_postinvoke (ServantObject servant)
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public ServantObject _servant_preinvoke (String operation, Class expectedType)
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the org.omg.CORBA.Object method.
public Object _set_policy_override (Policy policies, SetOverrideType set_add) [Specified in Object]
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.
public boolean validate_connection ()
  Throws an org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar