Strategies For Working With The Jmc Custom Tags; Finding Services, Classes, And Methods; Using The Service And Server Attributes - Adobe 38000382 - Macromedia JRun - Mac Manual

Jrun sdk guide
Table of Contents

Advertisement

Strategies for working with the JMC custom tags

The JMC custom tags provide power and flexibility when working with JRun services
and objects. This section describes some strategies for working with this custom tag
library.

Finding services, classes, and methods

To find the possible attributes for services, look in the following places:
HtmlAgentService
can use the HtmlAgentService to determine services availability, and which attributes
of those services are writable. For more information on the HtmlAgentService, see
JRun Administrator's Guide.
jrun.xml file
defined for each JRun server. For more information on the jrun.xml file, see JRun
Administrator's Guide.
JMC source code
tags described in this section. For information on reading the JMC source code, see
"JMC source code overview" on page
JMC Javadocs
available to JRun objects such as servers. The SDK includes a special set of Javadocs
for the JMC objects. You can access these from the sdk_root/docs/jmc-javadocs
directory.
JRun API Javadocs
APIs. You can access these from the jrun_root/docs/Javadocs directory, or from the
documentation homepage (/docs/dochome.htm).

Using the service and server attributes

The
The
path is a service that is specified in jrun.xml (or other XML configuration file) by its
name and the names of its ancestors.
The service paths use the following syntax:
ParentService[.ChildService[.GrandChildService[...]]]
The following table shows several service paths:
Service path
JRunServer
JRunServer.ClusterManager
JRunTransactionService.PrivateJmsDomain
When you specify a
server
Use this web-based interface to access services using JMX. You
Read the jrun.xml file to see services and their attributes that are
Read the JMC source code to see how the JMC uses the JRun
Use the JRun API Javadocs to explore services and methods
attribute specifies a JRun service on which to invoke the tag.
service
attribute does not refer only to a service name; it is a service path. A service
service
service
attribute.
42.
The retail version of JRun includes Javadocs for most JRun
Description
A top-level service.
A service underneath a top-level service.
A service underneath a top-level service.
attribute in a JMC custom tag, you can also specify a
Strategies for working with the JMC custom tags
49

Advertisement

Table of Contents
loading

This manual is also suitable for:

Macromedia jrun 4

Table of Contents