Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element ConnectionFactory
Annotations

https://kb.sos-berlin.com/display/PKB/JobScheduler+Monitoring+Configuration+Reference+-+ConnectionFactory

References Notes

Using of a JMS ConnectionFactory implementation.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_ConnectionFactory.tmp#ConnectionFactory_java_class SystemMonitorNotification_v1_0_xsd_Element_ConnectionFactory.tmp#ConnectionFactory_user_name SystemMonitorNotification_v1_0_xsd_Element_ConnectionFactory.tmp#ConnectionFactory_password SystemMonitorNotification_v1_0_xsd_Element_ConstructorArguments.tmp#ConstructorArguments
Properties
content complex
Used by
Element NotificationJMS
Model
Instance
<ConnectionFactory java_class="" password="" user_name="">
  <ConstructorArguments>{0,1}</ConstructorArguments>
</ConnectionFactory>
Attributes
QName Type Use Annotation
java_class required

Java class of the JMS ConnectionFactory.

e.g.: org.apache.activemq.ActiveMQConnectionFactory

password optional
The caller's password.
user_name optional
The caller's user name.
Attribute ConnectionFactory / @java_class
Annotations

Java class of the JMS ConnectionFactory.

e.g.: org.apache.activemq.ActiveMQConnectionFactory

Properties
use required
Used by
Attribute ConnectionFactory / @user_name
Annotations
The caller's user name.
Used by
Attribute ConnectionFactory / @password
Annotations
The caller's password.
Used by