Class TBSoft
java.lang.Object
|
+--TBSoft
- public class TBSoft
- extends java.lang.Object
Theoritical Biophysics Software Usage tracker
Constructor Summary |
TBSoft()
Constructor |
Method Summary |
void |
init()
|
void |
sendusage(java.lang.String program,
java.lang.String versionnum,
java.lang.String platform,
java.lang.String numcpus,
java.lang.String miscinfo,
java.lang.String host,
java.lang.String user)
Sends information to Theoretical Biophysics Group whenever
JMV is accessed from the webpage. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TBSOFT_TRACK_HOST
public static final java.lang.String TBSOFT_TRACK_HOST
- Theoretical Biophysics host
TBSOFT_TRACK_PORT
public static final int TBSOFT_TRACK_PORT
- Theoretical Biophysics tracking port
TBSoft
public TBSoft()
- Constructor
init
public void init()
sendusage
public void sendusage(java.lang.String program,
java.lang.String versionnum,
java.lang.String platform,
java.lang.String numcpus,
java.lang.String miscinfo,
java.lang.String host,
java.lang.String user)
- Sends information to Theoretical Biophysics Group whenever
JMV is accessed from the webpage. This information is used to help
determine what platforms users are using, etc. This will help us
make JMV more helpful to the users
- Parameters:
program
- name of the program to be checkedversionnum
- version of the programplatform
- platform user is usingnumcpus
- number of cpus user is usingmiscinfo
- other informationhost
- host machineuser
- user