Package org.objectweb.jonathan.binding.api

Provides a set of classes and interfaces for application level identifiers, naming contexts and binders.

Interface Summary

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.
Reference A Reference simply holds a set of identifiers.

Class Summary

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.
Provides a set of classes and interfaces for application level identifiers, naming contexts and binders.