|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void Connect(java.lang.String strAddress, int nPort) throws java.lang.Exception
strAddress
- The address of the servernPort
- The port number to which to connect to
IOException,
- UnknownHostException
java.lang.Exception
void Disconnect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |