|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--inria.net.lrmp.LrmpErrorEvent
encapsulates the information about an unrecoverable sequence error event. Such an event is generated if one of the following cases happened:
Field Summary | |
static int |
BufferOverrun
The error cause: out of buffer error, i.e., no enough buffer space. |
int |
cause
The error cause. |
LrmpEntity |
loser
The loser, generally the local user. |
int |
losts
The number of lost packets. |
static int |
MaxTriesReached
The error cause: maximum number of repair requests reached. |
static int |
SenderGone
The error cause: the sender is gone. |
static int |
SenderLost
The error cause: the sender is lost. |
int |
seqlost
The sequence number at which the error occured. |
LrmpSender |
source
The sender. |
protected long |
timeoutTime
the time to send last repair request. |
static int |
Unknown
The error cause: unknown. |
Constructor Summary | |
LrmpErrorEvent()
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int Unknown
public static final int BufferOverrun
public static final int MaxTriesReached
public static final int SenderLost
public static final int SenderGone
public LrmpSender source
public LrmpEntity loser
public int seqlost
public int losts
public int cause
protected long timeoutTime
Constructor Detail |
public LrmpErrorEvent()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.