solar.service.transport
Class PastryMessage
java.lang.Object
|
+--rice.pastry.messaging.Message
|
+--solar.service.transport.PastryMessage
- All Implemented Interfaces:
- java.io.Serializable
- class PastryMessage
- extends rice.pastry.messaging.Message
Message object to route through Pastry substrate.
- Version:
- $Id: PastryMessage.java,v 1.4 2003/09/24 03:56:17 glchen Exp $
- Author:
- Guanling Chen
Fields inherited from class rice.pastry.messaging.Message |
|
Methods inherited from class rice.pastry.messaging.Message |
getCredentials, getDate, getDestination, getSenderId, getStream, hasPriority, setPriority, setSenderId, stamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_bytes
protected byte[] _bytes
_adu
protected Adu _adu
_header
protected Header _header
PastryMessage
public PastryMessage(byte[] data,
rice.pastry.messaging.Address dest)
PastryMessage
public PastryMessage(Adu adu,
rice.pastry.messaging.Address dest)
setHeader
public void setHeader(Header header)
getHeader
public Header getHeader()
getBytes
public byte[] getBytes()
getAdu
public Adu getAdu()