Previous Topic: Example: Auto-Response Generation for EJB CallsNext Topic: Agent General APIs


Developing Against the Java Agent

The main interface to the DevTest Java Agent from the client side is com.itko.lisa.remote.client.AgentClient. This class has methods to invoke APIs on the agents or the broker, to discover agents and to be notified of their status changes (online/offline).

This class also gives access to the classes responsible for the agent interaction in the main areas of functionality:

Note: You can view detailed information about these classes in the JavaDocs for the agent. The JavaDocs are located in the LISA_HOME\doc directory.

This section contains the following topics:

Agent General APIs

Agent Discovery APIs

Agent Transaction APIs

Agent VSE APIs

Agent API Examples