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