|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
An agent that can be used to defer cleanup operations to a later time. Users much implement the HasCleanup interface.
| Field Summary | |
|---|---|
Set |
pending
|
| Constructor Summary | |
Janitor()
|
|
| Method Summary | |
|---|---|
void |
cleanup()
|
void |
register(HasCleanup object)
|
| Constructor Detail |
|---|
Janitor()
| Method Detail |
|---|
public void cleanup()
public void register(HasCleanup object)