Package | Description |
---|---|
org.h2.util |
Internal utility classes.
|
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 © 2020 JBoss by Red Hat. All rights reserved.