rina.ipcProcess.impl
Class TCPFlowManager

java.lang.Object
  extended by rina.ipcProcess.impl.TCPFlowManager

public class TCPFlowManager
extends java.lang.Object


Field Summary
 RINAConfig config
           
 
Constructor Summary
TCPFlowManager(RIBImpl rib, MessageQueue msgQueue)
           
 
Method Summary
 TCPFlow allocateTCPFlow(java.lang.String IPCName)
           
 boolean deallocateTCPFlow(java.lang.String IPCName)
           
 TCPFlow getTCPFlow(java.lang.String IPCName)
           
 void queryDNS(java.lang.String IPCName)
           
 void registerToDNS()
           
 void send(java.lang.String IPCName, byte[] message)
          here is a hack of the ipc.send in the previous version FIXME or CHANGEME
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

public RINAConfig config
Constructor Detail

TCPFlowManager

public TCPFlowManager(RIBImpl rib,
                      MessageQueue msgQueue)
Method Detail

allocateTCPFlow

public TCPFlow allocateTCPFlow(java.lang.String IPCName)

getTCPFlow

public TCPFlow getTCPFlow(java.lang.String IPCName)

deallocateTCPFlow

public boolean deallocateTCPFlow(java.lang.String IPCName)

registerToDNS

public void registerToDNS()

queryDNS

public void queryDNS(java.lang.String IPCName)

send

public void send(java.lang.String IPCName,
                 byte[] message)
here is a hack of the ipc.send in the previous version FIXME or CHANGEME

Parameters:
IPCName -
message -
Throws:
java.lang.Exception