org.kth.dks.dks_marshal
Class JoinInitMsg

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

public class JoinInitMsg
extends DKSMessage


Field Summary
 
Fields inherited from class org.kth.dks.dks_marshal.DKSMessage
ele, eleCnt, marshaler, messageMap, messageMapUnsync, pCount, xmsg
 
Constructor Summary
JoinInitMsg()
           
JoinInitMsg(DKSRef p, DKSRef[] d)
           
 
Method Summary
 DKSRef[] getDKSRefs()
           
 java.lang.String getName()
           
 DKSRef getP()
           
 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

JoinInitMsg

public JoinInitMsg()

JoinInitMsg

public JoinInitMsg(DKSRef p,
                   DKSRef[] d)
Method Detail

getName

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

getP

public DKSRef getP()

getDKSRefs

public DKSRef[] getDKSRefs()

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.