org.miv.mbox
Class MBoxBase.Message

java.lang.Object
  extended by org.miv.mbox.MBoxBase.Message
Enclosing class:
MBoxBase

public static class MBoxBase.Message
extends Object

Simple message container.


Field Summary
 Object[] data
           
 String from
           
 
Constructor Summary
protected MBoxBase.Message(String from, Object[] data)
           
 
Method Summary
 Object[] getData()
           
 String getFrom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public String from

data

public Object[] data
Constructor Detail

MBoxBase.Message

protected MBoxBase.Message(String from,
                           Object[] data)
Method Detail

getFrom

public String getFrom()

getData

public Object[] getData()


Copyright © 2011. All Rights Reserved.