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).
|
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
|
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
|