com.ibm.mq.explorer.ui.extensions

Class ActionFilterNames

  • java.lang.Object
    • com.ibm.mq.explorer.ui.extensions.ActionFilterNames


  • public class ActionFilterNames
    extends java.lang.Object
    Common constants used by other classes in this and other packages.
    • Field Detail

      • SHORT_COPYRIGHT_STRING

        public static final java.lang.String SHORT_COPYRIGHT_STRING
        Shortened version of copyright notice
        See Also:
        Constant Field Values
      • SCCSID

        public static final java.lang.String SCCSID
        CMVC descriptors - expanded during extraction
        See Also:
        Constant Field Values
      • IAF_ATTR_PLUGIN_ENABLED

        public static final java.lang.String IAF_ATTR_PLUGIN_ENABLED
        Define the IActionFilter attribute name for testing if a plugin is enabled
        See Also:
        Constant Field Values
      • IAF_ATTR_TREENODE_ID

        public static final java.lang.String IAF_ATTR_TREENODE_ID
        Define the IActionFilter attribute name for testing a TreeNode id
        See Also:
        Constant Field Values
      • IAF_ATTR_TREENODE_PREFIX

        public static final java.lang.String IAF_ATTR_TREENODE_PREFIX
        Define the IActionFilter attribute name for testing a TreeNode prefix
        See Also:
        Constant Field Values
      • IAF_ATTR_OBJECT_NAME_EQUALS

        public static final java.lang.String IAF_ATTR_OBJECT_NAME_EQUALS
        Define the IActionFilter attribute name for testing an Object name (equals)
        See Also:
        Constant Field Values
      • IAF_ATTR_OBJECT_NAME_STARTS_WITH

        public static final java.lang.String IAF_ATTR_OBJECT_NAME_STARTS_WITH
        Define the IActionFilter attribute name for testing an Object name (starts with)
        See Also:
        Constant Field Values
      • IAF_ATTR_OBJECT_NAME_ENDS_WITH

        public static final java.lang.String IAF_ATTR_OBJECT_NAME_ENDS_WITH
        Define the IActionFilter attribute name for testing an Object name (ends with)
        See Also:
        Constant Field Values
      • IAF_ATTR_OBJECT_NAME_MATCHES

        public static final java.lang.String IAF_ATTR_OBJECT_NAME_MATCHES
        Define the IActionFilter attribute name for testing an Object name (matches java regular expression) (uses the matches() method in the Java String class)
        See Also:
        Constant Field Values
      • IAF_ATTR_OBJECT_NAME_CONTAINS

        public static final java.lang.String IAF_ATTR_OBJECT_NAME_CONTAINS
        Define the IActionFilter attribute name for testing an Object name (contains)
        See Also:
        Constant Field Values
      • IAF_ATTR_OBJECT_TYPE

        public static final java.lang.String IAF_ATTR_OBJECT_TYPE
        Define the IActionFilter attribute name for testing an Object type
        See Also:
        Constant Field Values
      • IAF_ATTR_SYSTEM_OBJECT

        public static final java.lang.String IAF_ATTR_SYSTEM_OBJECT
        Define the IActionFilter attribute name for testing if an object is a system object
        See Also:
        Constant Field Values
      • IAF_VALUE_SYSTEM_OBJECT

        public static final java.lang.String IAF_VALUE_SYSTEM_OBJECT
        Define the IActionFilter attribute value for whether an object is a system object
        See Also:
        Constant Field Values
      • IAF_VALUE_NON_SYSTEM_OBJECT

        public static final java.lang.String IAF_VALUE_NON_SYSTEM_OBJECT
        Define the IActionFilter attribute value for whether an object is a system object
        See Also:
        Constant Field Values
      • IAF_ATTR_QSG_DISPOSITION

        public static final java.lang.String IAF_ATTR_QSG_DISPOSITION
        Define the IActionFilter attribute name for testing queue sharing group disposition
        See Also:
        Constant Field Values
      • IAF_VALUE_QSG_QMGR

        public static final java.lang.String IAF_VALUE_QSG_QMGR
        Define the IActionFilter attribute value for queue manager QSG disposition
        See Also:
        Constant Field Values
      • IAF_VALUE_QSG_COPY

        public static final java.lang.String IAF_VALUE_QSG_COPY
        Define the IActionFilter attribute value for copy QSG disposition
        See Also:
        Constant Field Values
      • IAF_VALUE_QSG_SHARED

        public static final java.lang.String IAF_VALUE_QSG_SHARED
        Define the IActionFilter attribute value for shared QSG disposition
        See Also:
        Constant Field Values
      • IAF_VALUE_QSG_GROUP

        public static final java.lang.String IAF_VALUE_QSG_GROUP
        Define the IActionFilter attribute value for group QSG disposition
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_CONN_TYPE

        public static final java.lang.String IAF_ATTR_QMGR_CONN_TYPE
        Define the IActionFilter attribute name for testing queue manager connection type
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_CONN_DIRECT

        public static final java.lang.String IAF_VALUE_QMGR_CONN_DIRECT
        Define the IActionFilter attribute name for queue manager direct connections
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_CONN_INDIRECT

        public static final java.lang.String IAF_VALUE_QMGR_CONN_INDIRECT
        Define the IActionFilter attribute name for queue manager indirect connections
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_CONN_CLIENT

        public static final java.lang.String IAF_VALUE_QMGR_CONN_CLIENT
        Define the IActionFilter attribute name for queue manager client connections
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_CONN_CLIENT_MULTI_INSTANCE

        public static final java.lang.String IAF_VALUE_QMGR_CONN_CLIENT_MULTI_INSTANCE
        Define the IActionFilter attribute name for client connection to multi-instance queue manager
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_CONN_CLIENT_CCDT

        public static final java.lang.String IAF_VALUE_QMGR_CONN_CLIENT_CCDT
        Define the IActionFilter attribute name for client connection using a CCDT
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_TYPE

        public static final java.lang.String IAF_ATTR_QMGR_TYPE
        Define the IActionFilter attribute name for testing a queue manager type
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_LOCAL

        public static final java.lang.String IAF_VALUE_QMGR_LOCAL
        Define the IActionFilter attribute value for the queue manager type local
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_REMOTE

        public static final java.lang.String IAF_VALUE_QMGR_REMOTE
        Define the IActionFilter attribute value for the queue manager type remote
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_STATUS

        public static final java.lang.String IAF_ATTR_QMGR_STATUS
        Define the IActionFilter attribute name for testing queue manager status
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_STARTED

        public static final java.lang.String IAF_VALUE_QMGR_STARTED
        Define the IActionFilter attribute value for a started queue manager
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_STOPPED

        public static final java.lang.String IAF_VALUE_QMGR_STOPPED
        Define the IActionFilter attribute value for a stopped queue manager
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_STANDBY

        public static final java.lang.String IAF_VALUE_QMGR_STANDBY
        Define the IActionFilter attribute value for a running as standby queue manager
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_CONNECTED

        public static final java.lang.String IAF_ATTR_QMGR_CONNECTED
        Define the IActionFilter attribute name for testing if Explorer is connected to a queue manager
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_CONNECTED

        public static final java.lang.String IAF_VALUE_QMGR_CONNECTED
        Define the IActionFilter attribute value for connected to a queue manager
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_DISCONNECTED

        public static final java.lang.String IAF_VALUE_QMGR_DISCONNECTED
        Define the IActionFilter attribute value for a disconnected from a queue manager
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_CMD_SVR_STATUS

        public static final java.lang.String IAF_ATTR_QMGR_CMD_SVR_STATUS
        Define the IActionFilter attribute name for testing if a queue manager has a command server running
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_CMD_SVR_RUNNING

        public static final java.lang.String IAF_VALUE_QMGR_CMD_SVR_RUNNING
        Define the IActionFilter attribute value for command server running
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_CMD_SVR_STOPPED

        public static final java.lang.String IAF_VALUE_QMGR_CMD_SVR_STOPPED
        Define the IActionFilter attribute value for command server stopped
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_PLATFORM

        public static final java.lang.String IAF_ATTR_QMGR_PLATFORM
        Define the IActionFilter attribute name for testing the platform of a queue manager
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_PLATFORM_ZSERIES

        public static final java.lang.String IAF_VALUE_QMGR_PLATFORM_ZSERIES
        Define the IActionFilter attribute value for the zSeries platform (z/OS)
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_PLATFORM_OS2

        public static final java.lang.String IAF_VALUE_QMGR_PLATFORM_OS2
        Define the IActionFilter attribute value for the os/2 platform
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_PLATFORM_UNIX

        public static final java.lang.String IAF_VALUE_QMGR_PLATFORM_UNIX
        Define the IActionFilter attribute value for the Unix platforms (inc Linux, AIX)
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_PLATFORM_ISERIES

        public static final java.lang.String IAF_VALUE_QMGR_PLATFORM_ISERIES
        Define the IActionFilter attribute value for the iSeries platform (OS/400)
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_PLATFORM_WINDOWS

        public static final java.lang.String IAF_VALUE_QMGR_PLATFORM_WINDOWS
        Define the IActionFilter attribute value for the Windows platforms
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_PLATFORM_VMS

        public static final java.lang.String IAF_VALUE_QMGR_PLATFORM_VMS
        Define the IActionFilter attribute value for the VMS platform
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_PLATFORM_NSK

        public static final java.lang.String IAF_VALUE_QMGR_PLATFORM_NSK
        Define the IActionFilter attribute value for the NSK platform
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_UUID_KNOWN

        public static final java.lang.String IAF_ATTR_QMGR_UUID_KNOWN
        Define the IActionFilter attribute name for whether the UUID is known
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_UUID_KNOWN

        public static final java.lang.String IAF_VALUE_QMGR_UUID_KNOWN
        Define the IActionFilter attribute value for UUID is known
        See Also:
        Constant Field Values
      • IAF_VALUE_QMGR_UUID_UNKNOWN

        public static final java.lang.String IAF_VALUE_QMGR_UUID_UNKNOWN
        Define the IActionFilter attribute value for UUID is not known
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_CMD_LEVEL_LESSTHAN

        public static final java.lang.String IAF_ATTR_QMGR_CMD_LEVEL_LESSTHAN
        Define the IActionFilter attribute name for testing if the command level of a queue manager is less than a value
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_CMD_LEVEL_EQUALTO

        public static final java.lang.String IAF_ATTR_QMGR_CMD_LEVEL_EQUALTO
        Define the IActionFilter attribute name for testing if the command level of a queue manager is equal to a value
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_CMD_LEVEL_GREATERTHAN

        public static final java.lang.String IAF_ATTR_QMGR_CMD_LEVEL_GREATERTHAN
        Define the IActionFilter attribute name for testing if the command level of a queue manager is greater than a value
        See Also:
        Constant Field Values
      • IAF_ATTR_QMGR_CMD_LEVEL_GREATERTHAN_EQUALTO

        public static final java.lang.String IAF_ATTR_QMGR_CMD_LEVEL_GREATERTHAN_EQUALTO
        Define the IActionFilter attribute name for testing if the command level of a queue manager is greater than or equal to a value
        See Also:
        Constant Field Values
      • IAF_ATTR_Q_TYPE

        public static final java.lang.String IAF_ATTR_Q_TYPE
        Define the IActionFilter attribute name for testing a queue type
        See Also:
        Constant Field Values
      • IAF_VALUE_Q_TYPE_LOCAL

        public static final java.lang.String IAF_VALUE_Q_TYPE_LOCAL
        Define the IActionFilter attribute value for the queue type local
        See Also:
        Constant Field Values
      • IAF_VALUE_Q_TYPE_MODEL

        public static final java.lang.String IAF_VALUE_Q_TYPE_MODEL
        Define the IActionFilter attribute value for the queue type model
        See Also:
        Constant Field Values
      • IAF_VALUE_Q_TYPE_REMOTE

        public static final java.lang.String IAF_VALUE_Q_TYPE_REMOTE
        Define the IActionFilter attribute value for the queue type remote
        See Also:
        Constant Field Values
      • IAF_VALUE_Q_TYPE_ALIAS

        public static final java.lang.String IAF_VALUE_Q_TYPE_ALIAS
        Define the IActionFilter attribute value for the queue type alias
        See Also:
        Constant Field Values
      • IAF_ATTR_Q_USAGE

        public static final java.lang.String IAF_ATTR_Q_USAGE
        Define the IActionFilter attribute name for testing queue usage
        See Also:
        Constant Field Values
      • IAF_VALUE_Q_USAGE_NORMAL

        public static final java.lang.String IAF_VALUE_Q_USAGE_NORMAL
        Define the IActionFilter attribute value for queue usage normal
        See Also:
        Constant Field Values
      • IAF_VALUE_Q_USAGE_TRANSMISSION

        public static final java.lang.String IAF_VALUE_Q_USAGE_TRANSMISSION
        Define the IActionFilter attribute value for queue usage transmission
        See Also:
        Constant Field Values
      • IAF_ATTR_CHANNEL_TYPE

        public static final java.lang.String IAF_ATTR_CHANNEL_TYPE
        Define the IActionFilter attribute name for testing a channel type
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_SERVER

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_SERVER
        Define the IActionFilter attribute value for the channel type server
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_SENDER

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_SENDER
        Define the IActionFilter attribute value for the channel type sender
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_REQUESTER

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_REQUESTER
        Define the IActionFilter attribute value for the channel type requester
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_RECEIVER

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_RECEIVER
        Define the IActionFilter attribute value for the channel type receiver
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_SVRCONN

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_SVRCONN
        Define the IActionFilter attribute value for the channel type server connection
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_CLNTCONN

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_CLNTCONN
        Define the IActionFilter attribute value for the channel type client connection
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_CLUSSDR

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_CLUSSDR
        Define the IActionFilter attribute value for the channel type cluster sender
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_CLUSRCVR

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_CLUSRCVR
        Define the IActionFilter attribute value for the channel type cluster receiver
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_TYPE_AMQP

        public static final java.lang.String IAF_VALUE_CHANNEL_TYPE_AMQP
        Define the IActionFilter attribute value for the channel type AMQP
        See Also:
        Constant Field Values
      • IAF_ATTR_CHANNEL_OVERALL_STATUS

        public static final java.lang.String IAF_ATTR_CHANNEL_OVERALL_STATUS
        Define the IActionFilter attribute name for testing channel overall status
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_BINDING

        public static final java.lang.String IAF_VALUE_CHANNEL_BINDING
        Define the IActionFilter attribute value for the channel overall status - binding
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_STARTING

        public static final java.lang.String IAF_VALUE_CHANNEL_STARTING
        Define the IActionFilter attribute value for the channel overall status - starting
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_RUNNING

        public static final java.lang.String IAF_VALUE_CHANNEL_RUNNING
        Define the IActionFilter attribute value for the channel overall status - running
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_PAUSED

        public static final java.lang.String IAF_VALUE_CHANNEL_PAUSED
        Define the IActionFilter attribute value for the channel overall status - paused
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_STOPPING

        public static final java.lang.String IAF_VALUE_CHANNEL_STOPPING
        Define the IActionFilter attribute value for the channel overall status - stopping
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_RETRYING

        public static final java.lang.String IAF_VALUE_CHANNEL_RETRYING
        Define the IActionFilter attribute value for the channel overall status - retrying
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_SWITCHING

        public static final java.lang.String IAF_VALUE_CHANNEL_SWITCHING
        Define the IActionFilter attribute value for the channel overall status - switching
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_STOPPED

        public static final java.lang.String IAF_VALUE_CHANNEL_STOPPED
        Define the IActionFilter attribute value for the channel overall status - stopped
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_REQUESTING

        public static final java.lang.String IAF_VALUE_CHANNEL_REQUESTING
        Define the IActionFilter attribute value for the channel overall status - requesting
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_INITIALIZING

        public static final java.lang.String IAF_VALUE_CHANNEL_INITIALIZING
        Define the IActionFilter attribute value for the channel overall status - initializing
        See Also:
        Constant Field Values
      • IAF_VALUE_CHANNEL_INACTIVE

        public static final java.lang.String IAF_VALUE_CHANNEL_INACTIVE
        Define the IActionFilter attribute value for the channel overall status - inactive
        See Also:
        Constant Field Values
      • IAF_ATTR_SERVICE_STATUS

        public static final java.lang.String IAF_ATTR_SERVICE_STATUS
        Define the IActionFilter attribute name for service status
        See Also:
        Constant Field Values
      • IAF_VALUE_SERVICE_RUNNING

        public static final java.lang.String IAF_VALUE_SERVICE_RUNNING
        Define the IActionFilter attribute value for a running service
        See Also:
        Constant Field Values
      • IAF_VALUE_SERVICE_STOPPED

        public static final java.lang.String IAF_VALUE_SERVICE_STOPPED
        Define the IActionFilter attribute value for a stopped service
        See Also:
        Constant Field Values
      • IAF_VALUE_SERVICE_STOPPING

        public static final java.lang.String IAF_VALUE_SERVICE_STOPPING
        Define the IActionFilter attribute value for a stopping service
        See Also:
        Constant Field Values
      • IAF_VALUE_SERVICE_STARTING

        public static final java.lang.String IAF_VALUE_SERVICE_STARTING
        Define the IActionFilter attribute value for a starting service
        See Also:
        Constant Field Values
      • IAF_VALUE_SERVICE_RETRYING

        public static final java.lang.String IAF_VALUE_SERVICE_RETRYING
        Define the IActionFilter attribute value for a retrying service
        See Also:
        Constant Field Values
      • IAF_ATTR_LISTENER_TYPE

        public static final java.lang.String IAF_ATTR_LISTENER_TYPE
        Define the IActionFilter attribute name for testing a listener type
        See Also:
        Constant Field Values
      • IAF_VALUE_LISTENER_TYPE_TCP

        public static final java.lang.String IAF_VALUE_LISTENER_TYPE_TCP
        Define the IActionFilter attribute value for the listener type TCP
        See Also:
        Constant Field Values
      • IAF_VALUE_LISTENER_TYPE_NETBIOS

        public static final java.lang.String IAF_VALUE_LISTENER_TYPE_NETBIOS
        Define the IActionFilter attribute value for the listener type NetBIOS
        See Also:
        Constant Field Values
      • IAF_VALUE_LISTENER_TYPE_SPX

        public static final java.lang.String IAF_VALUE_LISTENER_TYPE_SPX
        Define the IActionFilter attribute value for the listener type SPX
        See Also:
        Constant Field Values
      • IAF_VALUE_LISTENER_TYPE_LU62

        public static final java.lang.String IAF_VALUE_LISTENER_TYPE_LU62
        Define the IActionFilter attribute value for the listener type LU62
        See Also:
        Constant Field Values
      • IAF_ATTR_LISTENER_STATUS

        public static final java.lang.String IAF_ATTR_LISTENER_STATUS
        Define the IActionFilter attribute name for listener status
        See Also:
        Constant Field Values
      • IAF_VALUE_LISTENER_RUNNING

        public static final java.lang.String IAF_VALUE_LISTENER_RUNNING
        Define the IActionFilter attribute value for a running listener
        See Also:
        Constant Field Values
      • IAF_VALUE_LISTENER_STOPPED

        public static final java.lang.String IAF_VALUE_LISTENER_STOPPED
        Define the IActionFilter attribute value for a stopped listener
        See Also:
        Constant Field Values
      • IAF_VALUE_LISTENER_STARTING

        public static final java.lang.String IAF_VALUE_LISTENER_STARTING
        Define the IActionFilter attribute value for a starting listener
        See Also:
        Constant Field Values
      • IAF_VALUE_LISTENER_STOPPING

        public static final java.lang.String IAF_VALUE_LISTENER_STOPPING
        Define the IActionFilter attribute value for a stopping listener
        See Also:
        Constant Field Values
      • IAF_ATTR_INSTALL_TYPE

        public static final java.lang.String IAF_ATTR_INSTALL_TYPE
        Define the IActionFilter attribute name for installation type, e.g. Client or Server
        See Also:
        Constant Field Values
      • IAF_VALUE_SERVER_INSTALL

        public static final java.lang.String IAF_VALUE_SERVER_INSTALL
        Define the IActionFilter attribute value for a Server installation
        See Also:
        Constant Field Values
      • IAF_VALUE_CLIENT_INSTALL

        public static final java.lang.String IAF_VALUE_CLIENT_INSTALL
        Define the IActionFilter attribute value for a Client installation
        See Also:
        Constant Field Values
      • IAF_VALUE_JAVA_INSTALL

        public static final java.lang.String IAF_VALUE_JAVA_INSTALL
        Define the IActionFilter attribute value for a Java installation
        See Also:
        Constant Field Values
      • IAF_ATTR_SHOW_INSTANCES_DIALOG

        public static final java.lang.String IAF_ATTR_SHOW_INSTANCES_DIALOG
        Define the IActionFilter attribute name for showing the Manage Instances dialog
        See Also:
        Constant Field Values
      • IAF_ATTR_SUPPORT_DELETE

        public static final java.lang.String IAF_ATTR_SUPPORT_DELETE
        Define the IActionFilter attribute name for whether objects can be deleted
        See Also:
        Constant Field Values
      • IAF_ATTR_HIDDEN_QM

        public static final java.lang.String IAF_ATTR_HIDDEN_QM
        Define the IActionFilter attribute name for declaring if there are hidden QMs
        See Also:
        Constant Field Values
      • IAF_VALUE_TRUE

        public static final java.lang.String IAF_VALUE_TRUE
        Define the IActionFilter attribute value for true"
        See Also:
        Constant Field Values
      • IAF_VALUE_FALSE

        public static final java.lang.String IAF_VALUE_FALSE
        Define the IActionFilter attribute value for false"
        See Also:
        Constant Field Values
      • IAF_ATTR_CHLAUTH_TYPE

        public static final java.lang.String IAF_ATTR_CHLAUTH_TYPE
        Define the IActionFilter attribute name for testing a channel Authentication record type
        See Also:
        Constant Field Values
      • IAF_VALUE_CHLAUTH_TYPE_BLOCKUSER

        public static final java.lang.String IAF_VALUE_CHLAUTH_TYPE_BLOCKUSER
        Define the IActionFilter attribute value for a user block list channel Authentication type
        See Also:
        Constant Field Values
      • IAF_VALUE_CHLAUTH_TYPE_BLOCKADDR

        public static final java.lang.String IAF_VALUE_CHLAUTH_TYPE_BLOCKADDR
        Define the IActionFilter attribute value for a address block list channel Authentication type
        See Also:
        Constant Field Values
      • IAF_VALUE_CHLAUTH_TYPE_SSLPEERMAP

        public static final java.lang.String IAF_VALUE_CHLAUTH_TYPE_SSLPEERMAP
        Define the IActionFilter attribute value for a SSL peer map channel Authentication record type
        See Also:
        Constant Field Values
      • IAF_VALUE_CHLAUTH_TYPE_ADDRESSMAP

        public static final java.lang.String IAF_VALUE_CHLAUTH_TYPE_ADDRESSMAP
        Define the IActionFilter attribute value for a address map channel Authentication record type
        See Also:
        Constant Field Values
      • IAF_VALUE_CHLAUTH_TYPE_USERMAP

        public static final java.lang.String IAF_VALUE_CHLAUTH_TYPE_USERMAP
        Define the IActionFilter attribute value for a user map channel Authentication record type
        See Also:
        Constant Field Values
      • IAF_VALUE_CHLAUTH_TYPE_QMGRMAP

        public static final java.lang.String IAF_VALUE_CHLAUTH_TYPE_QMGRMAP
        Define the IActionFilter attribute value for a queue manager map channel Authentication record type
        See Also:
        Constant Field Values