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

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

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

Subinterfaces of MQApiExit in com.collation.platform.model.topology.app.messaging.mq
 interface MQApiExitCommons
          When any queue manager starts, the attributes in this stanza are read, and then overridden by the API exits defined in qm.ini.
 interface MQApiExitTemplates
          When any queue manager is created, the attributes in this stanza are copied into the newly created qm.ini file under the ApiExitLocal stanza.
 

Methods in com.collation.platform.model.topology.app.messaging.mq that return MQApiExit
 MQApiExit[] MQInstallation.getExit()
           
 

Methods in com.collation.platform.model.topology.app.messaging.mq with parameters of type MQApiExit
 void MQInstallation.setExit(MQApiExit[] x)
           
 

Uses of MQApiExit in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return MQApiExit
 MQApiExit SoftwareComponent.getExit()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type MQApiExit
 void SoftwareComponent.setExit(MQApiExit x)