Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.mq.explorer.ui.extensions.MQQmgrExtObject

    • Uses of MQQmgrExtObject in com.ibm.mq.explorer.ui.extensions

      Methods in com.ibm.mq.explorer.ui.extensions that return MQQmgrExtObject 
      Modifier and Type Method and Description
      MQQmgrExtObject QueueManagerConnections.connect()
      Make the connection.
      static MQQmgrExtObject[] QueueManagerConnections.getExistingQueueManagers()
      Return an array of existing queue managers known to MQ Explorer (local or remote).
      Methods in com.ibm.mq.explorer.ui.extensions with parameters of type MQQmgrExtObject 
      Modifier and Type Method and Description
      static boolean QueueManagerConnections.isQueueManagerConnected(MQQmgrExtObject mqQmgrExtObject)
      Return whether the specified queue manager is currently connected
      static boolean QueueManagerConnections.isQueueManagerLocal(MQQmgrExtObject mqQmgrExtObject)
      Return whether the specified queue manager is local
      static boolean QueueManagerConnections.isQueueManagerVisible(MQQmgrExtObject mqQmgrExtObject)
      Return whether the specified queue manager is currently visible (not hidden)
      static boolean QueueManagerConnections.removeRemoteQueueManager(MQQmgrExtObject mqQmgrExtObject)
      Remove a remote queue manager from MQ Explorer
      Constructors in com.ibm.mq.explorer.ui.extensions with parameters of type MQQmgrExtObject 
      Constructor and Description
      QueueManagerConnections(MQQmgrExtObject existingQM, java.lang.String targetQ, java.lang.String targetQM, java.util.Hashtable<java.lang.String,?> options)
      Constructor to add a queue manager to MQ Explorer, via an existing queue manager connection
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes