BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

http://www.bea.com/ns/weblogic/90/diagnostics
complexType wldfjms-notificationType

Super Types
{http://www.bea.com/ns/weblogic/90/diagnostics}wldfjms-notificationType (extension)

Documentation
Corresponds to WLDFJMSNotificationBean
Properties
This component is not nillable.

Model
<...>
(destination-jndi-name, connection-factory-jndi-name )
</...>


Nested Element Summary
 connection-factory-jndi-name
          The JNDI name of the JMS connection factory. 
 destination-jndi-name
          The JNDI name of the JMS destination. 
Source
<xs:complexType name="wldfjms-notificationType">
<xs:complexContent>
<xs:extension base="diag:wldf-notificationType">
<xs:sequence>
<xs:element minOccurs="0" name="destination-jndi-name" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="connection-factory-jndi-name" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation