Package com.ibm.dse.services.landp

Interface Summary
MsreServiceInterface Interface to be implemented by LANDP MSRE services.
ReadListener The event set listener interface for the read feature.
TimeoutListener The event set listener interface for the timeout feature.
WriteListener The event set listener interface for the write feature.
 

Class Summary
DeviceStatus This class encapsulates a device status (closed, open, reading or writing), so that its getter and setter are both synchronized.
MsreCapabilities MSRE capabilities object.
MsreErrorCounters MSRE error counters.
MsreLandp Magnetic Stripe Reader and Encoder wrapper class.
MsreLandpBeanInfo  
MsreService Magnetic Stripe Reader and Encoder service.
MsreTrackParams MSRE track parameters object.
MsreTrackSelFlags MSRE track selection flags object.
ReadEvent This is the event class to support the ReadListener interface.
ReadEventMulticaster This is the event multicaster class to support the ReadListener interface.
TimeoutEvent This is the event class to support the TimeoutListener interface.
TimeoutEventMulticaster This is the event multicaster class to support the TimeoutListener interface.
WriteEvent This is the event class to support the WriteListener interface.
WriteEventMulticaster This is the event multicaster class to support the Default package for MyJosa.WriteListener interface.
 

Exception Summary
DeviceErrException This exception is thrown when the LANDP server returns a U? return code.
InternalErrException This exception is thrown when the LANDP server returns an undocumented P? return code.
IntervReqException This exception is thrown when the LANDP server returns an I? return code.
LandpException Superclass for all exceptions generated as a result of a LANDP call with a server or a router error.
NoLandpException This exception is generated if LANDP has not been loaded.
RouterErrException This exception is generated if a router error is returned in any LANDP call.