Previous Next Contents Index


Preface


The JavaTM Dynamic ManagementTM Kit provides a set of Java classes and tools that simplifies the development of dynamically extensible, smart agents. Such agents are applicable to network management, system management, application management, and service management. The Java Dynamic Management Kit Programming Guide presents the architecture of the Java Dynamic Management Kit and explains how to use the product for developing agents and applications to manage them.


Who Should Use This Book

This book is aimed at agent developers, who are likely to be experienced system programmers, with an understanding of network management concepts. Familiarity with Java programming and the JavaBeansTM component model is assumed.


Related Documentation

Programming reference information on the Java packages supplied with the Java Dynamic Management Kit is provided as HTML files that can be read using a Web browser. To access the HTML documentation after installation, open the HTML page for your environment in a Web browser:

In a Solaris environment

installDir/SUNWconn/jaw/docs/locale/C/JDMKAPI/packages.html

In a Windows NT environment

installDir\SUNWconn\jaw\docs\locale\C\JDMKAPI\packages.html


Each of these pages contains an index of the Java packages supplied with the Java Dynamic Management Kit.


How This Book Is Organized

Part I "Getting Started" introduces the Java Dynamic Management Kit and provides a tutorial example.

Part II "Using Java Dynamic Management Kit Core Technology" describes how to use the parts of the product that all application developers will use.

Part III "Problem Solving" explains how to use the tools provided for testing m-beans under development and how to solve commonly encountered problems using the Java Dynamic Management Kit.

Part IV "Using the Supplied Services" describes how to use the services supplied by the Java Dynamic Management Kit to ease the development of agents.

Part V "Interoperating With SNMP" describes how to use the tools and APIs supplied by the Java Dynamic Management Kit to develop SNMP agents and managers. It contains:

Part VI "Supplementary Information" includes the appendixes described below.


Ordering Sun Documents

The SunDocsSM program provides more than 250 manuals from Sun Microsystems, Inc. If you live in the United States, Canada, Europe, or Japan, you can purchase documentation sets or individual manuals using this program.

For a list of documents and how to order them, see the catalog section of SunExpressTM On The Internet at http://www.sun.com/sunexpress.


Accessing Sun Documentation Online

The docs.sun.com Web site enables you to access Sun technical documentation online. You can browse the docs.sun.com archive or search for a specific book title or subject. The URL is http://docs.sun.com/.


What Typographic Changes Mean

The following table describes the typographic changes used in this book.

TABLE  P-1 Typographic Conventions 

Typeface or Symbol
Meaning
Example

AaBbCc123

The names of commands, files, and directories; on-screen computer output

Edit your .login file.

Use ls -a to list all files.

machine_name% You have mail.

AaBbCc123

What you type, contrasted with on-screen computer output

machine_name% su

Password:

AaBbCc123

Command-line placeholder:

replace with a real name or value

To delete a file, type rm filename.

AaBbCc123

Book titles, new words or terms, or words to be emphasized

Read Chapter 6 in User's Guide. These are called class options.

You must be root to do this.



Prompts in Command Examples

The following table shows the default system prompt and superuser prompt for the UNIX C shell, Bourne shell, and Korn shell. It also shows the prompt for the Windows NT command shell.

TABLE  P-2 Command Environment Prompts

Command Environment
Prompt

C shell

prompt%

C shell superuser

prompt#

Bourne shell and Korn shell

$

Bourne shell and Korn shell superuser

#

Windows NT

C:\>




Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303 U.S.A.
Copyright in French

Previous Next Contents Index