Uses of Class
rina.ipcProcess.util.MessageQueue

Packages that use MessageQueue
dap.cad.pnode.util Pnode utility classes 
rina.flow   
rina.flowAllocator.impl   
rina.flowAllocator.impl.util   
rina.ipcProcess.enrollment   
rina.ipcProcess.impl   
rina.irm   
 

Uses of MessageQueue in dap.cad.pnode.util
 

Constructors in dap.cad.pnode.util with parameters of type MessageQueue
PnodeHandler(RIBDaemonImpl ribDaemon, MessageQueue messageQueue)
          used to handle Pnode messages
 

Uses of MessageQueue in rina.flow
 

Methods in rina.flow that return MessageQueue
 MessageQueue Flow.getMsgQueue()
           
 

Methods in rina.flow with parameters of type MessageQueue
 void Flow.setMsgQueue(MessageQueue msgQueue)
           
 

Uses of MessageQueue in rina.flowAllocator.impl
 

Methods in rina.flowAllocator.impl that return MessageQueue
 MessageQueue FlowAllocatorImpl.getFlowMsgQueue(int portID)
           
 

Constructors in rina.flowAllocator.impl with parameters of type MessageQueue
FlowAllocatorImpl(RIBImpl rib, MessageQueue msgQueue, IRM irm)
           
FlowAllocatorImpl(RIBImpl rib, MessageQueue msgQueue, TCPFlowManager tcpManager)
           
 

Uses of MessageQueue in rina.flowAllocator.impl.util
 

Constructors in rina.flowAllocator.impl.util with parameters of type MessageQueue
IncomingClientHandler(TCPFlow tcpflow, MessageQueue msgQueue, java.util.LinkedHashMap<java.lang.String,TCPFlow> tcpFlowAllocated)
           
IncomingCom(TCPFlow tcpListeningFlow, MessageQueue messageQueue, java.util.LinkedHashMap<java.lang.String,TCPFlow> tcpFlowAllocated)
           
OutgoingComHandler(MessageQueue msgQueue, TCPFlow tcpFlow)
          Constructor
 

Uses of MessageQueue in rina.ipcProcess.enrollment
 

Methods in rina.ipcProcess.enrollment that return MessageQueue
 MessageQueue Enrollment.getMsgQueue()
           
 

Methods in rina.ipcProcess.enrollment with parameters of type MessageQueue
 void Enrollment.setMsgQueue(MessageQueue msgQueue)
           
 

Constructors in rina.ipcProcess.enrollment with parameters of type MessageQueue
EnrollmentHandler(RIBDaemonImpl RIBdaemon, IRM irm, MessageQueue msgQueue, java.lang.String newMember)
          Non-O
EnrollmentHandler(RIBDaemonImpl RIBdaemon, TCPFlowManager tcpManager, MessageQueue msgQueue, java.lang.String newMember)
          DIF 0
 

Uses of MessageQueue in rina.ipcProcess.impl
 

Methods in rina.ipcProcess.impl that return MessageQueue
 MessageQueue IPCProcessImpl.getCdapMsgQueue()
           
 

Methods in rina.ipcProcess.impl with parameters of type MessageQueue
 void IPCProcessImpl.addUpperIPC(java.lang.String upperIPCName, MessageQueue dtpMsgQueue, MessageQueue cdapMsgQueue)
           
 void IPCProcessImpl.setCdapMsgQueue(MessageQueue cdapMsgQueue)
           
 

Constructors in rina.ipcProcess.impl with parameters of type MessageQueue
HandleMsgReceiver(MessageQueue dtpMessageQueue, MessageQueue flowQueue)
           
IPCProcessRMT(FlowAllocatorImpl flowAllocatorImpl, RIBImpl rib, MessageQueue dtpMsgQueue, MessageQueue cdapMsgQueue, java.util.LinkedHashMap<java.lang.String,MessageQueue> upperIPCsDTPMsgQueue, java.util.LinkedHashMap<java.lang.String,MessageQueue> upperIPCsCDAPMsgQueue)
           
TCPFlowManager(RIBImpl rib, MessageQueue msgQueue)
           
 

Constructor parameters in rina.ipcProcess.impl with type arguments of type MessageQueue
IPCProcessRMT(FlowAllocatorImpl flowAllocatorImpl, RIBImpl rib, MessageQueue dtpMsgQueue, MessageQueue cdapMsgQueue, java.util.LinkedHashMap<java.lang.String,MessageQueue> upperIPCsDTPMsgQueue, java.util.LinkedHashMap<java.lang.String,MessageQueue> upperIPCsCDAPMsgQueue)
           
IPCProcessRMT(FlowAllocatorImpl flowAllocatorImpl, RIBImpl rib, MessageQueue dtpMsgQueue, MessageQueue cdapMsgQueue, java.util.LinkedHashMap<java.lang.String,MessageQueue> upperIPCsDTPMsgQueue, java.util.LinkedHashMap<java.lang.String,MessageQueue> upperIPCsCDAPMsgQueue)
           
 

Uses of MessageQueue in rina.irm
 

Methods in rina.irm that return MessageQueue
 MessageQueue IRM.getIrmQueue()
           
 

Methods in rina.irm with parameters of type MessageQueue
 void IRM.setIrmQueue(MessageQueue irmQueue)
           
 

Constructors in rina.irm with parameters of type MessageQueue
IRM(java.lang.String appName, RIBImpl rib, java.util.LinkedHashMap<java.lang.String,IPCProcessImpl> underlyingIPCs, MessageQueue dtpMsgQueue, MessageQueue cdapMsgQueue)