Cloud CM-IPMP Guía para resolver problemas Pagina 116

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 201
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 115
The extension deployment descriptor mechanism allows a number of run-time properties of the SBB to be configured. It is
important to note that it does not include additional API requirements or constraints; therefore an SBB that uses the extension
deployment descriptor is still portable across compliant SLEE implementations.
18.5.1 Service Extension Deployment Descriptor
The Service Extension Deployment Descriptor allows changes from the default locking strategy. The default concurrency
control is described in Section 18.3.2. The DTD for the Extension Deployment Descriptor for Services is shown below.
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Use doc-type:
<!DOCTYPE oc-service-xml PUBLIC
"-//Open Cloud Ltd.//DTD JAIN SLEE Service Extension 1.0//EN"
"http://www.opencloud.com/dtd/oc-service-xml_1_0.dtd">
The file META-INF/oc-service.xml must be included in the deployable unit jar
file if defined. Note that since only one of these extension deployment
descriptors can be included in the deployable unit, only one service XML
file should also be included, otherwise deployment errors will result when
Rhino attempts to merge the deployment descriptors using the service ID tags.
-->
<!ELEMENT oc-service-xml (description?, service*)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT service (description?, service-properties?)>
<!ELEMENT service-properties EMPTY>
<!ATTLIST service id ID #REQUIRED>
<!ATTLIST service-properties entity-tree-lock-disabled (True|False) "False">
18.5.2 SBB Extension Deployment Descriptor
The Extension Deployment Descriptor for SBBs allows the default locking strategy for SBBs to be changed. This default is
described in Section 18.3.2. The DTD for the Extension Deployment Descriptor for SBBs is shown below.
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Use doc-type:
<!DOCTYPE oc-sbb-jar PUBLIC
"-//Open Cloud Ltd.//DTD JAIN SLEE SBB Extension 1.0//EN"
"http://www.opencloud.com/dtd/oc-sbb-jar_1_0.dtd">
-->
<!ELEMENT oc-sbb-jar (description?, sbb*, security-permission*)>
Open Cloud Rhino 1.4.3 Administration Manual v1.1 107
Vista de pagina 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 200 201

Comentarios a estos manuales

Sin comentarios