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

Packages that use SystemQueue
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
 

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
          System Queue class implements methods exposed through Server API local session.
 

Methods in com.ibm.di.api.local.impl that return SystemQueue
 SystemQueue SessionImpl.getSystemQueue()
          Gets the SystemQueue Server API object
static SystemQueue SystemQueueImpl.newInstance()
          Gets a new Instance of this class.
 

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)
          Creates new instance of this class.