org.kth.dks.dks_marshal
Class LookupResultMsg

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

public class LookupResultMsg
extends DKSMessage


Field Summary
 
Fields inherited from class org.kth.dks.dks_marshal.DKSMessage
ele, eleCnt, marshaler, messageMap, messageMapUnsync, pCount, xmsg
 
Constructor Summary
LookupResultMsg()
           
LookupResultMsg(DKSRef t, LookupType type, java.util.Vector vector, DKSObject payload, java.lang.String msgId)
           
LookupResultMsg(DKSRef t, LookupType type, java.util.Vector stack, java.lang.String msgId)
           
 
Method Summary
 java.lang.String getMsgId()
           
 java.lang.String getName()
           
 DKSObject getPayload()
           
 java.util.Vector getStack()
           
 DKSRef getT()
           
 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

LookupResultMsg

public LookupResultMsg()

LookupResultMsg

public LookupResultMsg(DKSRef t,
                       LookupType type,
                       java.util.Vector stack,
                       java.lang.String msgId)

LookupResultMsg

public LookupResultMsg(DKSRef t,
                       LookupType type,
                       java.util.Vector vector,
                       DKSObject payload,
                       java.lang.String msgId)
Method Detail

getName

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

getT

public DKSRef getT()

getType

public LookupType getType()

getStack

public java.util.Vector getStack()

getMsgId

public java.lang.String getMsgId()

getPayload

public DKSObject getPayload()

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.