-----------------------------------------------------------------------

	"@(#)README 3.5 99/03/23 SMI"

	Copyright (c) 03/23/99, by Sun Microsystems, Inc.
	All rights reserved.

-----------------------------------------------------------------------

			Agent Example
			=============


-----------------------------------------------------------------------
1. Example overview
-----------------------------------------------------------------------
This example shows how to use an agent to control m-beans.

The current directory contains the following source files:
   * Agent.java:
 	- Implements a basic agent application.
	- Initializes the framework.
	- Adds an RMI adaptor to the framework.


-----------------------------------------------------------------------
2. Building and running the example
-----------------------------------------------------------------------
To build the agent example, copy the example source files to your 
working directory and type the following commands:

   cd <WORKING_DIR>

   javac -d . Agent.java


To run the version of the example you have just built, type the
following commands:

   # Make sure that no agents are already running 
   # and start the agent:

   java Agent






