Chapter 6. JBoss Transaction Server Run-time Information

Each JBoss Transaction Server module contains an Info class. This class provides a toString method, which returns an XML dump of the configuration information for the module in question. See Example 6.1, “Using the toString Method” for an example of the output.

Example 6.1. Using the toString Method

<module-info>
  <source-identifier>unknown</source-identifier>
  <build-information>
    Arjuna Technologies [mlittle] (Windows 2000 5.0)
  </build-information>
  <version>unknown</version>
  <date>2002/06/15 04:06 PM</date>
  <notes></notes>
  <configuration>
    <properties-file dir="null">arjuna.properties</properties-file>
    <object-store-root>null</object-store-root>
  </configuration>
</module-info>