public interface AvalonDestroyable
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys this instance and release all its resources (pointers, files,
etc).
|
long |
lastAccessTime()
Returns the time stamp of the last access in milliseconds.
|
void |
touch()
Touches this instance and reset the last access time telling to any other
that this instance is still active, although no method was called.
|
long lastAccessTime()
void destroy() throws AoException
AoException
- if the object destroy failedvoid touch() throws AoException
AoException
- if touch fails