162163164165166167168169170171172
if (o == null) return 0; Timeout t = (Timeout) o; return t.timeout(); } /** * @return the type of this message. */