Uses of Class
rina.flowAllocator.impl.FlowAllocatorImpl

Packages that use FlowAllocatorImpl
rina.ipcProcess.impl   
 

Uses of FlowAllocatorImpl in rina.ipcProcess.impl
 

Methods in rina.ipcProcess.impl that return FlowAllocatorImpl
 FlowAllocatorImpl IPCProcessImpl.getFlowAllocator()
           
 

Methods in rina.ipcProcess.impl with parameters of type FlowAllocatorImpl
 void IPCProcessImpl.setFlowAllocator(FlowAllocatorImpl flowAllocator)
           
 

Constructors in rina.ipcProcess.impl with parameters of type FlowAllocatorImpl
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)