Uses of Package
org.objectweb.jonathan.apis.binding

Packages that use org.objectweb.jonathan.apis.binding
org.objectweb.david.apis.binding Provides a class refining the org.omg.CORBA.portable.Delegate class as a Jonathan reference. 
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.binding.moa Provides a simple adapter implementation, as a table of objects. 
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.binding.soa Provides a simple adapter implementation, as a table of objects. 
org.objectweb.david.libs.stub_factories.std Provides classes implementing the default David stub factory. 
org.objectweb.jeremie.apis.binding Provides a set of basic interfaces for handling remote object identifiers (identifiers for java.rmi.Remote objects). 
org.objectweb.jeremie.apis.presentation Provides a set of basic interfaces for high-level presentations of remote method invocations. 
org.objectweb.jeremie.apis.stub_factories Provides an interface for Jeremie stub factories. 
org.objectweb.jeremie.libs.binding.jiop Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP. 
org.objectweb.jeremie.libs.presentation.std Provides a default implementation of a Jeremie marshaller factory. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
org.objectweb.jonathan.apis.binding Provides a set of classes and interfaces for application level identifiers, naming contexts and binders. 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
org.objectweb.jonathan.apis.stub_factories Provides an interface for stub factories. 
org.objectweb.jonathan.libs.binding Provides the default domain implementation. 
org.objectweb.jonathan.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jonathan.libs.binding.moa Provides classes implementing a minimal object adapter. 
org.objectweb.jonathan.libs.binding.soa Provides classes implementing an adaptor for a single object. 
org.objectweb.jonathan.libs.protocols.multicast_ip Provides an encapsulation of the IP multicast protocol 
org.objectweb.jonathan.libs.protocols.rtp Provides an implementation of the RTP protocol. 
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.david.apis.binding
Reference
          A Reference simply holds a set of identifiers.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.david.libs.binding.iiop
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.david.libs.binding.moa
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.david.libs.binding.orbs
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.david.libs.binding.orbs.echannel
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.david.libs.binding.orbs.iiop
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.david.libs.binding.soa
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.david.libs.stub_factories.std
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
Reference
          A Reference simply holds a set of identifiers.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jeremie.apis.binding
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
Reference
          A Reference simply holds a set of identifiers.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jeremie.apis.presentation
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jeremie.apis.stub_factories
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jeremie.libs.binding.jiop
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jeremie.libs.presentation.std
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jeremie.libs.stub_factories.std
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
Reference
          A Reference simply holds a set of identifiers.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.apis.binding
BindException
          BindException is a checked exception that indicates that an error occurred when trying to bind an interface.
ExportException
          ExportException is a checked exception that an interface could not be exported for some reason.
ForwardException
          ForwardException is a checked exception raised by bind or listen operations or to indicate that another reference should be used to designate the targeted object interface.
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.apis.protocols
BindException
          BindException is a checked exception that indicates that an error occurred when trying to bind an interface.
ExportException
          ExportException is a checked exception that an interface could not be exported for some reason.
ForwardException
          ForwardException is a checked exception raised by bind or listen operations or to indicate that another reference should be used to designate the targeted object interface.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.apis.stub_factories
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.libs.binding
ExportException
          ExportException is a checked exception that an interface could not be exported for some reason.
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.libs.binding.echannel
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.libs.binding.moa
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.libs.binding.soa
Identifier
          An identifier uniquely identifies an applicative object interface in a given naming context.
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.libs.protocols.multicast_ip
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.
 

Classes in org.objectweb.jonathan.apis.binding used by org.objectweb.jonathan.libs.protocols.rtp
NamingContext
          NamingContext is a specific sort of naming context used to create and manage names of type Identifier.