Uses of Class
com.altair.hwm.comm.database.DBServerComm

Packages that use DBServerComm
com.altair.hwm.comm   
com.altair.hwm.database.dbmodel   
 

Uses of DBServerComm in com.altair.hwm.comm
 

Methods in com.altair.hwm.comm that return DBServerComm
 DBServerComm HWMCommMgr.GetDBComm(java.lang.String strSessionName)
          Purpose: Searches the HashTable for the DBServerComm that is associated with a given session name.
 DBServerComm HWMCommMgr.StartDBComm(java.lang.String strSessionName)
          Purpose: Starts DB communication.
 

Uses of DBServerComm in com.altair.hwm.database.dbmodel
 

Methods in com.altair.hwm.database.dbmodel that return DBServerComm
 DBServerComm HWMDBModel.GetDBServerComm()
          Gets the class to be used to communicate with the database server
 

Methods in com.altair.hwm.database.dbmodel with parameters of type DBServerComm
 void HWMDBModel.SetDBServerComm(DBServerComm dbServerComm)
          Sets the class to be used to communicate with the database server