it.unimo.dbgroup.momis.tools
Interface TimeOutable

All Known Implementing Classes:
CorbaWrapperRS_impl, TimeOutManager_tester

public interface TimeOutable

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

setExpireTime

public void setExpireTime(java.util.Date expireTime)
Set the kill time for the object.


getExpireTime

public java.util.Date getExpireTime()
Get the kill time for the object.


kill

public void kill()
Method executed before removing the object from the time-out list.


getManager

public TimeOutManager getManager()
Method executed before removing the object from the time-out list.


setManager

public void setManager(TimeOutManager timeOutManager)
Method executed before removing the object from the time-out list.



Universita' di Modena e Reggio Emilia