Uses of Interface
com.ibm.di.api.remote.SystemQueue
-
Packages that use SystemQueue Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
SystemQueueImpl
System Queue class implements methods exposed through Server API remote session.Methods in com.ibm.di.api.remote.impl that return SystemQueue Modifier and Type Method Description SystemQueue
SessionImpl. getSystemQueue()
Gets the remote Server API SystemQueue representation objectstatic SystemQueue
SystemQueueImpl. newInstance(SystemQueue localSystemQueue)
Creates new instance of this class.
-