JMV 0.74 Programmer's Documentation

Class TBSoft

java.lang.Object
  |
  +--TBSoft

public class TBSoft
extends java.lang.Object

Theoritical Biophysics Software Usage tracker


Field Summary
static java.lang.String TBSOFT_TRACK_HOST
          Theoretical Biophysics host
static int TBSOFT_TRACK_PORT
          Theoretical Biophysics tracking port
 
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
 

Field Detail

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
Constructor Detail

TBSoft

public TBSoft()
Constructor
Method Detail

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 checked
versionnum - version of the program
platform - platform user is using
numcpus - number of cpus user is using
miscinfo - other information
host - host machine
user - user

Copyright (C) 2000-2002 The Board of Trustees of the University of Illinois