|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface that enables object to be handled in a time-out list.
| Method Summary | |
java.util.Date |
getExpireTime()
Get the kill time for the object. |
TimeOutManager |
getManager()
Method executed before removing the object from the time-out list. |
void |
kill()
Method executed before removing the object from the time-out list. |
void |
setExpireTime(java.util.Date expireTime)
Set the kill time for the object. |
void |
setManager(TimeOutManager timeOutManager)
Method executed before removing the object from the time-out list. |
| Method Detail |
public void setExpireTime(java.util.Date expireTime)
public java.util.Date getExpireTime()
public void kill()
public TimeOutManager getManager()
public void setManager(TimeOutManager timeOutManager)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||