Class and Description |
---|
EtAttachment
This class defines an ET system user's attachment to a station.
|
EtContainer
This is a helper class to facilitate efficient java programming in
making, getting, putting and dumping ET events.
|
EtContainer.MethodType
Keep track of whether we're setup to do a
newEvents(), getEvents(), putEvents(), or dumpEvents().
|
EtEvent
Interface used to define methods necessary to be an Event.
|
EtEventImpl
This class defines an ET event.
|
EtEventSelectable
This interface defines a method to use for custom event selection in a station.
|
EtJniAccess
This class handles all calls to native methods which, in turn,
makes calls to the C ET library routines to get, new, put, and dump events.
|
EtStation
This class defines a station for the ET system user.
|
EtStationConfig
This class specifies a configuration used to create a new station.
|
EtSystem
This class implements an object which allows a user to interact with an ET
system.
|
EtSystemOpen
This class opens (finds and connects to) an ET system.
|
EtSystemOpenConfig
This class defines a set of configuration parameters used to open an ET system.
|