
A property name must be one of the configuration properties defined by the resource adaptor. The configuration properties
defined by a resource adaptor can be retrieved via the Resource Management MBean
getConfigurationProperties
method.
Configuration properties that have no default value defined by the resource adaptor must be specified in the properties parameter
when creating an RA entity. A configuration property can be specified at most once. If a property value is required to include a
comma, the value may be quoted using double quotes (
’"’
). Alternatively a backslash (
‘
\
’
) can be used to escape the character
following it (relieving that following character of any special meaning). An equals sign appearing as part of the value will
simply be treated as part of the value.
Property string examples include:
•
host=localhost,port=5000
•
settings="1,5,7,8,9",colour=blue
•
settings=1
\
,5
\
,7
\
,8
\
,9,colour=blue
C.4 Entity Binding
SBBs use JNDI to lookup a reference to a Java object instance that represents a resource adaptor entity. Section 6.13.2.12 of the
JAIN SLEE 1.0 technical specification (“Declaration of resource adaptor entity bindings in the SBB deployment descriptor”)
specifies that an SBB deployment descriptor contains two elements to achieve this. The first element is the
resource-adaptor-
-object-name
; this element should match some name that the SBB will use in its JNDI lookup calls to get a reference to
the resource adaptor provided object. The second is the
resource-adaptor-entity-link
element; this element contains
a string value that defines a link name which is associated with the resource adaptor entity that will be bound in the SBBs
JNDI namespace at the
resource-adaptor-object-name
location. Link names
resource-adaptor-entity-link
can be
associated with a resource adaptor entity and removed using the Resource Management MBean.
Open Cloud Rhino 1.4.3 Administration Manual v1.1 184
Komentáře k této Příručce