API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.PortableServer. Servant View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      Servant
Implements
Subclasses
Description
publicabstract abstract class Servant
  Defines the native Servant type.
See also:   
Constructors
public Servant ()
Methods
Hide/Show inherited methods
publicabstract String _all_interfaces (POA poa, byte[] objectId)
  Used by the ORB to obtain complete type information from the servant.
public POA _default_POA ()
  Returns the root POA from the ORB instance associated with the servant.
publicfinal Delegate _get_delegate ()
  Gets the ORB vendor-specific implementation of PortableServer::Servant.
public Object _get_interface_def ()
  Returns an InterfaceDef object as a CORBA::Object that defines the runtime type of the CORBA::Object implemented by the Servant.
public boolean _is_a (String repository_id)
  Checks to see if the specified repository_id is present on the list returned by _all_interfaces() or is the repository_id for the generic CORBA Object.
public boolean _non_existent ()
  Checks for the existence of an Object.
publicfinal byte _object_id ()
  Allows easy execution of common methods, equivalent to calling PortableServer::Current::get_object_id.
publicfinal ORB _orb ()
  Returns the instance of the ORB currently associated with the Servant (convenience method).
publicfinal POA _poa ()
  Allows easy execution of common methods, equivalent to PortableServer::Current:get_POA.
publicfinal void _set_delegate (Delegate delegate)
  Supports the Java ORB portability interfaces by providing a method for classes that support ORB portability through delegation to set their delegate.
publicfinal Object _this_object ()
  Allows the servant to obtain the object reference for the target CORBA object it is incarnating for that request.
publicfinal Object _this_object (ORB orb)
  Allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar