org.kth.dks.dks_dht
Class CreateMCastGroupMsg

java.lang.Object
  extended by org.kth.dks.dks_marshal.DKSMessage
      extended by org.kth.dks.dks_dht.CreateMCastGroupMsg

public class CreateMCastGroupMsg
extends DKSMessage


Field Summary
static java.lang.String NAME
           
 
Fields inherited from class org.kth.dks.dks_marshal.DKSMessage
ele, eleCnt, marshaler, messageMap, messageMapUnsync, pCount, xmsg
 
Constructor Summary
CreateMCastGroupMsg()
           
CreateMCastGroupMsg(long id, DKSRef source, DKSRef groupNode)
           
 
Method Summary
 long getGroupId()
           
 DKSRef getGroupNode()
           
 java.lang.String getName()
           
 DKSRef getSource()
           
 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
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

CreateMCastGroupMsg

public CreateMCastGroupMsg()

CreateMCastGroupMsg

public CreateMCastGroupMsg(long id,
                           DKSRef source,
                           DKSRef groupNode)
Method Detail

getName

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

getGroupId

public long getGroupId()

getSource

public DKSRef getSource()

getGroupNode

public DKSRef getGroupNode()

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.