See: Description
Interface | Description |
---|---|
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 . |
Exception | Description |
---|---|
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 |