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

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

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

Subinterfaces of MQQueue in com.collation.platform.model.topology.app.messaging.mq
 interface MQAliasQueue
          From section 6.2.3 of MQ Fundamentals: An alias queue object is a representation of another target queue object, which has a different name.
 interface MQLocalQueue
          Local queue objects are the only type of queue object that represent a real queue that holds messages.
 interface MQModelQueue
          From section 6.2.4 of MQ Fundamentals: Model queue objects provide the attributes of a local queue object that can be created dynamically by an application.
 interface MQRemoteQueue
          From section 6.2.5 of MQ Fundamentals: Remote queue objects are used to define routes to other queue managers within the WebSphere MQ message queuing infrastructure.
 

Methods in com.collation.platform.model.topology.app.messaging.mq that return MQQueue
 MQQueue[] MQQueueManager.getQueues()
           
 

Methods in com.collation.platform.model.topology.app.messaging.mq with parameters of type MQQueue
 void MQQueueManager.setQueues(MQQueue[] x)