Class TreeNodeId

java.lang.Object
com.ibm.mq.explorer.ui.extensions.TreeNodeId

public class TreeNodeId extends Object
Class describing all UI TreeNode id's
  • Field Details

    • SCCSID

      public static final String SCCSID
      SCCS id - expanded when file is extracted from CMVC
      See Also:
    • NODEID_ROOT

      public static final String NODEID_ROOT
      Define the id for the TreeNode - Hidden Root
      See Also:
    • NODEID_WMQ

      public static final String NODEID_WMQ
      Define the id for the TreeNode - WebSphere MQ
      See Also:
    • NODEID_QMGRS

      public static final String NODEID_QMGRS
      Define the id for the TreeNode - Queue Managers
      See Also:
    • NODEID_QUEUES

      public static final String NODEID_QUEUES
      Define the id for the TreeNode - Queues
      See Also:
    • NODEID_ADVANCED

      public static final String NODEID_ADVANCED
      Define the id for the TreeNode - Advanced
      See Also:
    • NODEID_LOADING

      public static final String NODEID_LOADING
      Define the id for the TreeNode - Loading
      See Also:
    • NODEID_CHANNELS

      public static final String NODEID_CHANNELS
      Define the id for the TreeNode - Channels
      See Also:
    • NODEID_CLIENT_CONNS

      public static final String NODEID_CLIENT_CONNS
      Define the id for the TreeNode - Client Connections
      See Also:
    • NODEID_PROCESSES

      public static final String NODEID_PROCESSES
      Define the id for the TreeNode - Processes
      See Also:
    • NODEID_NAMELISTS

      public static final String NODEID_NAMELISTS
      Define the id for the TreeNode - Namelists
      See Also:
    • NODEID_AUTH_INFOS

      public static final String NODEID_AUTH_INFOS
      Define the id for the TreeNode - Authentication Information
      See Also:
    • NODEID_COMM_INFOS

      public static final String NODEID_COMM_INFOS
      Define the id for the TreeNode - Communication Information
      See Also:
    • NODEID_CHLAUTHS

      public static final String NODEID_CHLAUTHS
      Define the id for the TreeNode - Channel Authentication Record
      See Also:
    • NODEID_SERVICES

      public static final String NODEID_SERVICES
      Define the id for the TreeNode - Services
      See Also:
    • NODEID_STORAGE_CLASSES

      public static final String NODEID_STORAGE_CLASSES
      Define the id for the TreeNode - Storage Classes (z/OS only)
      See Also:
    • NODEID_SUBSCRIPTIONS

      public static final String NODEID_SUBSCRIPTIONS
      Define the id for the TreeNode - Subscription
      See Also:
    • NODEID_QSGS

      public static final String NODEID_QSGS
      Define the id for the TreeNode - Queue Sharing Groups (QSGs) (z/OS only)
      See Also:
    • NODEID_QSG_SHARED_QS

      public static final String NODEID_QSG_SHARED_QS
      Define the id for the TreeNode - QSG Shared Queues (z/OS only)
      See Also:
    • NODEID_QSG_CF_STRUTS

      public static final String NODEID_QSG_CF_STRUTS
      Define the id for the TreeNode - QSG Coupling Facility Structures (z/OS only)
      See Also:
    • NODEID_QSG_GROUP_DEFS

      public static final String NODEID_QSG_GROUP_DEFS
      Define the id for the TreeNode - QSG Group Definitions (z/OS only)
      See Also:
    • NODEID_QSG_QUEUES

      public static final String NODEID_QSG_QUEUES
      Define the id for the TreeNode - QSG Queues (z/OS only)
      See Also:
    • NODEID_QSG_CHANNELS

      public static final String NODEID_QSG_CHANNELS
      Define the id for the TreeNode - QSG Channels (z/OS only)
      See Also:
    • NODEID_QSG_PROCESSES

      public static final String NODEID_QSG_PROCESSES
      Define the id for the TreeNode - QSG Processes (z/OS only)
      See Also:
    • NODEID_QSG_TOPICS

      public static final String NODEID_QSG_TOPICS
      Define the id for the TreeNode - QSG Topics (z/OS only)
      See Also:
    • NODEID_QSG_NAMELISTS

      public static final String NODEID_QSG_NAMELISTS
      Define the id for the TreeNode - QSG Namelists (z/OS only)
      See Also:
    • NODEID_QSG_AUTH_INFOS

      public static final String NODEID_QSG_AUTH_INFOS
      Define the id for the TreeNode - QSG Authentication Information (z/OS only)
      See Also:
    • NODEID_QSG_STORAGE_CLASSES

      public static final String NODEID_QSG_STORAGE_CLASSES
      Define the id for the TreeNode - QSG Storage Classes (z/OS only)
      See Also:
    • NODEID_QSG_SUBSCRIPTIONS

      public static final String NODEID_QSG_SUBSCRIPTIONS
      Define the id for the TreeNode - QSG Subscription
      See Also:
    • NODEID_LISTENERS

      public static final String NODEID_LISTENERS
      Define the id for the TreeNode - listeners
      See Also:
    • NODEID_ZOS_LISTENERS

      public static final String NODEID_ZOS_LISTENERS
      Define the id for the TreeNode - z/OS listeners
      See Also:
    • NODEID_TOPICS

      public static final String NODEID_TOPICS
      Define the id for the TreeNode - Topics
      See Also:
    • NODEID_ALL_SET

      public static final String NODEID_ALL_SET
      Define the id for the TreeNode - All Set
      See Also:
    • NODEID_PREFIX_SET

      public static final String NODEID_PREFIX_SET
      Define the prefix for TreeNodes in the Tree - Sets
      See Also:
    • NODEID_PREFIX_QMGR

      public static final String NODEID_PREFIX_QMGR
      Define the prefixes for real object TreeNodes in the tree - queue manager
      See Also:
    • NODEID_PREFIX_QSG

      public static final String NODEID_PREFIX_QSG
      Define the prefixes for real object TreeNodes in the tree - qsg (z/OS only)
      See Also:
  • Constructor Details

    • TreeNodeId

      public TreeNodeId()
      Constructor - Not Used