Uses of Interface
com.collation.platform.model.topology.app.messaging.mq.MQCluster

Packages that use MQCluster
com.collation.platform.model.topology.app.messaging.mq   
 

Uses of MQCluster in com.collation.platform.model.topology.app.messaging.mq
 

Methods in com.collation.platform.model.topology.app.messaging.mq that return MQCluster
 MQCluster[] MQQueueManager.getClusters()
           
 MQCluster[] MQClusterSenderChannel.getClusters()
           
 MQCluster[] MQClusterReceiverChannel.getClusters()
           
 

Methods in com.collation.platform.model.topology.app.messaging.mq with parameters of type MQCluster
 void MQQueueManager.setClusters(MQCluster[] x)
           
 void MQClusterSenderChannel.setClusters(MQCluster[] x)
           
 void MQClusterReceiverChannel.setClusters(MQCluster[] x)