Uses of Class
org.objectweb.david.apis.binding.DavidDelegate

Packages that use DavidDelegate
org.objectweb.david.apis.binding Provides a class refining the org.omg.CORBA.portable.Delegate class as a Jonathan reference. 
org.objectweb.david.libs.stub_factories.std Provides classes implementing the default David stub factory. 
 

Uses of DavidDelegate in org.objectweb.david.apis.binding
 

Methods in org.objectweb.david.apis.binding that return DavidDelegate
 DavidDelegate DelegateFactory.newDelegate(org.omg.CORBA.portable.ObjectImpl implementation)
          Returns the delegate of the provided implementation.
 

Uses of DavidDelegate in org.objectweb.david.libs.stub_factories.std
 

Subclasses of DavidDelegate in org.objectweb.david.libs.stub_factories.std
 class JDelegate
          Base class for delegates.
 class JStubFactory.ClientDelegate
          Type of the client-side delegates.
 class ServerDelegate
          Class for server-side delegates.
 

Methods in org.objectweb.david.libs.stub_factories.std that return DavidDelegate
 DavidDelegate JDelegateFactory.newDelegate(org.omg.CORBA.portable.ObjectImpl implementation)
          Creates a new delegate for implementation.