Java Dynamic Management Kit 3.2 Programming Guide | ||||
---|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
A base agent, which implements the minimum set of services required for an agent to be managed, is provided with the Java Dynamic Management Kit. The base agent is implemented as the com.sun.jaw.impl.base.Main class. It simplifies the management of any machine on which the Java Dynamic Management Kit is installed. All that is required is to start the base agent and then connect to it using either the RMI or HTTP protocols. The agent is then ready to be the subject of management operations and to receive other Java Dynamic Management services downloaded from a remote application.
Note - Before running another agent on the same machine, make sure that the agent does not try to connect to the port used by the default base agent.
![]() | ![]() | ![]() |
Using the Java Beans Development Kit With the Agent Example | ![]() | Starting and Stopping the Base Agent in the Solaris Environment |