H - The handle used by the HandleDirectory.REF - The type of the objects to which the handles reference to.public interface HandleDirectory<H,REF> extends HandleLookup<H,REF>
| Modifier and Type | Method and Description |
|---|---|
<T extends REF> |
handleReferences()
Retrieves a list of all known objects for which there is a handle.
|
Set<H> |
handles()
Retrieves a list of all known handles managed by the implementing
component.
|
hasHandle, lookupHandle, removeHandleSet<H> handles()
<T extends REF> Collection<T> handleReferences()
Copyright © 2017. All rights reserved.