moss.ipc
Class MNamedMsgQ.MNamedMsg

java.lang.Object
  extended by moss.ipc.MNamedMsgQ.MNamedMsg
Enclosing class:
MNamedMsgQ

public static class MNamedMsgQ.MNamedMsg
extends java.lang.Object

this class is used to return data in a nmq_read() call


Field Summary
 java.lang.Object msg
           
 int type
           
 
Constructor Summary
MNamedMsgQ.MNamedMsg()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

public java.lang.Object msg

type

public int type
Constructor Detail

MNamedMsgQ.MNamedMsg

public MNamedMsgQ.MNamedMsg()