JBoss.orgCommunity Documentation

Chapter 9. Tools

9.1. Introduction
9.2. RMIC Extensions
9.2.1. Command Line Usage
9.2.2. ANT Usage

This chapter includes descriptions of JTS specific tools.

The RMIC extensions allow stubs and tie classes to be generated for transactional RMI-IIOP objects. A transactional object is one which wishes to receive transactional context when one of its methods is invoked. Without transactional object support an RMI-IIOP object won't have transactional context propagated to it when its methods are invoked.

The tool works in two ways: i) via the command line, ii) via ANTs RMIC compiler task. Examples of how to use the tool via these methods are covered in the following sections.