Parameter - Adobe 38000382 - Macromedia JRun - Mac Manual

Jrun sdk guide
Table of Contents

Advertisement

Attribute
collectionId
The following example iterates over the returned
Example 1
<jmcmgmt:objects server="default" type="ejbjar" id="ejb">
<jmcmgmt:getProperty server="default" id="<%= ejb %>" name="Name"/>
</jmcmgmt:objects>
The following example returns a collection of EJBs:
Example 2
<jmcmgmt:objects server="default" type="ejbjar" collectionId="ejbs"/>

parameter

Defines a parameter with a name and value pair. You cannot use the
Description
stand alone tag. It must be embedded within other tags.
Attributes
Attribute
value
name
type
The following example adds the value of the parameter as an argument to the
Example
addDeployDirectory
...
<jmcmgmt:invoke server="default" mbean="DefaultDomain:service=DeployerService"
<jmcmgmt:parameter value="C:\temp\deploy"/>
</jmcmgmt:invoke>
...
When using the
attribute.
62
Chapter 6 Using the JMC Custom Tag Library
Description
The variable name of the collection of objects. Use this attribute to
return the objects as a Collection instance.
Description
The value of the specified parameter.
The name of the parameter.
(Optional.) Declares a classname type for the value. By default, the type of the
value is inferred from the value. If JRun cannot infer the type, JRun converts
the object to a String using the toString method.
method call:
method="addDeployDirectory" errorId="error">
tag, JRun ignores the
invoke
attribute:
id
parameter
attribute and requires the
name
tag as a
type

Advertisement

Table of Contents
loading

This manual is also suitable for:

Macromedia jrun 4

Table of Contents