Modifier and Type | Method and Description |
---|---|
SaeId |
lookupSae(NicKey key)
Returns the SaeId associated with the passed-in key object.
|
SaeId[] |
lookupSaes(NicKey key)
Returns the set of SAEs associated with the passed-in key object.
|
destroy, getManagement, invalidateLookup, lookup, lookup, lookupSingle
SaeId lookupSae(NicKey key) throws java.lang.IllegalArgumentException, AmbiguousKeyException, NicInternalException
If no associated Sae was found, the method returns null. If multiple Saes are found, the SaeLocator chooses one value to return to the caller.
the
- key objectjava.lang.IllegalArgumentException
- if the key object is not
of the expected typeAmbiguousKeyException
- if the key object does not
uniquely identify one value and the NIC implmenetation
expects it to.NicInternalException
- for any other exceptionsSaeId[] lookupSaes(NicKey key) throws java.lang.IllegalArgumentException, NicInternalException
key
- NicKey - the key objectjava.lang.IllegalArgumentException
- if the key object is not of the
expected typeNicInternalException
- for any other exceptions