| 
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrice.pastry.messaging.Message
rice.pastry.socket.messaging.SocketMessage
rice.pastry.socket.messaging.DatagramMessage
rice.pastry.socket.messaging.WrongEpochMessage
Class which represents a "ping" message sent through the socket pastry system.
| Field Summary | |
protected  EpochInetSocketAddress | 
correct
DESCRIBE THE FIELD  | 
protected  EpochInetSocketAddress | 
incorrect
DESCRIBE THE FIELD  | 
| Fields inherited from class rice.pastry.socket.messaging.DatagramMessage | 
inbound, outbound, start | 
| Fields inherited from class rice.pastry.messaging.Message | 
DEFAULT_PRIORITY_LEVEL | 
| Constructor Summary | |
WrongEpochMessage(SourceRoute outbound,
                  SourceRoute inbound,
                  EpochInetSocketAddress incorrect,
                  EpochInetSocketAddress correct)
Constructor  | 
|
| Method Summary | |
 EpochInetSocketAddress | 
getCorrect()
Gets the Correct attribute of the WrongEpochMessage object  | 
 EpochInetSocketAddress | 
getIncorrect()
Gets the Incorrect attribute of the WrongEpochMessage object  | 
 java.lang.String | 
toString()
DESCRIBE THE METHOD  | 
| Methods inherited from class rice.pastry.socket.messaging.DatagramMessage | 
getInboundPath, getOutboundPath, getStartTime | 
| Methods inherited from class rice.pastry.messaging.Message | 
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, getStream, setPriority, setSender, stamp | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
protected EpochInetSocketAddress incorrect
protected EpochInetSocketAddress correct
| Constructor Detail | 
public WrongEpochMessage(SourceRoute outbound,
                         SourceRoute inbound,
                         EpochInetSocketAddress incorrect,
                         EpochInetSocketAddress correct)
outbound - DESCRIBE THE PARAMETERinbound - DESCRIBE THE PARAMETERincorrect - DESCRIBE THE PARAMETERcorrect - DESCRIBE THE PARAMETER| Method Detail | 
public EpochInetSocketAddress getIncorrect()
public EpochInetSocketAddress getCorrect()
public java.lang.String toString()
  | 
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||