Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class fi.hut.tcm.jacob.conduits.Timeout

java.lang.Object
  |
  +--fi.hut.tcm.jacob.conduits.Transporter
        |
        +--fi.hut.tcm.jacob.conduits.MessageTransporter
              |
              +--fi.hut.tcm.jacob.conduits.Timeout

public final class Timeout
extends MessageTransporter
Timeout


Fields inherited from class fi.hut.tcm.jacob.conduits.Transporter
next
 
Method Summary
void cancel()
           
void finalize()
           
void init(Side at, Message message, long timeout)
           
static Timeout newTimeout(Side at, Message message, long timeout)
          Creates a new Timeout and schedules it by calling timerThread. schedule.
void reset()
           
 
Methods inherited from class fi.hut.tcm.jacob.conduits.MessageTransporter
at, at, at, at, finalize, getMessage, newMessageTransporter, proceed, setMessage
 
Methods inherited from class fi.hut.tcm.jacob.conduits.Transporter
at, at, at, at, proceed, run, setNext, start, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

newTimeout

protected static Timeout newTimeout(Side at,
                                    Message message,
                                    long timeout)
Creates a new Timeout and schedules it by calling timerThread. schedule.

init

protected void init(Side at,
                    Message message,
                    long timeout)

reset

protected void reset()

finalize

protected void finalize()
Overrides:
finalize in class MessageTransporter

cancel

protected void cancel()

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD