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;
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);
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 URL as %String (MAXLEN = 100);
JMS server URL
Property methods: URLDisplayToLogical(), URLGet(), URLIsValid(), URLLogicalToDisplay(), URLLogicalToOdbc(), URLNormalize(), URLSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()