Rice Pastry API

Serialized Form

Class rice.p2p.scribe.messaging.AbstractSubscribeMessage implements Serializable

Serialized Fields

id

int id
The id of this subscribe message


Class rice.pastry.wire.messaging.datagram.AcknowledgementMessage implements Serializable

Serialized Fields

address

java.net.InetSocketAddress address


Class rice.p2p.scribe.messaging.AnycastMessage implements Serializable

Serialized Fields

content

rice.p2p.scribe.ScribeContent content
the content of this message


visited

java.util.Vector visited
the list of nodes which we have visited


toVisit

java.util.LinkedList toVisit
the list of nodes which we are going to visit


Class rice.pastry.leafset.BroadcastLeafSet implements Serializable

Serialized Fields

fromNode

rice.pastry.NodeHandle fromNode

theLeafSet

rice.pastry.leafset.LeafSet theLeafSet

theType

int theType


Class rice.pastry.routing.BroadcastRouteRow implements Serializable

Serialized Fields

fromNode

rice.pastry.NodeHandle fromNode

row

rice.pastry.routing.RouteSet[] row


Class rice.p2p.past.messaging.CacheMessage implements Serializable

Serialized Fields

content

rice.p2p.past.PastContent content


Class rice.p2p.past.ContentHashPastContent implements Serializable

Serialized Fields

myId

rice.p2p.commonapi.Id myId


Class rice.p2p.past.ContentHashPastContentHandle implements Serializable

Serialized Fields

storageNode

rice.p2p.commonapi.NodeHandle storageNode

myId

rice.p2p.commonapi.Id myId


Class rice.p2p.past.messaging.ContinuationMessage implements Serializable

Serialized Fields

response

java.lang.Object response

exception

java.lang.Exception exception


Class rice.pastry.wire.messaging.datagram.DatagramMessage implements Serializable

Serialized Fields

num

int num

source

rice.pastry.NodeId source

destination

rice.pastry.NodeId destination


Class rice.pastry.wire.messaging.datagram.DatagramTransportMessage implements Serializable

Serialized Fields

o

java.lang.Object o


Class rice.pastry.wire.exception.DeserializationException implements Serializable


Class rice.pastry.direct.DirectNodeHandle implements Serializable

Serialized Fields

remoteNode

rice.pastry.PastryNode remoteNode

simulator

rice.pastry.direct.NetworkSimulator simulator


Class rice.scribe.testing.DirectScribeMaintenanceTest.TestAnycastMessage implements Serializable


Class rice.pastry.wire.messaging.socket.DisconnectMessage implements Serializable


Class rice.pastry.dist.DistNodeHandle implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Overridden in order to restore default values for all of the variables concerning node distance, status, etc...

Serialized Fields

nodeId

rice.pastry.NodeId nodeId

address

java.net.InetSocketAddress address


Class rice.past.testing.DistPASTRegrTest.TestFailedException implements Serializable


Class rice.rm.testing.DistRMRegrTestMessage implements Serializable


Class rice.rm.testing.DistRMRegrTestReplicateMessage implements Serializable


Class rice.scribe.testing.DistScribeRegrTestMessage implements Serializable


Class rice.p2p.scribe.messaging.DropMessage implements Serializable


Class rice.p2p.past.messaging.FetchHandleMessage implements Serializable

Serialized Fields

id

rice.p2p.commonapi.Id id


Class rice.p2p.past.messaging.FetchMessage implements Serializable

Serialized Fields

handle

rice.p2p.past.PastContentHandle handle

cached

boolean cached


Class rice.rm.testing.HeartbeatMsg implements Serializable

Serialized Fields

objectKey

rice.pastry.Id objectKey


Class rice.pastry.wire.messaging.socket.HelloMessage implements Serializable

Serialized Fields

address

java.net.InetSocketAddress address

nodeId

rice.pastry.NodeId nodeId

dest

rice.pastry.NodeId dest


Class rice.pastry.wire.messaging.socket.HelloResponseMessage implements Serializable

Serialized Fields

address

java.net.InetSocketAddress address

nodeId

rice.pastry.NodeId nodeId

dest

rice.pastry.NodeId dest


Class rice.pastry.Id implements Serializable

Serialized Fields

Id

int[] Id


Class rice.pastry.Id.Distance implements Serializable

Serialized Fields

difference

int[] difference


Class rice.pastry.IdRange implements Serializable

Serialized Fields

empty

boolean empty

ccw

rice.pastry.Id ccw

cw

rice.pastry.Id cw


Class rice.pastry.IdSet implements Serializable

Serialized Fields

idSet

java.util.TreeSet idSet

cachedHash

rice.pastry.Id cachedHash

validHash

boolean validHash


Class rice.pastry.wire.exception.ImproperlyFormattedMessageException implements Serializable


Class rice.pastry.join.InitiateJoin implements Serializable

Serialized Fields

handle

rice.pastry.NodeHandle handle


Class rice.pastry.leafset.InitiateLeafSetMaintenance implements Serializable


Class rice.pastry.routing.InitiateRouteSetMaintenance implements Serializable


Class rice.p2p.past.messaging.InsertMessage implements Serializable

Serialized Fields

content

rice.p2p.past.PastContent content


Class rice.rm.testing.InsertMsg implements Serializable

Serialized Fields

objectKey

rice.pastry.Id objectKey

object

java.lang.Object object
The object that needs to be inserted.


Class rice.rm.testing.InsertResponseMsg implements Serializable

Serialized Fields

objectKey

rice.pastry.Id objectKey


Class rice.rm.testing.InvariantCheckMsg implements Serializable


Class rice.pastry.join.JoinAddress implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException


Class rice.pastry.join.JoinRequest implements Serializable

Serialized Fields

handle

rice.pastry.NodeHandle handle

joinHandle

rice.pastry.NodeHandle joinHandle

rowCount

int rowCount

rows

rice.pastry.routing.RouteSet[][] rows

leafSet

rice.pastry.leafset.LeafSet leafSet


Class rice.pastry.leafset.LeafSet implements Serializable

Serialized Fields

baseId

rice.pastry.NodeId baseId

baseHandle

rice.pastry.NodeHandle baseHandle

cwSet

rice.pastry.leafset.SimilarSet cwSet

ccwSet

rice.pastry.leafset.SimilarSet ccwSet

theSize

int theSize


Class rice.pastry.leafset.LeafSetProtocolAddress implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException


Class rice.pastry.wire.messaging.socket.LeafSetRequestMessage implements Serializable


Class rice.pastry.wire.messaging.socket.LeafSetResponseMessage implements Serializable

Serialized Fields

leafset

rice.pastry.leafset.LeafSet leafset


Class rice.pastry.testing.LeafSetTest.TestNodeHandle implements Serializable

Serialized Fields

id

rice.pastry.NodeId id


Class rice.pastry.LocalNode implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Called on deserialization. Adds itself to a pending-setLocalNode list. This list is in a static (global) hash, indexed by the ObjectInputStream. Refer to README.handles_localnode for details.


Class rice.p2p.past.messaging.LookupHandlesMessage implements Serializable

Serialized Fields

id

rice.p2p.commonapi.Id id

max

int max


Class rice.p2p.past.messaging.LookupMessage implements Serializable

Serialized Fields

id

rice.p2p.commonapi.Id id

cached

boolean cached

handle

rice.p2p.commonapi.NodeHandle handle


Class rice.pastry.messaging.Message implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

destination

rice.pastry.messaging.Address destination

senderId

rice.pastry.NodeId senderId

priority

boolean priority


Class rice.scribe.messaging.MessageAckOnSubscribe implements Serializable


Class rice.scribe.messaging.MessageAnycast implements Serializable

Serialized Fields

send_to

java.util.Vector send_to
Holds the list of NodeHandles to send to (used for DFS)


already_seen

java.util.Vector already_seen
Holds the list of NodeHandles already examined (used for DFS)


c

rice.pastry.security.Credentials c
Credentials


Class rice.scribe.messaging.MessageCreate implements Serializable


Class rice.past.messaging.MessageExists implements Serializable

Serialized Fields

_exists

boolean _exists
Deprecated. 
Content to be returned


Class rice.past.messaging.MessageFetch implements Serializable

Serialized Fields

_content

java.io.Serializable _content
Deprecated. 
Content to be returned


Class rice.scribe.messaging.MessageHeartBeat implements Serializable


Class rice.past.messaging.MessageInsert implements Serializable

Serialized Fields

_file

java.io.Serializable _file
Deprecated. 
The file to insert.


_success

boolean _success
Deprecated. 
Whether the insert was successful (on a response).


Class rice.past.messaging.MessageLookup implements Serializable

Serialized Fields

_content

java.io.Serializable _content
Deprecated. 
Content to be returned


Class rice.p2p.past.messaging.MessageLostMessage implements Serializable


Class rice.scribe.messaging.MessagePublish implements Serializable


Class rice.past.messaging.MessageReclaim implements Serializable

Serialized Fields

_success

boolean _success
Deprecated. 
Whether the reclaim request was successful


Class rice.scribe.messaging.MessageReplyFromParent implements Serializable


Class rice.scribe.messaging.MessageRequestToParent implements Serializable


Class rice.scribe.maintenance.MessageScribeMaintenance implements Serializable


Class rice.scribe.messaging.MessageSubscribe implements Serializable


Class rice.scribe.messaging.MessageUnsubscribe implements Serializable


Class rice.pastry.multiring.MultiRingAppl implements Serializable

Serialized Fields

scribe

rice.scribe.Scribe scribe

pending

rice.pastry.multiring.MultiRingAppl.PendingMessages pending

cache

rice.pastry.multiring.MultiRingAppl.RouteCache cache

credentials

rice.pastry.security.Credentials credentials
The credentials of this appl.


Class rice.pastry.multiring.messaging.MultiRingApplAddress implements Serializable

Serialized Fields

_code

int _code
Code representing address.


Class rice.pastry.multiring.messaging.MultiRingApplMessage implements Serializable


Class rice.pastry.multiring.testing.MultiRingPastryRegrTest.MultiRingTestAppAddress implements Serializable

Serialized Fields

_code

int _code


Class rice.pastry.multiring.testing.MultiRingPastryRegrTest.MultiRingTestAppMessage implements Serializable

Serialized Fields

ringId

rice.pastry.multiring.RingNodeId ringId


Class rice.p2p.commonapi.NodeHandle implements Serializable


Class rice.pastry.NodeHandle implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Called on deserialization. Adds itself to a pending-setLocalNode list. This list is in a static (global) hash, indexed by the ObjectInputStream. Refer to README.handles_localnode for details.


Class rice.pastry.NodeId implements Serializable


Class rice.pastry.wire.messaging.socket.NodeIdRequestMessage implements Serializable


Class rice.pastry.wire.messaging.socket.NodeIdResponseMessage implements Serializable

Serialized Fields

nid

rice.pastry.NodeId nid


Class rice.pastry.NodeSet implements Serializable

Serialized Fields

set

java.util.Vector set


Class rice.rm.testing.ObjectInsertionMsg implements Serializable


Class rice.rm.testing.ObjectRefreshMsg implements Serializable


Class rice.p2p.past.PastException implements Serializable


Class rice.p2p.past.messaging.PastMessage implements Serializable

Serialized Fields

id

int id

source

rice.p2p.commonapi.NodeHandle source

dest

rice.p2p.commonapi.Id dest

isResponse

boolean isResponse


Class rice.past.messaging.PASTMessage implements Serializable

Serialized Fields

_messageID

rice.past.messaging.PASTMessageID _messageID
Deprecated. 
A key for uniquely identifying the message.


_messageType

int _messageType
Deprecated. 
Whether this is a request or a response.


_fileId

rice.p2p.commonapi.Id _fileId
Deprecated. 
The fileId of the file, to be used as destination.


_senderId

rice.p2p.commonapi.Id _senderId
Deprecated. 
The id of the sender


Class rice.past.messaging.PASTMessageIDImpl implements Serializable

Serialized Fields

_idCode

java.lang.Long _idCode
Deprecated. 
Internally, the ID is represented by a Long.


Class rice.p2p.past.testing.PastRegrTest.NonMutableTestPastContent implements Serializable


Class rice.p2p.past.testing.PastRegrTest.NonOverwritingTestPastContent implements Serializable


Class rice.p2p.past.testing.PastRegrTest.TestPastContent implements Serializable

Serialized Fields

id

rice.p2p.commonapi.Id id

existing

rice.p2p.past.PastContent existing


Class rice.p2p.past.testing.PastRegrTest.TestPastContentHandle implements Serializable

Serialized Fields

handle

rice.p2p.commonapi.NodeHandle handle

id

rice.p2p.commonapi.Id id


Class rice.p2p.past.testing.PastRegrTest.TestRouteMessage implements Serializable

Serialized Fields

id

rice.p2p.commonapi.Id id

nextHop

rice.p2p.commonapi.NodeHandle nextHop

message

rice.p2p.commonapi.Message message


Class rice.p2p.past.testing.PastRegrTest.VersionedTestPastContent implements Serializable

Serialized Fields

version

int version


Class rice.pastry.commonapi.PastryEndpointMessage implements Serializable

Serialized Fields

message

rice.p2p.commonapi.Message message


Class rice.pastry.security.PermissiveCredentials implements Serializable


Class rice.pastry.testing.PingAddress implements Serializable

Serialized Fields

myCode

int myCode


Class rice.pastry.wire.messaging.datagram.PingMessage implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException


Class rice.pastry.testing.PingMessageNew implements Serializable

Serialized Fields

source

rice.pastry.NodeId source

target

rice.pastry.NodeId target

nHops

int nHops

fDistance

double fDistance


Class rice.p2p.scribe.messaging.PublishMessage implements Serializable

Serialized Fields

content

rice.p2p.scribe.ScribeContent content


Class rice.p2p.scribe.messaging.PublishRequestMessage implements Serializable

Serialized Fields

content

rice.p2p.scribe.ScribeContent content


Class rice.rm.testing.RefreshMsg implements Serializable

Serialized Fields

objectKey

rice.pastry.Id objectKey


Class rice.rm.testing.ReplicateMsg implements Serializable

Serialized Fields

objectKey

rice.pastry.Id objectKey


Class rice.rm.testing.ReplicateResponseMsg implements Serializable

Serialized Fields

replicaSet

rice.pastry.NodeSet replicaSet

objectKey

rice.pastry.Id objectKey


Class rice.rm.testing.ReplicateTimeoutMsg implements Serializable

Serialized Fields

objectKey

rice.pastry.Id objectKey


Class rice.pastry.leafset.RequestLeafSet implements Serializable

Serialized Fields

handle

rice.pastry.NodeHandle handle


Class rice.pastry.routing.RequestRouteRow implements Serializable

Serialized Fields

handle

rice.pastry.NodeHandle handle

row

int row


Class rice.pastry.multiring.messaging.RingForwardMessage implements Serializable

Serialized Fields

message

rice.pastry.routing.RouteMessage message


Class rice.pastry.multiring.RingId implements Serializable

Serialized Fields

ringId

int[] ringId


Class rice.pastry.multiring.messaging.RingLookupReminderMessage implements Serializable

Serialized Fields

ringId

rice.pastry.multiring.RingId ringId


Class rice.pastry.multiring.messaging.RingLookupRequestMessage implements Serializable

Serialized Fields

ringId

rice.pastry.multiring.RingId ringId


Class rice.pastry.multiring.messaging.RingLookupResponseMessage implements Serializable

Serialized Fields

source

rice.pastry.NodeHandle source

ringId

rice.pastry.multiring.RingId ringId


Class rice.pastry.multiring.RingNodeId implements Serializable

Serialized Fields

ringId

rice.pastry.multiring.RingId ringId


Class rice.pastry.rmi.RMINodeHandle implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Serialized Fields

remoteNode

rice.pastry.rmi.RMIRemoteNodeI remoteNode


Class rice.rm.messaging.RMMaintenanceMsg implements Serializable


Class rice.rm.messaging.RMMessage implements Serializable

Serialized Fields

_authorCred

rice.pastry.security.Credentials _authorCred
The credentials of the author for the object contained in this object


_source

rice.pastry.NodeHandle _source
The ID of the source of this message. Should be serializable.


_seqno

int _seqno
for debugging purposes only


Class rice.rm.messaging.RMMessage.KEEntry implements Serializable

Serialized Fields

reqRange

rice.pastry.IdRange reqRange

hashEnabled

boolean hashEnabled

keySet

rice.pastry.IdSet keySet

hash

rice.pastry.Id hash

numKeys

int numKeys

range

rice.pastry.IdRange range
This range is got by the intersection of the reqRange and the responsible range on the responder side.


Class rice.rm.messaging.RMRequestKeysMsg implements Serializable

Serialized Fields

rangeSet

java.util.Vector rangeSet
The list of ranges whose corresponding key sets the issuer of this message is interested in.


eventId

int eventId
This is to handle the loss of this type of messages. (The other kind of messages do not require a Timeout mechanism, hence they do not have this field). Specifically, if a Timeout occurred for a RMRequestKeysMsg, then the subsequent RMRequestKeysMsg that will be resent will have the SAME eventId but an INCREASED value of seqNo. Also the RMResponseKeysMsg sent in response to this message will have the SAME eventId.


attempt

int attempt
In the Timeout mechanism upto MAXATTEMPTS will be made. This represents the number of attempts made so far.


Class rice.rm.messaging.RMResponseKeysMsg implements Serializable

Serialized Fields

rangeSet

java.util.Vector rangeSet
The list of ranges whose corresponding key sets the issuer of its corresponding RMRequestKeysMsg message was interested in, except with the difference that the ranges in this list are a result of the intersection of the ranges requested for and 'myRange' of the responder.


eventId

int eventId
Event Id of the RMRequestKeysMsg to which this is a response.


Class rice.rm.messaging.RMTimeoutMsg implements Serializable

Serialized Fields

wmsg

RMRequestKeysMsg.WrappedMsg wmsg


Class rice.pastry.routing.RouteMessage implements Serializable

Serialized Fields

target

rice.pastry.Id target

internalMsg

rice.pastry.messaging.Message internalMsg

prevNode

rice.pastry.NodeHandle prevNode

auxAddress

rice.pastry.messaging.Address auxAddress


Class rice.pastry.routing.RouteProtocolAddress implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException


Class rice.pastry.routing.RouterAddress implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException


Class rice.pastry.wire.messaging.socket.RouteRowRequestMessage implements Serializable

Serialized Fields

row

int row


Class rice.pastry.wire.messaging.socket.RouteRowResponseMessage implements Serializable

Serialized Fields

set

rice.pastry.routing.RouteSet[] set


Class rice.pastry.routing.RouteSet implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
deserialize the routeSet pings the handle the was the closests on the sending node


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
serialize the RouteSet records the closest node

Serialized Fields

nodes

rice.pastry.NodeHandle[] nodes

theSize

int theSize

closest

int closest


Class rice.p2p.scribe.messaging.ScribeMessage implements Serializable

Serialized Fields

source

rice.p2p.commonapi.NodeHandle source

topic

rice.p2p.scribe.Topic topic


Class rice.scribe.messaging.ScribeMessage implements Serializable

Serialized Fields

m_data

java.io.Serializable m_data
This is the information inside the message. Should be serializable.


m_topicId

rice.pastry.NodeId m_topicId
The ID of the topic that this message refers to. Should be serializable.


m_source

rice.pastry.NodeHandle m_source
The ID of the source of this message. Should be serializable.


Class rice.p2p.scribe.testing.ScribeRegrTest.TestRouteMessage implements Serializable

Serialized Fields

id

rice.p2p.commonapi.Id id

nextHop

rice.p2p.commonapi.NodeHandle nextHop

message

rice.p2p.commonapi.Message message


Class rice.p2p.scribe.testing.ScribeRegrTest.TestScribeContent implements Serializable

Serialized Fields

topic

rice.p2p.scribe.Topic topic
DESCRIBE THE FIELD


num

int num
DESCRIBE THE FIELD


Class rice.pastry.routing.SendOptions implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Serialized Fields

random

boolean random

noShortCuts

boolean noShortCuts

shortestPath

boolean shortestPath

allowMultipleHops

boolean allowMultipleHops


Class rice.pastry.wire.exception.SerializationException implements Serializable


Class rice.pastry.leafset.SimilarSet implements Serializable

Serialized Fields

ln

rice.pastry.NodeHandle ln

clockwise

boolean clockwise

nodes

rice.pastry.NodeHandle[] nodes

theSize

int theSize


Class rice.pastry.wire.messaging.socket.SocketCommandMessage implements Serializable


Class rice.pastry.wire.messaging.socket.SocketMessage implements Serializable


Class rice.pastry.wire.messaging.socket.SocketTransportMessage implements Serializable

Serialized Fields

o

java.lang.Object o

destination

rice.pastry.NodeId destination


Class rice.p2p.splitstream.SplitStreamContent implements Serializable

Serialized Fields

data

byte[] data
The internal data - just the bytes


Class rice.p2p.splitstream.SplitStreamSubscribeContent implements Serializable

Serialized Fields

stage

int stage
The stage that the client attempting to join is in


Class rice.pastry.standard.StandardAddress implements Serializable

Serialized Fields

myCode

int myCode


Class rice.p2p.scribe.messaging.SubscribeAckMessage implements Serializable

Serialized Fields

pathToRoot

rice.p2p.commonapi.Id[] pathToRoot
The contained path to the root


Class rice.p2p.scribe.messaging.SubscribeFailedMessage implements Serializable


Class rice.p2p.scribe.messaging.SubscribeLostMessage implements Serializable


Class rice.p2p.scribe.messaging.SubscribeMessage implements Serializable

Serialized Fields

subscriber

rice.p2p.commonapi.NodeHandle subscriber
The original subscriber


previousParent

rice.p2p.commonapi.Id previousParent
The previous parent


id

int id
The id of this message


Class rice.rm.testing.TestMessage implements Serializable

Serialized Fields

_authorCred

rice.pastry.security.Credentials _authorCred
The credentials of the author for the object contained in this object


_source

rice.pastry.NodeHandle _source
The ID of the source of this message. Should be serializable.


Class rice.p2p.scribe.Topic implements Serializable

Serialized Fields

id

rice.p2p.commonapi.Id id
The Id to which this topic is mapped


Class rice.p2p.scribe.messaging.UnsubscribeMessage implements Serializable


Class rice.pastry.wire.WireNodeHandle implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Overridden in order to specify the default state (using UDP)


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection