...
This page contains descriptions of those components and how they work internally in BTM 1.3 and 2.x.x as version 1.2 and earlier did not fully respect this modularization.
...
- The serverId is the configured ASCII string, see Configuration13 Configuration2x.
- The timestamp is the amount of milliseconds returned by calls to http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#currentTimeMillis%28%29
- The sequence is a static counter that each JVM maintains independently. It is re-initialized to 0 each time the JVM running a BTM instance is restarted.
...