messif.netcreator
Class MessageActivate

java.lang.Object
  extended by messif.network.Message
      extended by messif.netcreator.MessageActivate
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MessageActivate
extends Message

See Also:
Serialized Form

Field Summary
protected  java.util.Set<NetworkNode> netnodes
          Message extensions
 
Fields inherited from class messif.network.Message
actualNavigationElement, messageID, navigationPath
 
Constructor Summary
MessageActivate(java.util.Set<NetworkNode> netnodes)
          Creates a new instance of MessageInitUse from supplied data
 
Method Summary
 int getCount()
           
 java.util.Set<NetworkNode> getServerList()
           
 
Methods inherited from class messif.network.Message
clone, deregisterOperStats, equals, getDestination, getMessageID, getNavigationPathLength, getOriginalSender, getPathElements, getSender, getSenderList, hashCode, registerBoundStat, registerBoundStat, setNavigationPathStatistics, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

netnodes

protected java.util.Set<NetworkNode> netnodes
Message extensions

Constructor Detail

MessageActivate

public MessageActivate(java.util.Set<NetworkNode> netnodes)
Creates a new instance of MessageInitUse from supplied data

Method Detail

getCount

public int getCount()

getServerList

public java.util.Set<NetworkNode> getServerList()