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

Packages that use SystemQueue
com.ibm.di.api.remote Provides interfaces for managing the remote 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.remote
 

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

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

Classes in com.ibm.di.api.remote.impl that implement SystemQueue
 class SystemQueueImpl
          System Queue class implements methods exposed through Server API remote session.
 

Methods in com.ibm.di.api.remote.impl that return SystemQueue
 SystemQueue SessionImpl.getSystemQueue()
          Gets the remote Server API SystemQueue representation object
static SystemQueue SystemQueueImpl.newInstance(SystemQueue localSystemQueue)
          Creates new instance of this class.