[Contents] [Prev] [Next] [Index] [Report an Error]


<configuration>

Usage

<!-- when emitted by a client application -->
<rpc>
    <load-configuration>
        <configuration>
            <!-- tag elements representing configuration objects to load -->
        </configuration>
    </load-configuration>
</rpc>

<!-- when emitted by the JUNOScript server -->
<rpc-reply>
    <configuration>
        <!-- tag elements representing objects in the current configuration -->
    </configuration>
</rpc-reply>

Description

Enclose JUNOScript tag elements that represent one or more configuration objects.

See Also

<rpc>, <rpc-reply>


[Contents] [Prev] [Next] [Index] [Report an Error]