A B C D E F G H I K L M O P Q R S T U W X

S

SHUTTINGDOWN - Static variable in class com.eventgnosis.system.SystemObject
 
SRC_ADAPTER_MGR - Static variable in class com.eventgnosis.system.SystemObject
 
SRC_LISTENER_MGR - Static variable in class com.eventgnosis.system.SystemObject
 
STARTED - Static variable in class com.eventgnosis.system.SystemObject
 
StringToEventAccum - class com.eventgnosis.sources.StringToEventAccum.
Responsible for accumulating input strings and separating out events discretely.
If this is not done properly, the event stream will become scrambled.
StringToEventAccum() - Constructor for class com.eventgnosis.sources.StringToEventAccum
Creates a new instance of StringToEventAccum.
SystemObject - class com.eventgnosis.system.SystemObject.
This is the base class for objects that form the runtime hierarchy which allow for either management of other system objects (hierarchy) or event processing.
The system object hierarchy is a rooted tree with managers at the top and event processing nodes bellow.
Much common functionality has been refactored into base class providing tremendous code reuse across the system.
Major object attributes are following:
  1.
SystemObject() - Constructor for class com.eventgnosis.system.SystemObject
 
SystemObject(Log, String, SystemObject, ConfigurationManager) - Constructor for class com.eventgnosis.system.SystemObject
 
saxParserFactoryHolder - Static variable in class com.eventgnosis.types.XmlRep
 
saxParserHolder - Static variable in class com.eventgnosis.types.XmlRep
 
setAttribute(String, String) - Method in class com.eventgnosis.config.EmmlConfig
Sets a named attribute to a value (for debugging only).
setCanDelete(boolean) - Method in class com.eventgnosis.system.SystemObject
 
setCondition(Condition) - Method in class com.eventgnosis.filters.FilterBase
Sets the primary filter condition.
setCondition(EmmlConfig) - Method in class com.eventgnosis.filters.FilterBase
Sets the primary filter condition.
setConditionList(ArrayList) - Method in class com.eventgnosis.filters.Condition
 
setConditionRelation(int) - Method in class com.eventgnosis.filters.Condition
 
setConfigMgr(ConfigurationManager) - Method in class com.eventgnosis.system.SystemObject
 
setDestination(SystemObject) - Method in class com.eventgnosis.system.SystemObject
 
setDestinationName(String) - Method in class com.eventgnosis.system.SystemObject
 
setDriver(String) - Method in class com.eventgnosis.protocols.DatabaseLogin
Sets driver name for JDBC connection
setExpirationTime(long) - Method in class com.eventgnosis.filters.FilterBase
Sets the expiration for expiring property maps that are often associated with filters.
setField(String, String) - Method in class com.eventgnosis.types.XmlRep
Sets the value to a given field name or creates new field if a field with that name does not exist.
setFormatList(ArrayList) - Method in class com.eventgnosis.filters.Expression
 
setFormatString(String) - Method in class com.eventgnosis.filters.Expression
 
setLocked() - Method in class com.eventgnosis.system.SystemObject
 
setModes(int, int, int) - Method in class com.eventgnosis.util.Log
Specifies log's out for each particular type of message (error, warning and info).
(0=DevNull, 1=Stdout, 2=LogFile )
setModes(String) - Method in class com.eventgnosis.util.Log
Specifies outs for each particular type of message (error, warning and info), by log modes parameter string.
The log modes string contains err, warn, info parameters respectively.
Example:
"110" means that error and warning messages will be logged to stdout, but info messages to DevNull.
setNameList(ArrayList) - Method in class com.eventgnosis.filters.FieldNameList
 
setNegatePrimaryCondition(boolean) - Method in class com.eventgnosis.filters.Condition
 
setParmList(ArrayList) - Method in class com.eventgnosis.filters.Expression
 
setPassword(String) - Method in class com.eventgnosis.protocols.DatabaseLogin
Sets password for JDBC connection
setProperty(String, String) - Method in class com.eventgnosis.types.XmlRep
Sets the property specified by name(first occurrence) to the value.
If the property doesn't exist it is created.
setSpecialCharsConverted(boolean) - Method in class com.eventgnosis.types.Event
 
setStartupErrors(String) - Method in class com.eventgnosis.system.SystemObject
 
setType(int) - Method in class com.eventgnosis.filters.Expression
 
setType(String) - Method in class com.eventgnosis.filters.Expression
 
setUnlocked() - Method in class com.eventgnosis.system.SystemObject
 
setUrl(String) - Method in class com.eventgnosis.protocols.DatabaseLogin
Sets dbUrl for JDBC connection
setUsername(String) - Method in class com.eventgnosis.protocols.DatabaseLogin
Sets username for JDBC connection
setVars(Log, String, SystemObject, ConfigurationManager, EmmlConfig) - Method in class com.eventgnosis.filters.FilterBase
 
setVars(Log, String, SystemObject, ConfigurationManager, EmmlConfig) - Method in class com.eventgnosis.system.SystemObject
This method is called after default constructor to set object variable values.
Also allows setting internal configuration values from properties list.
Initialize a system object per it's input params and emml configurations.
Every significant system object(source, destination, filter) should implement this method.
setXml(XmlRep) - Method in class com.eventgnosis.types.Event
 
shutdown(long) - Method in class com.eventgnosis.system.SystemObject
Halts any processing in orderly manner.
shutdown() - Method in class com.eventgnosis.util.Log
Flushes and closes the log.
size() - Method in class com.eventgnosis.filters.ActionList
 
size() - Method in class com.eventgnosis.filters.ConditionList
Returns number of Conditions in ConditionList
size() - Method in class com.eventgnosis.filters.ConditionWeightList
 
soapBody - Static variable in class com.eventgnosis.types.XmlRep
 
soapEnv - Static variable in class com.eventgnosis.types.XmlRep
 
soapEnvEnd - Static variable in class com.eventgnosis.types.XmlRep
 
soapEnvStart - Static variable in class com.eventgnosis.types.XmlRep
 
specialCharsConverted() - Method in class com.eventgnosis.types.Event
 
startupErrors() - Method in class com.eventgnosis.system.SystemObject
 
statusMap - Static variable in class com.eventgnosis.system.SystemObject
 
submit(Event) - Method in class com.eventgnosis.system.SystemObject
Receive an event from an outside source and submit it to the event processor.
See event processor classes for blocking behaviour.
If event processor submit fails the event will be discarded.

A B C D E F G H I K L M O P Q R S T U W X