Package de.gmxhome.conrad.jpos.jpos_base
Class JposTransitionWaitingEvent
java.lang.Object
java.util.EventObject
jpos.events.JposEvent
jpos.events.TransitionEvent
de.gmxhome.conrad.jpos.jpos_base.JposTransitionEvent
de.gmxhome.conrad.jpos.jpos_base.JposTransitionWaitingEvent
- All Implemented Interfaces:
Serializable
Transition confirmation event. Contains synchronization object that allows the service to wait until the event
callback method of the application has been finished. This is necessary whenever the callback may change pData or
pString.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class jpos.events.TransitionEvent
data, eventNumber, stringFields inherited from class jpos.events.JposEvent
sequenceNumberFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionJposTransitionWaitingEvent(JposBase source, int eventNumber, int pData, String pString)Constructor. -
Method Summary
Modifier and TypeMethodDescriptionSynchronization object, will be signalled after the event callback has been finished.Methods inherited from class de.gmxhome.conrad.jpos.jpos_base.JposTransitionEvent
getPropertySet, setData, setString, setTransitionProperties, toLogStringMethods inherited from class jpos.events.TransitionEvent
getData, getEventNumber, getStringMethods inherited from class jpos.events.JposEvent
getSequenceNumber, getWhen, incrSequenceNumber, updateSequenceNumberMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
JposTransitionWaitingEvent
Constructor. Parameters passed to base class unchanged.- Parameters:
source- Source, for services implemented with this framework, the (deviceclass.)DeviceClassService object.eventNumber- The ID number of the asynchronous I/O device process conditionpData- Additional information about appropriate response which is dependent upon the specific process condition.pString- Information about the specific event that has occurred.
-
-
Method Details
-
getWaiter
Synchronization object, will be signalled after the event callback has been finished.- Returns:
- The SyncObject used for synchronization.
-