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 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 Modifier and Type Class Description class
SystemQueueImpl
System 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 SystemQueue
SessionImpl. getSystemQueue()
Gets the SystemQueue Server API objectstatic 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 Modifier and Type Method Description static SystemQueue
SystemQueueImpl. newInstance(SystemQueue localSystemQueue)
Creates new instance of this class.
-