org.kth.dks.dks_marshal
Class LookupResponseMsg
java.lang.Object
org.kth.dks.dks_marshal.DKSMessage
org.kth.dks.dks_marshal.LookupResponseMsg
public class LookupResponseMsg
- extends DKSMessage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupResponseMsg
public LookupResponseMsg()
LookupResponseMsg
public LookupResponseMsg(DKSRef target,
LookupType type,
java.lang.String msgId)
LookupResponseMsg
public LookupResponseMsg(DKSRef target,
LookupType type,
DKSObject payload,
java.lang.String msgId)
getName
public java.lang.String getName()
- Specified by:
getName in class DKSMessage
getTargetRef
public DKSRef getTargetRef()
getType
public LookupType getType()
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.