org.objectweb.david.apis.binding
Class DavidDelegate

java.lang.Object
  extended byorg.omg.CORBA.portable.Delegate
      extended byorg.omg.CORBA_2_3.portable.Delegate
          extended byorg.objectweb.david.apis.binding.DavidDelegate
All Implemented Interfaces:
Reference
Direct Known Subclasses:
JDelegate

public abstract class DavidDelegate
extends org.omg.CORBA_2_3.portable.Delegate
implements Reference

Super type of all David delegates.

David delegates are both delegates in the CORBA sense, and references, namely, holders of a set of identifiers.


Constructor Summary
DavidDelegate()
           
 
Methods inherited from class org.omg.CORBA_2_3.portable.Delegate
get_codebase
 
Methods inherited from class org.omg.CORBA.portable.Delegate
create_request, create_request, duplicate, equals, get_domain_managers, get_interface_def, get_interface, get_policy, hash, hashCode, invoke, is_a, is_equivalent, is_local, non_existent, orb, release, releaseReply, request, request, servant_postinvoke, servant_preinvoke, set_policy_override, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jonathan.apis.binding.Reference
getIdentifiers, setIdentifiers
 

Constructor Detail

DavidDelegate

public DavidDelegate()