p2p.simulator.network
Class NetworkPipeImpl

java.lang.Object
  extended by p2p.simulator.network.NetworkPipeImpl
All Implemented Interfaces:
java.rmi.Remote, NetworkPipe

public class NetworkPipeImpl
extends java.lang.Object
implements NetworkPipe


Constructor Summary
NetworkPipeImpl(Network Net)
           
 
Method Summary
 void pushMsg(Message msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkPipeImpl

public NetworkPipeImpl(Network Net)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

pushMsg

public void pushMsg(Message msg)
             throws java.rmi.RemoteException
Specified by:
pushMsg in interface NetworkPipe
Throws:
java.rmi.RemoteException