Package com.ibm.di.queue
Class QCallbackEvent
- java.lang.Object
-
- com.ibm.di.queue.QCallbackEvent
-
public class QCallbackEvent extends java.lang.Object
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
-
Constructor Summary
Constructors Constructor Description QCallbackEvent(MemBufferQ src, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getID()
MemBufferQ
getSource()
-
-
-
Constructor Detail
-
QCallbackEvent
public QCallbackEvent(MemBufferQ src, int id)
-
-
Method Detail
-
getSource
public MemBufferQ getSource()
-
getID
public int getID()
-
-