org.systemsbiology.gaggle.core
Interface GaggleConstants


public interface GaggleConstants

Be sure and change these when you start work on a new version of the API.


Field Summary
static java.lang.String BOSS_URL
          the url for the self-starting boss; this must change with API version
static java.lang.String GAGGLE_VERSION
          todo - use this in RMI connection url to provide better handling of errors when incompatible bosses/geese try to connect.
 

Field Detail

GAGGLE_VERSION

static final java.lang.String GAGGLE_VERSION
todo - use this in RMI connection url to provide better handling of errors when incompatible bosses/geese try to connect. must change with version API.

See Also:
Constant Field Values

BOSS_URL

static final java.lang.String BOSS_URL
the url for the self-starting boss; this must change with API version

See Also:
Constant Field Values