API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA.portable. Delegate View Source
Author(s)
OMG
Since
Version
1.38 11/17/05
Serial
Hierarchy
 Object
      Delegate
Implements
Subclasses
Description
publicabstract abstract class Delegate
  Specifies a portable API for ORB-vendor-specific implementation of the org.omg.CORBA.Object methods.
See also:    Object
Constructors
public Delegate ()
Methods
Hide/Show inherited methods
publicabstract Request create_request (Object obj, Context ctx, String operation, NVList arg_list, NamedValue result)
  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)
  Creates a Request instance for use in the Dynamic Invocation Interface.
publicabstract Object duplicate (Object obj)
  Returns a duplicate of the object reference provided.
public boolean equals (Object self, Object obj)
  Provides the implementation to override the equals(java.lang.Object obj) method of the delegating CORBA object.
public DomainManager get_domain_managers (Object self)
  Retrieves the DomainManagers of this object.
publicabstract Object get_interface_def (Object self)
  Return an InterfaceDef for the object reference provided.
public Policy get_policy (Object self, int policy_type)
  Returns the Policy object of the specified type which applies to this object.
publicabstract int hash (Object obj, int max)
  Returns an ORB-internal identifier (hashcode) for this object reference.
public int hashCode (Object self)
  Provides the implementation to override the hashCode() method of the delegating CORBA object.
public InputStream invoke (Object self, OutputStream output) throws ApplicationException RemarshalException
  invoke is called by a stub to invoke an operation.
publicabstract boolean is_a (Object obj, String repository_id)
  Checks if the object reference is an instance of the given interface.
publicabstract boolean is_equivalent (Object obj, Object other)
  Determines if the two object references are equivalent.
public boolean is_local (Object self)
  Returns true if this object is implemented by a local servant.
publicabstract boolean non_existent (Object obj)
  Determines whether the server object for the object reference has been destroyed.
public ORB orb (Object obj)
  Provides a reference to the orb associated with its parameter.
publicabstract void release (Object obj)
  Releases resources associated with the object reference provided.
public void releaseReply (Object self, InputStream input)
  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)
  Creates a Request instance for use in the Dynamic Invocation Interface.
public OutputStream request (Object self, String operation, boolean responseExpected)
  request is called by a stub to obtain an OutputStream for marshaling arguments.
public void servant_postinvoke (Object self, ServantObject servant)
  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)
  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)
  Associates the policies passed in with a newly created object reference that it returns.
public String toString (Object self)
  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