ScheduleTimeout

public final class ScheduleTimeout extends Request

The ScheduleTimeout class.

Author:Cosmin Arad <cosmin@sics.se>, Jim Dowling <jdowling@sics.se>

Constructors

ScheduleTimeout

public ScheduleTimeout(long delay)

Instantiates a new schedule timeout.

Parameters:
  • delay – the delay

Methods

getDelay

public final long getDelay()

Gets the delay.

Returns:the delay

getTimeoutEvent

public final Timeout getTimeoutEvent()

Gets the timeout event.

Returns:the timeout event

setTimeoutEvent

public final void setTimeoutEvent(Timeout timeout)

Sets the timeout event.

Parameters:
  • timeout – the new timeout event