Uses of Interface
com.collation.platform.model.topology.net.TcpPort

Packages that use TcpPort
com.collation.platform.model.topology.net   
com.collation.platform.model.topology.sys   
 

Uses of TcpPort in com.collation.platform.model.topology.net
 

Methods in com.collation.platform.model.topology.net that return TcpPort
 TcpPort TcpConnection.getFromPort()
           
 TcpPort TcpConnection.getToPort()
           
 

Methods in com.collation.platform.model.topology.net with parameters of type TcpPort
 void TcpConnection.setFromPort(TcpPort p)
           
 void TcpConnection.setToPort(TcpPort p)
           
 

Uses of TcpPort in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return TcpPort
 TcpPort[] RuntimeProcess.getTcpPorts()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type TcpPort
 void RuntimeProcess.setTcpPorts(TcpPort[] ports)