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 MQQmgrExtObjectModifier and TypeMethodDescriptionQueueManagerConnections.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 MQQmgrExtObjectModifier and TypeMethodDescriptionstatic boolean
QueueManagerConnections.isQueueManagerConnected
(MQQmgrExtObject mqQmgrExtObject) Return whether the specified queue manager is currently connectedstatic boolean
QueueManagerConnections.isQueueManagerLocal
(MQQmgrExtObject mqQmgrExtObject) Return whether the specified queue manager is localstatic 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 ExplorerConstructors in com.ibm.mq.explorer.ui.extensions with parameters of type MQQmgrExtObjectModifierConstructorDescriptionQueueManagerConnections
(MQQmgrExtObject existingQM, String targetQ, String targetQM, Hashtable<String, ?> options) Constructor to add a queue manager to MQ Explorer, via an existing queue manager connection