Package com.ibm.mq.jakarta.jms
Enum MQConnectionFactory.ConnectionFactoryProperty
java.lang.Object
java.lang.Enum<MQConnectionFactory.ConnectionFactoryProperty>
com.ibm.mq.jakarta.jms.MQConnectionFactory.ConnectionFactoryProperty
- All Implemented Interfaces:
Serializable,Comparable<MQConnectionFactory.ConnectionFactoryProperty>,java.lang.constant.Constable
- Enclosing class:
MQConnectionFactory
public static enum MQConnectionFactory.ConnectionFactoryProperty
extends Enum<MQConnectionFactory.ConnectionFactoryProperty>
This enumeration represents all the Administrative Properties of MQConnectionFactory objects.
Including Queue, Topic, and cross domain Connection Factories. This can be used to get the
Canonical property name, the JMS Admin short and long names. To represent the Queue, Topic, or
cross domain nature of an object use the constants below see JmsConstants.ADMIN_QUEUE_DOMAIN
see JmsConstants.ADMIN_TOPIC_DOMAIN see JmsConstants.ADMIN_CROSS_DOMAIN
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionintReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.values(short domainArg) get all the values for the required domain For either topic or queue will include all the cross domain properties as wellMethods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
ASYNC_EXCEPTIONS
-
WMQ_APPNAME
-
WMQ_BALTYPE
-
WMQ_BROKER_CC_SUBQ
-
WMQ_BROKER_CONTROLQ
-
WMQ_BROKER_PUBQ
-
WMQ_BROKER_QMGR
-
WMQ_BROKER_SUBQ
-
WMQ_BROKER_VERSION
-
CLIENT_ID
-
WMQ_CCDTURL
-
WMQ_CF_DESCRIPTION
-
WMQ_CHANNEL
-
WMQ_CLEANUP_INTERVAL
-
WMQ_CLEANUP_LEVEL
-
WMQ_CLIENT_RECONNECT_OPTIONS
-
WMQ_CLIENT_RECONNECT_TIMEOUT
-
WMQ_CLONE_SUPPORT
-
WMQ_CONNECTION_MODE
-
WMQ_CONNECTION_NAME_LIST
-
WMQ_CONNECTION_TAG
-
WMQ_CONNECT_OPTIONS
-
WMQ_FAIL_IF_QUIESCE
-
WMQ_HEADER_COMP
-
WMQ_HOST_NAME
-
WMQ_LOCAL_ADDRESS
-
WMQ_MAP_NAME_STYLE
-
WMQ_MESSAGE_RETENTION
-
WMQ_MESSAGE_SELECTION
-
WMQ_MSG_BATCH_SIZE
-
WMQ_MSG_COMP
-
WMQ_OPT_PUB
-
WMQ_OUTCOME_NOTIFICATION
-
WMQ_POLLING_INTERVAL
-
WMQ_PORT
-
WMQ_PROCESS_DURATION
-
WMQ_PROVIDER_VERSION
-
WMQ_PUB_ACK_INTERVAL
-
WMQ_QMGR_CCSID
-
WMQ_QUEUE_MANAGER
-
WMQ_RECEIVE_EXIT
-
WMQ_RECEIVE_EXIT_INIT
-
WMQ_RECEIVE_ISOLATION
-
WMQ_RESCAN_INTERVAL
-
WMQ_SECURITY_EXIT
-
WMQ_SECURITY_EXIT_INIT
-
WMQ_SEND_CHECK_COUNT
-
WMQ_SEND_EXIT
-
WMQ_SEND_EXIT_INIT
-
WMQ_SHARE_CONV_ALLOWED
-
WMQ_SPARSE_SUBSCRIPTIONS
-
WMQ_SSL_CERT_STORES_STR
-
WMQ_SSL_CIPHER_SUITE
-
WMQ_SSL_FIPS_REQUIRED
-
WMQ_SSL_KEY_RESETCOUNT
-
WMQ_SSL_PEER_NAME
-
WMQ_STATUS_REFRESH_INTERVAL
-
WMQ_SUBSCRIPTION_STORE
-
WMQ_SYNCPOINT_ALL_GETS
-
WMQ_TARGET_CLIENT_MATCHING
-
WMQ_TEMPORARY_MODEL
-
WMQ_TEMP_Q_PREFIX
-
WMQ_TEMP_TOPIC_PREFIX
-
WMQ_USE_CONNECTION_POOLING
-
WMQ_WILDCARD_FORMAT
-
WMQ_MAX_BUFFER_SIZE
-
RTT_DIRECT_AUTH
-
RTT_MULTICAST
-
RTT_PROXY_HOSTNAME
-
RTT_PROXY_PORT
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDomain
public int getDomain()- Returns:
- the domain
-
getCanonicalKey
- Returns:
- the cannonicalKey
-
getShortAdminKey
- Returns:
- the shortAdminKey
-
getLongAdminKey
- Returns:
- the longAdminKey
-
values
get all the values for the required domain For either topic or queue will include all the cross domain properties as well- Parameters:
domainArg- Domain for which properties to be returned.- Returns:
- Array of Connection Factory Property Objects
-