public final class AsynchronousFinalizer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AsynchronousFinalizer.Job
An interface to represent bodies of finalize methods.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
add(AsynchronousFinalizer.Job job)
Add a job to be executed asynchronously.
|
public static void add(AsynchronousFinalizer.Job job)
job - represents the body of some finalize method; must not be null.