Uses of Interface
org.omg.PortableServer.portable.Delegate

Packages that use Delegate
org.jacorb.orb   
org.omg.PortableServer   
 

Uses of Delegate in org.jacorb.orb
 

Classes in org.jacorb.orb that implement Delegate
 class ServantDelegate
          JacORB-specific implementation of PortableServer.Servant $Id: ServantDelegate.java,v 1.25 2005/06/01 11:26:00 andre.spiegel Exp $
 

Uses of Delegate in org.omg.PortableServer
 

Methods in org.omg.PortableServer that return Delegate
 Delegate Servant._get_delegate()
           
 

Methods in org.omg.PortableServer with parameters of type Delegate
 void Servant._set_delegate(Delegate delegate)