Tivoli Confidential
C D E G I M N O R S T

C

className() - Method in class com.tivoli.tec.event_delivery.TECEvent
Retrieves The class name of the TECEvent object.
COMM_CFG - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Specifies that configuration should be used.
COMM_LCF - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Specifies that TME Endpoint (LCF) communications should be used.
COMM_NONTME - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Specifies that non-TME communications should be used.
COMM_NONTME_SOCKET - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Specifies that non-TME communications should be used.
COMM_TME - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Specifies that TME Managed Node communications should be used.
convert(String, ILogger, ILogger) - Static method in class com.tivoli.tec.event_delivery.TECEvent
 
convert(TECEvent[]) - Static method in class com.tivoli.tec.event_delivery.TECEvent
 
COPYRIGHT - Static variable in interface com.tivoli.tec.event_delivery.IEventProcessing
 

D

disconnect() - Method in class com.tivoli.tec.event_delivery.TECAgent
Closes any open connection to the servers.
disconnect(int) - Method in class com.tivoli.tec.event_delivery.TECAgent
Closes any open connection to the servers.

E

EDException - exception com.tivoli.tec.event_delivery.EDException.
EDException is the Exception subclass thrown by all the Ehanced EIF code.
EDException(String) - Constructor for class com.tivoli.tec.event_delivery.EDException
 

G

getConfigVal(String) - Method in class com.tivoli.tec.event_delivery.TECAgent
Retrieves a value from the TECAgent's configuration.
getSlot(String) - Method in class com.tivoli.tec.event_delivery.TECEvent
Retrieves the value for the slot named slotName.

I

IEventProcessing - interface com.tivoli.tec.event_delivery.IEventProcessing.
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.
init(String) - Method in class com.tivoli.tec.event_delivery.TECEvent
Parse the string event into the class name and slot/value pairs.

M

main(String[]) - Static method in class com.tivoli.tec.event_delivery.TECAgent
Supports postzmsg/wpostzmsg style command line sends of events.
main(String[]) - Static method in class com.tivoli.tec.event_delivery.TECEvent
Main program for debug testing only.
Usage "TECEvent ".
MIN_EVENT_LEN - Static variable in class com.tivoli.tec.event_delivery.TECEvent
Minimum length an event string can have and still have the possibility of being syntactically correct.

N

normalizeEvEnd(String) - Static method in class com.tivoli.tec.event_delivery.TECEvent
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.

O

onMessage(String) - Method in interface com.tivoli.tec.event_delivery.IEventProcessing
This method is invoked to notify that there is an available event/set of events to be processed.

R

receiveEvent() - Method in class com.tivoli.tec.event_delivery.TECAgent
Receive events from all the servers specified in the configuration file used to initialize the TECAgent.
RECEIVER_MODE - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Specifies that Receiver delivery mode should be used.
registerListener(IEventProcessing) - Method in class com.tivoli.tec.event_delivery.TECAgent
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

SEND_FAILURE - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Returned by sendEvent() when event wasn't successfully sent to the server or buffered on disk.
SEND_FILTERED - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Returned by sendEvent() when event successfully match the filter and is discarded.
SENDER_MODE - Static variable in class com.tivoli.tec.event_delivery.TECAgent
Specifies that Sender delivery mode should be used.
sendEvent(String) - Method in class com.tivoli.tec.event_delivery.TECAgent
Try to send events to one of the servers specified in the configuration file used to initialize the TECAgent.
sendEvent(String[]) - Method in class com.tivoli.tec.event_delivery.TECAgent
Try to send events to one of the servers specified in the configuration file used to initialize the TECAgent.
setClassName(String) - Method in class com.tivoli.tec.event_delivery.TECEvent
Sets the class name of the TECEvent object.
setFilterEvent() - Method in class com.tivoli.tec.event_delivery.TECEvent
 
setSlot(String, String) - Method in class com.tivoli.tec.event_delivery.TECEvent
Sets the slot name slot to value.
skippedWhitespace() - Method in class com.tivoli.tec.event_delivery.TECEvent
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.

T

TECAD_EVENT_END_CHAR - Static variable in class com.tivoli.tec.event_delivery.TECEvent
Character used to terminate event data when it's sent over the wire.
TECAgent - class com.tivoli.tec.event_delivery.TECAgent.
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.
TECAgent(Reader, int) - Constructor for class com.tivoli.tec.event_delivery.TECAgent
Deprecated. This constructor is externalized by EIF API 3.8 just to avoid backward compatibility issues.
TECAgent(Reader, int, boolean) - Constructor for class com.tivoli.tec.event_delivery.TECAgent
Constructor used to create the Enhanced EIF API.
TECEvent - class com.tivoli.tec.event_delivery.TECEvent.
TECEvent encapsulates the code for parsing event strings into a class name and name/value pairs.
TECEvent() - Constructor for class com.tivoli.tec.event_delivery.TECEvent
 
toString() - Method in class com.tivoli.tec.event_delivery.TECEvent
Produces the same result as calling toString(false).
toString(boolean) - Method in class com.tivoli.tec.event_delivery.TECEvent
Produces a string representation of the event in valid TEC event syntax (as defined in the class comments above).

C D E G I M N O R S T
Tivoli Confidential