Uses of Class
hmi.bml.bridge.ServerInfo

Packages that use ServerInfo
hmi.bml.bridge This package provides transparent access to BML Realizers: directly, through socket connections, to other realizers than Elckerlyc, etc. 
 

Uses of ServerInfo in hmi.bml.bridge
 

Fields in hmi.bml.bridge declared as ServerInfo
private  ServerInfo TCPIPRealizerBridgeClient.serverInfo
          Internal state var: The ServerInfo for the connection that must be set up (see #mustconnect).
 

Methods in hmi.bml.bridge that return ServerInfo
 ServerInfo ServerInfo.copy()
           
protected  ServerInfo TCPIPRealizerBridgeClient.getServerInfo()
           
 

Methods in hmi.bml.bridge with parameters of type ServerInfo
 void TCPIPRealizerBridgeClient.connect(ServerInfo serverInfo)
          May return before connection is actually made.