A collection Context elements that the Client is allowed to access.
Syntax
<Contexts default="..."> <Context id="..." /> ...
</Contexts>
Arguments
Name | Required | Description | Example |
---|
default | Yes | A valid Context id. This is provided to the Client so that it will know which Context to use, by default, if multiple Contexts are defined (and the Client does not have the means select which one to use). | default="Employee-Embedded-JDBC" |
Properties
Example
<Contexts default="Employees-Embed-JDBC"> <Context id="Employees-Embed-JDBC" /> <Context id="Employees-MySQL-JDBC" /> <Context id="Employees-UnboundID-LDAP" /> <Context id="Employees-OpenDS-JNDI" /> </Contexts>
|