Interface | Description |
---|---|
NIC |
The
NIC interface provides the ability to lookup network
state information given a key. |
SaeId |
The
SaeId interface is used to identify an Sae machine. |
SaeLocator |
The
SaeLocator interface provides the ability to lookup SAE
information given different types of keys. |
Class | Description |
---|---|
CorbaRefSaeId |
The
CorbaRefSaeId class is a specialized version of the SaeId
that identifies the Sae based on it CORBA reference. |
NicFactory |
The
NicFactory is used to access all the NIC
components that are configured in the current gateway. |
NicKey |
The
NicKey represents the key object passed to all the
lookup methods defined in the NIC or the SaeLocator interface. |
NicValue |
The
NicValue is the type returned from one of the lookup
methods defined in the NIC or the SaeLocator interface. |
Exception | Description |
---|---|
AmbiguousKeyException |
The exception thrown by a NIC or Sae locator component if a key
object (provided to one of the lookup methods) does not uniquely
identify a value and the NIC component does not allow ambiguity.
|
NicException |
The superclass of all the exceptions that are thrown by NIC components.
|
NicInternalException |
The exception thrown by NIC components for any unforseen errors
that can occur during resolution (such as: errors in
communicating with a network NIC server or a network node).
|