This interface defines the methods that needs to be implemented by an
application that wants to process the events that are delivered
asynchrously by the Receiver Enhanced EIF API.
Returns a string defining the same event as event, but you
are guaranteed that the string ends w/ a newline followed by the
character TECAD_EVENT_END_CHAR.
This method should be used to register the application object
responsible to receive events asynchrously through this API and
that should be notified when a event is ready for processing.
S
SENDER_MODE -
Static variable in class com.tivoli.tec.event_delivery.TECAgent
Specifies that Sender delivery mode should be used.
After calling init() you can call this function to find out
if the event string parsed by init() contained any
extraneous whitespace characters (' ', '\t', '\r', and '\n') that
were skipped over during the parse.
slots() -
Method in class com.tivoli.tec.event_delivery.TECEvent
Returns an Enumeration of the slot names in the event.
A TECAgent object is the top level object created by the Enhanced
EIF user to enable sending events to a TEC event consumer - Sender delivery
mode - or receiving events from a TEC event source - Receiver delivery mode.