|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
AEFSession
interface which encapsulates the data and function of a real or virtual terminal session.
See:
Description
Interface Summary | |
---|---|
AEFSession | An AEFSession provides an object encapsulation of a POS terminal session.
|
SessionExtension | A SessionExtension provides an interface for extension classes which
are instantiated for each AEFSession. |
SessionStatusListener | A SessionStatusListener provides a listener interface for AEFSession SessionStatusEvents .
|
Class Summary | |
---|---|
SessionParameters | A SessionParameters object is a HashMap that contains
the input parameters used to construct an AEFSession .
|
SessionStatusEvent | A SessionStatusEvent is generated when the status of an AEFSession changes.
|
Provides the AEFSession
interface which encapsulates the data and function of a real or virtual terminal session.
The session package defines the AEFSession
interface which provides the encapsulation of
an active POS terminal session. Instances of AEFSession
are obtained through the
SessionServer
interface using a getSession
or
getAvailableSession
method.
AEFSession
provides the interface to obtain and utilize the services provided by the AEF
POSAutomationProvider
and
POSDataProvider
interfaces. These interfaces provide access
to the function and data provided by the POS terminal session.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |