com.altair.hwm.comm
Interface HWMComm

All Known Implementing Classes:
DBServerComm, HWMClientComm, HWMCommHM, HWMCommPM, HWMEComputeComm, HWMFSComm

public interface HWMComm

Title: HWMComm

Description: This is the interface that will have to be implemented by classes that need to communicate with applications that behave as a server.

Company: Altair Engineering, Inc.


Method Summary
 void Connect(java.lang.String strAddress, int nPort)
          Establishes connection with the server
 void Disconnect()
          Performs clean up by disconnecting from server and releasing all acquired resources
 

Method Detail

Connect

void Connect(java.lang.String strAddress,
             int nPort)
             throws java.lang.Exception
Establishes connection with the server

Parameters:
strAddress - The address of the server
nPort - The port number to which to connect to
Throws:
IOException, - UnknownHostException
java.lang.Exception

Disconnect

void Disconnect()
Performs clean up by disconnecting from server and releasing all acquired resources