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 SystemQueueSession. 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 classSystemQueueImplSystem 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 SystemQueueSessionImpl. getSystemQueue()Gets the remote Server API SystemQueue representation objectstatic SystemQueueSystemQueueImpl. newInstance(SystemQueue localSystemQueue)Creates new instance of this class.
-