API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.PortableServer.portable. Delegate View Source
Author(s)
Since
Version
Serial
Hierarchy
 Delegate
Subinterfaces
Description
public interface Delegate
  The portability package contains interfaces and classes that are designed for and intended to be used by ORB implementor.
See also:   
Methods
Hide/Show inherited methods
public POA default_POA (Servant Self)
  The default behavior of this function is to return the root POA from the ORB instance associated with the servant.
public Object get_interface_def (Servant self)
  This operation returns an object in the Interface Repository which provides type information that may be useful to a program.
public boolean is_a (Servant Self, String Repository_Id)
  This method checks to see if the specified repid is present on the list returned by _all_interfaces() or is the repository id for the generic CORBA Object.
public boolean non_existent (Servant Self)
  This operation is used to check for the existence of the Object.
public byte object_id (Servant Self)
  The method _object_id() is equivalent to calling PortableServer::Current::get_object_id.
public ORB orb (Servant Self)
  Convenience method that returns the instance of the ORB currently associated with the Servant.
public POA poa (Servant Self)
  The method _poa() is equivalent to calling PortableServer::Current:get_POA.
public Object this_object (Servant Self)
  This allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar