Uses of Interface
com.ibm.di.api.local.SystemQueue

Packages that use SystemQueue
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote.impl   
 

Uses of SystemQueue in com.ibm.di.api.jmx.mbeans
 

Constructors in com.ibm.di.api.jmx.mbeans with parameters of type SystemQueue
SystemQueue(SystemQueue aLocalSystemQueue)
           
 

Uses of SystemQueue in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return SystemQueue
 SystemQueue Session.getSystemQueue()
          Gets the SystemQueue Server API object
 

Uses of SystemQueue in com.ibm.di.api.local.impl
 

Classes in com.ibm.di.api.local.impl that implement SystemQueue
 class SystemQueueImpl
           
 

Methods in com.ibm.di.api.local.impl that return SystemQueue
 SystemQueue SessionImpl.getSystemQueue()
           
static SystemQueue SystemQueueImpl.newInstance()
           
 

Uses of SystemQueue in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl with parameters of type SystemQueue
static SystemQueue SystemQueueImpl.newInstance(SystemQueue localSystemQueue)