API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.PortableServer. DynamicImplementation View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      Servant
          DynamicImplementation
Implements
Subclasses
Description
publicabstract abstract class DynamicImplementation
  Allows dynamic handling of object invocations.
See also:   
Constructors
public DynamicImplementation ()
Methods
Hide/Show inherited methods
publicabstract String _all_interfaces (POA poa, byte[] objectId) [Inherited From Servant]
  Used by the ORB to obtain complete type information from the servant.
public POA _default_POA () [Inherited From Servant]
  Returns the root POA from the ORB instance associated with the servant.
publicfinal Delegate _get_delegate () [Inherited From Servant]
  Gets the ORB vendor-specific implementation of PortableServer::Servant.
public Object _get_interface_def () [Inherited From Servant]
  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) [Inherited From Servant]
  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 () [Inherited From Servant]
  Checks for the existence of an Object.
publicfinal byte _object_id () [Inherited From Servant]
  Allows easy execution of common methods, equivalent to calling PortableServer::Current::get_object_id.
publicfinal ORB _orb () [Inherited From Servant]
  Returns the instance of the ORB currently associated with the Servant (convenience method).
publicfinal POA _poa () [Inherited From Servant]
  Allows easy execution of common methods, equivalent to PortableServer::Current:get_POA.
publicfinal void _set_delegate (Delegate delegate) [Inherited From Servant]
  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 () [Inherited From Servant]
  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) [Inherited From Servant]
  Allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request.
publicabstract void invoke (ServerRequest request)
  Receives requests issued to any CORBA object incarnated by the DSI servant and performs the processing necessary to execute the request.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar