API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA_2_3.portable. Delegate View Source
Author(s)
OMG
Since
JDK1.2
Version
1.14 11/17/05
Serial
Hierarchy
 Object
      Delegate
          Delegate
Implements
Subclasses
Description
publicabstract abstract class Delegate
  Delegate class provides the ORB vendor specific implementation of CORBA object.
See also:    Delegate
Constructors
public Delegate ()
Methods
Hide/Show inherited methods
publicabstract Request create_request (Object obj, Context ctx, String operation, NVList arg_list, NamedValue result) [Inherited From Delegate]
  Creates a Request instance for use in the Dynamic Invocation Interface.
publicabstract Request create_request (Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) [Inherited From Delegate]
  Creates a Request instance for use in the Dynamic Invocation Interface.
publicabstract Object duplicate (Object obj) [Inherited From Delegate]
  Returns a duplicate of the object reference provided.
public boolean equals (Object self, Object obj) [Inherited From Delegate]
  Provides the implementation to override the equals(java.lang.Object obj) method of the delegating CORBA object.
public String get_codebase (Object self)
  Returns the codebase for object reference provided.
public DomainManager get_domain_managers (Object self) [Inherited From Delegate]
  Retrieves the DomainManagers of this object.
publicabstract Object get_interface_def (Object self) [Inherited From Delegate]
  Return an InterfaceDef for the object reference provided.
public Policy get_policy (Object self, int policy_type) [Inherited From Delegate]
  Returns the Policy object of the specified type which applies to this object.
publicabstract int hash (Object obj, int max) [Inherited From Delegate]
  Returns an ORB-internal identifier (hashcode) for this object reference.
public int hashCode (Object self) [Inherited From Delegate]
  Provides the implementation to override the hashCode() method of the delegating CORBA object.
public InputStream invoke (Object self, OutputStream output) throws ApplicationException RemarshalException [Inherited From Delegate]
  invoke is called by a stub to invoke an operation.
publicabstract boolean is_a (Object obj, String repository_id) [Inherited From Delegate]
  Checks if the object reference is an instance of the given interface.
publicabstract boolean is_equivalent (Object obj, Object other) [Inherited From Delegate]
  Determines if the two object references are equivalent.
public boolean is_local (Object self) [Inherited From Delegate]
  Returns true if this object is implemented by a local servant.
publicabstract boolean non_existent (Object obj) [Inherited From Delegate]
  Determines whether the server object for the object reference has been destroyed.
public ORB orb (Object obj) [Inherited From Delegate]
  Provides a reference to the orb associated with its parameter.
publicabstract void release (Object obj) [Inherited From Delegate]
  Releases resources associated with the object reference provided.
public void releaseReply (Object self, InputStream input) [Inherited From Delegate]
  releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.
publicabstract Request request (Object obj, String operation) [Inherited From Delegate]
  Creates a Request instance for use in the Dynamic Invocation Interface.
public OutputStream request (Object self, String operation, boolean responseExpected) [Inherited From Delegate]
  request is called by a stub to obtain an OutputStream for marshaling arguments.
public void servant_postinvoke (Object self, ServantObject servant) [Inherited From Delegate]
  servant_postinvoke() is invoked by the local stub after the operation has been invoked on the local servant.
public ServantObject servant_preinvoke (Object self, String operation, Class expectedType) [Inherited From Delegate]
  Returns a Java reference to the servant which should be used for this request.
public Object set_policy_override (Object self, Policy policies, SetOverrideType set_add) [Inherited From Delegate]
  Associates the policies passed in with a newly created object reference that it returns.
public String toString (Object self) [Inherited From Delegate]
  Provides the implementation to override the toString() method of the delegating CORBA object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar