org.asunder.messaging
Class AsunderGetMessage

java.lang.Object
  extended by org.asunder.messaging.AsunderBaseMessage
      extended by org.asunder.messaging.AsunderGetMessage
All Implemented Interfaces:
AsunderMessage

public class AsunderGetMessage
extends AsunderBaseMessage

Author:
simms2k

Field Summary
protected  DHTContentKey contentKey
           
 
Fields inherited from class org.asunder.messaging.AsunderBaseMessage
messageId, senderHandle
 
Constructor Summary
AsunderGetMessage(Id messageId, NodeHandle senderHandle, DHTContentKey contentKey)
          Creates a new instance of AsunderGetMessage
 
Method Summary
 DHTContentKey getContentKey()
           
 int getPriority()
           
 
Methods inherited from class org.asunder.messaging.AsunderBaseMessage
getMessageId, getSenderHandle, setSenderHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentKey

protected DHTContentKey contentKey
Constructor Detail

AsunderGetMessage

public AsunderGetMessage(Id messageId,
                         NodeHandle senderHandle,
                         DHTContentKey contentKey)
Creates a new instance of AsunderGetMessage

Method Detail

getPriority

public int getPriority()

getContentKey

public DHTContentKey getContentKey()