Uses of Interface
org.objectweb.david.libs.binding.orbs.Constants

Packages that use Constants
org.objectweb.david.libs.binding.orbs Provides a set of (abstract) classes implementing a CORBA environment: any, typecodes, the protocol-independent parts of ORBs. 
org.objectweb.david.libs.binding.orbs.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.david.libs.binding.orbs.iiop Provides an CORBA-compliant IIOP ORB implementation. 
org.objectweb.david.libs.helpers Provides some helper classes, in particular, the javax.rmi.CORBA.UtilDelegate implementation to be used with RMI/IIOP. 
org.objectweb.david.libs.stub_factories.rmi Provides an implementation of the javax.rmi.CORBA.StubDelegate interface. 
 

Uses of Constants in org.objectweb.david.libs.binding.orbs
 

Classes in org.objectweb.david.libs.binding.orbs that implement Constants
 class DelegationORB
           
 class ORBClass
          This class is an extension of the standard CORBA ORB class, implementing the protocol independent features of a CORBA ORB.
 class ORBSingletonClass
          ORBSingleton class for David.
 

Uses of Constants in org.objectweb.david.libs.binding.orbs.echannel
 

Classes in org.objectweb.david.libs.binding.orbs.echannel that implement Constants
 class EventChannelFactory
          The EventChannelFactory service allows the construction of EventChannels providing best-effort unreliable and unordered event dissemination.
 

Uses of Constants in org.objectweb.david.libs.binding.orbs.iiop
 

Classes in org.objectweb.david.libs.binding.orbs.iiop that implement Constants
 class IIOPORB
           
 class ORBImpl
          Encapsulates a IIOPBinder instance under a CORBA compliant interface, by extending ORBClass.
 

Uses of Constants in org.objectweb.david.libs.helpers
 

Classes in org.objectweb.david.libs.helpers that implement Constants
 class RMIUtilDelegate
          Delegate class for javax.rmi.CORBA.Util.
 

Uses of Constants in org.objectweb.david.libs.stub_factories.rmi
 

Classes in org.objectweb.david.libs.stub_factories.rmi that implement Constants
 class StubDelegate
          This class provides an implementation for StubDelegate.