public int getLocalPort () { return localPort; }
public int getRemotePort () { return remotePort; }
public void setRemoteHostname (String remoteHostname) throws SimulationRunningException
{ if (netInitialized)
throw new SimulationRunningException
("Cannot change network settings of NetTunnel when sim is running.");
else
this.remoteHostname=remoteHostname;
}