Skip to main content

EnsLib.JMSPEX.Common

abstract class EnsLib.JMSPEX.Common extends %Library.RegisteredObject

Property Inventory

Parameters

parameter SETTINGS = URL:JMS Settings,InitialContextFactoryName:JMS Settings,ConnectionFactoryName:JMS Settings,ClientID:JMS Settings,Credentials:JMS Settings:credentialsSelector,JNDIProperties:JMS Settings,KeyStorePath:JMS Settings:fileSelector,KeyStoreCredentials:JMS Settings:credentialsSelector,TrustStorePath:JMS Settings:fileSelector,TrustStoreCredentials:JMS Settings:credentialsSelector;

Properties

property ClientID as %String (MAXLEN = 100);
JMS client id
Property methods: ClientIDDisplayToLogical(), ClientIDGet(), ClientIDIsValid(), ClientIDLogicalToDisplay(), ClientIDLogicalToOdbc(), ClientIDNormalize(), ClientIDSet()
property ConnectionFactoryName as %String (MAXLEN = 100) [ InitialExpression = "ConnectionFactory" ];
JMS connection factory name
Property methods: ConnectionFactoryNameDisplayToLogical(), ConnectionFactoryNameGet(), ConnectionFactoryNameIsValid(), ConnectionFactoryNameLogicalToDisplay(), ConnectionFactoryNameLogicalToOdbc(), ConnectionFactoryNameNormalize(), ConnectionFactoryNameSet()
property Credentials as %String (MAXLEN = 200);
This is the ID name of the set of credentials values (Username, Password) to be used to access the Kafka server.
Property methods: CredentialsDisplayToLogical(), CredentialsGet(), CredentialsIsValid(), CredentialsLogicalToDisplay(), CredentialsLogicalToOdbc(), CredentialsNormalize(), CredentialsSet()
property InitialContextFactoryName as %String (MAXLEN = 100);
JMS initial context factory name
Property methods: InitialContextFactoryNameDisplayToLogical(), InitialContextFactoryNameGet(), InitialContextFactoryNameIsValid(), InitialContextFactoryNameLogicalToDisplay(), InitialContextFactoryNameLogicalToOdbc(), InitialContextFactoryNameNormalize(), InitialContextFactoryNameSet()
property JNDIProperties as %String);
Additional JNDI properties as json string
Property methods: JNDIPropertiesDisplayToLogical(), JNDIPropertiesGet(), JNDIPropertiesIsValid(), JNDIPropertiesLogicalToDisplay(), JNDIPropertiesLogicalToOdbc(), JNDIPropertiesNormalize(), JNDIPropertiesSet()
property KeyStoreCredentials as %String (MAXLEN = 200);
Key store credentials. Only password needed.
Property methods: KeyStoreCredentialsDisplayToLogical(), KeyStoreCredentialsGet(), KeyStoreCredentialsIsValid(), KeyStoreCredentialsLogicalToDisplay(), KeyStoreCredentialsLogicalToOdbc(), KeyStoreCredentialsNormalize(), KeyStoreCredentialsSet()
property KeyStorePath as %String (MAXLEN = 1000);
Key store file path
Property methods: KeyStorePathDisplayToLogical(), KeyStorePathGet(), KeyStorePathIsValid(), KeyStorePathLogicalToDisplay(), KeyStorePathLogicalToOdbc(), KeyStorePathNormalize(), KeyStorePathSet()
property TrustStoreCredentials as %String (MAXLEN = 200);
Trust store credentials. Only password needed.
Property methods: TrustStoreCredentialsDisplayToLogical(), TrustStoreCredentialsGet(), TrustStoreCredentialsIsValid(), TrustStoreCredentialsLogicalToDisplay(), TrustStoreCredentialsLogicalToOdbc(), TrustStoreCredentialsNormalize(), TrustStoreCredentialsSet()
property TrustStorePath as %String (MAXLEN = 1000);
Trust store file path
Property methods: TrustStorePathDisplayToLogical(), TrustStorePathGet(), TrustStorePathIsValid(), TrustStorePathLogicalToDisplay(), TrustStorePathLogicalToOdbc(), TrustStorePathNormalize(), TrustStorePathSet()
property URL as %String (MAXLEN = 100);
JMS server URL
Property methods: URLDisplayToLogical(), URLGet(), URLIsValid(), URLLogicalToDisplay(), URLLogicalToOdbc(), URLNormalize(), URLSet()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab