Rice Pastry API

Uses of Interface
rice.pastry.messaging.Address

Packages that use Address
rice.pastry   
rice.pastry.client   
rice.pastry.commonapi   
rice.pastry.direct   
rice.pastry.join   
rice.pastry.leafset   
rice.pastry.messaging   
rice.pastry.multiring   
rice.pastry.multiring.messaging   
rice.pastry.multiring.testing   
rice.pastry.rmi   
rice.pastry.routing   
rice.pastry.security   
rice.pastry.standard   
rice.pastry.testing   
rice.pastry.wire   
rice.rm.messaging   
rice.rm.testing   
rice.scribe   
rice.scribe.maintenance   
rice.scribe.messaging   
rice.scribe.testing   
 

Uses of Address in rice.pastry
 

Methods in rice.pastry with parameters of type Address
 void PastryNode.registerReceiver(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address address, rice.pastry.messaging.MessageReceiver receiver)
          Registers a message receiver with this Pastry node.
 

Uses of Address in rice.pastry.client
 

Fields in rice.pastry.client declared as Address
protected  rice.pastry.messaging.Address PastryAppl.address
           
 

Methods in rice.pastry.client that return Address
 rice.pastry.messaging.Address PastryAppl.getAddress()
          Returns the address of this application.
 

Methods in rice.pastry.client with parameters of type Address
 void PastryAppl.registerReceiver(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address addr, rice.pastry.messaging.MessageReceiver mr)
          Registers a message receiver with the pastry node.
 

Uses of Address in rice.pastry.commonapi
 

Constructors in rice.pastry.commonapi with parameters of type Address
PastryEndpointMessage(rice.pastry.messaging.Address address, rice.p2p.commonapi.Message message)
          Constructor.
 

Uses of Address in rice.pastry.direct
 

Methods in rice.pastry.direct with parameters of type Address
 boolean DirectSecurityManager.verifyAddressBinding(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address addr)
          Checks to see if these credentials can be associated with the address.
 

Uses of Address in rice.pastry.join
 

Classes in rice.pastry.join that implement Address
 class JoinAddress
          The address of the join receiver at a pastry node.
 

Uses of Address in rice.pastry.leafset
 

Classes in rice.pastry.leafset that implement Address
 class LeafSetProtocolAddress
          The address of the leafset protocol at a pastry node.
 

Uses of Address in rice.pastry.messaging
 

Methods in rice.pastry.messaging that return Address
 rice.pastry.messaging.Address Message.getDestination()
          Gets the address of message receiver that the message is for.
 

Methods in rice.pastry.messaging with parameters of type Address
 void MessageDispatch.registerReceiver(rice.pastry.messaging.Address address, rice.pastry.messaging.MessageReceiver receiver)
          Registers a receiver with the mail service.
 

Constructors in rice.pastry.messaging with parameters of type Address
Message(rice.pastry.messaging.Address dest)
          Constructor.
Message(rice.pastry.messaging.Address dest, rice.pastry.security.Credentials cred)
          Constructor.
Message(rice.pastry.messaging.Address dest, rice.pastry.security.Credentials cred, java.util.Date timestamp)
          Constructor.
Message(rice.pastry.messaging.Address dest, java.util.Date timestamp)
          Constructor.
 

Uses of Address in rice.pastry.multiring
 

Methods in rice.pastry.multiring that return Address
 rice.pastry.messaging.Address MultiRingAppl.getAddress()
           
 

Methods in rice.pastry.multiring with parameters of type Address
 void MultiRingMessageDispatch.registerReceiver(rice.pastry.messaging.Address address, rice.pastry.messaging.MessageReceiver receiver)
           
 void MultiRingPastryNode.registerReceiver(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address address, rice.pastry.messaging.MessageReceiver receiver)
           
 

Uses of Address in rice.pastry.multiring.messaging
 

Classes in rice.pastry.multiring.messaging that implement Address
 class MultiRingApplAddress
          The application address for MultiRingAppl.
 

Uses of Address in rice.pastry.multiring.testing
 

Classes in rice.pastry.multiring.testing that implement Address
static class MultiRingPastryRegrTest.MultiRingTestAppAddress
           
 

Uses of Address in rice.pastry.rmi
 

Methods in rice.pastry.rmi with parameters of type Address
 boolean RMIPastrySecurityManager.verifyAddressBinding(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address addr)
          Checks to see if these credentials can be associated with the address.
 

Uses of Address in rice.pastry.routing
 

Classes in rice.pastry.routing that implement Address
 class RouteProtocolAddress
          The address of the route protocol at a pastry node.
 class RouterAddress
          The address of the router at a pastry node.
 

Methods in rice.pastry.routing that return Address
 rice.pastry.messaging.Address RouteMessage.getDestination()
          Get receiver address.
 

Constructors in rice.pastry.routing with parameters of type Address
RouteMessage(rice.pastry.NodeHandle dest, rice.pastry.messaging.Message msg, rice.pastry.security.Credentials cred, rice.pastry.routing.SendOptions opts, rice.pastry.messaging.Address aux)
          Constructor.
RouteMessage(rice.pastry.Id target, rice.pastry.messaging.Message msg, rice.pastry.security.Credentials cred, rice.pastry.messaging.Address aux)
          Constructor.
RouteMessage(rice.pastry.Id target, rice.pastry.messaging.Message msg, rice.pastry.security.Credentials cred, rice.pastry.routing.SendOptions opts, rice.pastry.messaging.Address aux)
          Constructor.
RouteMessage(rice.pastry.Id target, rice.pastry.messaging.Message msg, rice.pastry.NodeHandle firstHop, rice.pastry.messaging.Address aux)
          Constructor.
 

Uses of Address in rice.pastry.security
 

Methods in rice.pastry.security with parameters of type Address
 boolean PastrySecurityManager.verifyAddressBinding(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address addr)
          Checks to see if these credentials can be associated with the address.
 boolean PermissiveSecurityManager.verifyAddressBinding(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address addr)
           
 

Uses of Address in rice.pastry.standard
 

Classes in rice.pastry.standard that implement Address
 class StandardAddress
          Constructs an address for a specific class and instance name.
 

Methods in rice.pastry.standard that return Address
 rice.pastry.messaging.Address StandardJoinProtocol.getAddress()
          Get address.
 rice.pastry.messaging.Address StandardLeafSetProtocol.getAddress()
          Gets the address.
 rice.pastry.messaging.Address StandardRouter.getAddress()
          Gets the address of this component.
 rice.pastry.messaging.Address StandardRouteSetProtocol.getAddress()
          Gets the address.
 

Uses of Address in rice.pastry.testing
 

Classes in rice.pastry.testing that implement Address
 class PingAddress
          PingAddress A performance test suite for pastry.
 

Methods in rice.pastry.testing that return Address
 rice.pastry.messaging.Address HelloWorldApp.getAddress()
          Get address.
 rice.pastry.messaging.Address Ping.getAddress()
           
 rice.pastry.messaging.Address PingClient.getAddress()
           
 rice.pastry.messaging.Address RegrTestApp.getAddress()
           
 

Constructors in rice.pastry.testing with parameters of type Address
PingMessageNew(rice.pastry.messaging.Address pingAddress, rice.pastry.NodeId src, rice.pastry.NodeId tgt)
           
 

Uses of Address in rice.pastry.wire
 

Methods in rice.pastry.wire with parameters of type Address
 boolean WirePastrySecurityManager.verifyAddressBinding(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address addr)
          Checks to see if these credentials can be associated with the address.
 

Uses of Address in rice.rm.messaging
 

Constructors in rice.rm.messaging with parameters of type Address
RMMaintenanceMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred, int seqno)
          Constructor
RMMessage(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred, int seqno)
          Constructor : Builds a new RM Message
RMRequestKeysMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred, int seqno, java.util.Vector _rangeSet, int _eventId)
          Constructor : Builds a new RM Message
RMResponseKeysMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred, int seqno, java.util.Vector _rangeSet, int _eventId)
          Constructor : Builds a new RM Message
RMTimeoutMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred, int seqno, RMRequestKeysMsg.WrappedMsg _wmsg)
          Constructor
 

Uses of Address in rice.rm.testing
 

Constructors in rice.rm.testing with parameters of type Address
DistRMRegrTestMessage(rice.pastry.messaging.Address addr, rice.pastry.security.Credentials c)
          Constructor
DistRMRegrTestReplicateMessage(rice.pastry.messaging.Address addr, rice.pastry.security.Credentials c)
          Constructor
HeartbeatMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.Id _objectKey, rice.pastry.security.Credentials authorCred)
          Constructor : Builds a new Heartbeat Message
InsertMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.Id _objectKey, java.lang.Object _content, rice.pastry.security.Credentials authorCred)
           
InsertResponseMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.Id _key, rice.pastry.security.Credentials authorCred)
          Constructor : Builds a new RM Message
InvariantCheckMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred)
          Constructor
ObjectInsertionMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred)
          Constructor
ObjectRefreshMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred)
          Constructor
RefreshMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.Id _objectKey, rice.pastry.security.Credentials authorCred)
           
ReplicateMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.Id _objectKey, rice.pastry.security.Credentials authorCred)
           
ReplicateResponseMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.Id _key, rice.pastry.NodeSet _replicaSet, rice.pastry.security.Credentials authorCred)
          Constructor : Builds a new RM Message
ReplicateTimeoutMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.Id _objectKey, rice.pastry.security.Credentials authorCred)
          Constructor
TestMessage(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.security.Credentials authorCred)
           
 

Uses of Address in rice.scribe
 

Fields in rice.scribe declared as Address
protected static rice.pastry.messaging.Address Scribe.m_address
          The receiver address for the scribe system.
 

Methods in rice.scribe that return Address
 rice.pastry.messaging.Address Scribe.getAddress()
          Returns the address of this client.
 

Uses of Address in rice.scribe.maintenance
 

Constructors in rice.scribe.maintenance with parameters of type Address
MessageScribeMaintenance(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.security.Credentials c)
          Constructor
 

Uses of Address in rice.scribe.messaging
 

Constructors in rice.scribe.messaging with parameters of type Address
MessageAckOnSubscribe(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.NodeId tid, rice.pastry.security.Credentials c, java.io.Serializable data)
          Constructor
MessageAnycast(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.NodeId topicId, rice.pastry.security.Credentials cred)
          Constructor
MessageCreate(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.NodeId topicId, rice.pastry.security.Credentials c)
          Constructor.
MessageHeartBeat(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.security.Credentials c)
          Constructor
MessagePublish(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.NodeId topicId, rice.pastry.security.Credentials c)
          Constructor
MessageReplyFromParent(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.security.Credentials c)
          Constructor
MessageRequestToParent(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.security.Credentials c)
          Constructor
MessageSubscribe(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.NodeId tid, rice.pastry.security.Credentials c)
          Constructor
MessageUnsubscribe(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.NodeId tid, rice.pastry.security.Credentials c)
          Contructor
ScribeMessage(rice.pastry.messaging.Address addr, rice.pastry.NodeHandle source, rice.pastry.NodeId tid, rice.pastry.security.Credentials c)
          Constructor
 

Uses of Address in rice.scribe.testing
 

Fields in rice.scribe.testing declared as Address
protected static rice.pastry.messaging.Address DistScribeRegrTestApp.m_address
          The receiver address for the DistScribeApp system.
 

Methods in rice.scribe.testing that return Address
 rice.pastry.messaging.Address DistScribeRegrTestApp.getAddress()
           
 

Constructors in rice.scribe.testing with parameters of type Address
DirectScribeMaintenanceTest.TestAnycastMessage(rice.pastry.messaging.Address address, rice.pastry.NodeHandle nh, rice.pastry.NodeId topicId, rice.pastry.security.Credentials credentials)
           
DistScribeRegrTestMessage(rice.pastry.messaging.Address addr, rice.pastry.security.Credentials c)
          Constructor
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection