org.kth.dks.dks_marshal
Class LookupRequestMsg

java.lang.Object
  extended by org.kth.dks.dks_marshal.DKSMessage
      extended by org.kth.dks.dks_marshal.LookupRequestMsg

public class LookupRequestMsg
extends DKSMessage


Field Summary
 
Fields inherited from class org.kth.dks.dks_marshal.DKSMessage
ele, eleCnt, marshaler, messageMap, messageMapUnsync, pCount, xmsg
 
Constructor Summary
LookupRequestMsg()
           
LookupRequestMsg(long target, LookupType type, DKSObject payload, java.lang.String msgId, boolean intern)
           
LookupRequestMsg(long target, LookupType type, java.lang.String msgId, boolean intern)
           
 
Method Summary
 boolean getInternal()
           
 java.lang.String getMsgId()
           
 java.lang.String getName()
           
 DKSObject getPayload()
           
 long getTarget()
           
 LookupType getType()
           
 void marshal()
           
 void unmarshal()
           
 
Methods inherited from class org.kth.dks.dks_marshal.DKSMessage
addMessageType, addMessageTypePrefixed, flatten, getRecvRef, getSendRef, setRecvRef, setSendRef, unmarshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupRequestMsg

public LookupRequestMsg()

LookupRequestMsg

public LookupRequestMsg(long target,
                        LookupType type,
                        java.lang.String msgId,
                        boolean intern)

LookupRequestMsg

public LookupRequestMsg(long target,
                        LookupType type,
                        DKSObject payload,
                        java.lang.String msgId,
                        boolean intern)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class DKSMessage

getTarget

public long getTarget()

getType

public LookupType getType()

getMsgId

public java.lang.String getMsgId()

getPayload

public DKSObject getPayload()

getInternal

public boolean getInternal()

marshal

public void marshal()
             throws java.io.IOException
Specified by:
marshal in class DKSMessage
Throws:
java.io.IOException

unmarshal

public void unmarshal()
               throws java.io.IOException
Specified by:
unmarshal in class DKSMessage
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.