net.sf.neem.impl
Class Queued

java.lang.Object
  extended by net.sf.neem.impl.Queued

public class Queued
extends java.lang.Object

Message and port wrapper for distribution enqueueing.


Constructor Summary
Queued(java.nio.ByteBuffer[] msg, short port)
          Creates a new instance of Queued
 
Method Summary
 java.nio.ByteBuffer[] getMsg()
          Returns the message in this Queued
 short getPort()
          Returns the port to wich the message is intended
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Queued

public Queued(java.nio.ByteBuffer[] msg,
              short port)
Creates a new instance of Queued

Method Detail

getMsg

public java.nio.ByteBuffer[] getMsg()
Returns the message in this Queued


getPort

public short getPort()
Returns the port to wich the message is intended


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 University of Minho, Portugal. All Rights Reserved.