Package | Description |
---|---|
org.h2.util |
Modifier and Type | Field and Description |
---|---|
static HashSet<CloseWatcher> |
CloseWatcher.refs
The reference set.
|
Modifier and Type | Method and Description |
---|---|
static CloseWatcher |
CloseWatcher.pollUnclosed()
Check for an collected object.
|
static CloseWatcher |
CloseWatcher.register(Object o,
Closeable closeable,
boolean stackTrace)
Register an object.
|
Modifier and Type | Method and Description |
---|---|
static void |
CloseWatcher.unregister(CloseWatcher w)
Unregister an object, so it is no longer tracked.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.