org.kth.dks.dks_marshal
Class LookupFailureMsg

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

public class LookupFailureMsg
extends DKSMessage


Field Summary
 
Fields inherited from class org.kth.dks.dks_marshal.DKSMessage
ele, eleCnt, marshaler, messageMap, messageMapUnsync, pCount, xmsg
 
Constructor Summary
LookupFailureMsg()
           
LookupFailureMsg(long target, java.lang.String msgId)
           
 
Method Summary
 java.lang.String getMsgId()
           
 java.lang.String getName()
           
 long getTarget()
           
 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

LookupFailureMsg

public LookupFailureMsg()

LookupFailureMsg

public LookupFailureMsg(long target,
                        java.lang.String msgId)
Method Detail

getName

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

getTarget

public long getTarget()

getMsgId

public java.lang.String getMsgId()

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.