public static class handle.Helper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private handle.WorkArea |
wa
The
handle.WorkArea instance. |
| Modifier | Constructor and Description |
|---|---|
private |
Helper(handle.WorkArea wa)
Create a new instance and associate the given WorkArea instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
removeResource(WrappedResource resource)
Remove the given resource from the context-local map of all resource.
|
private final handle.WorkArea wa
handle.WorkArea instance.private Helper(handle.WorkArea wa)
wa - The handle.WorkArea instance.public void removeResource(WrappedResource resource)
This method should be called by all wrapped resources when deleted,
that is all resources implementing WrappedResource interface.
resource - A resource instance to be removed.