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

G

get(int) - Method in class com.eventgnosis.filters.ActionList
 
get(int) - Method in class com.eventgnosis.filters.ConditionList
Gets Condition from the list of Conditions by index
get(int) - Method in class com.eventgnosis.filters.ConditionWeightList
 
getAccumStr() - Method in class com.eventgnosis.sources.StringToEventAccum
Note: only exists for debugging.
getAllFormatted(int) - Method in class com.eventgnosis.types.XmlRep
Gets XML as a formatted String.
getAllProperties(boolean) - Method in class com.eventgnosis.types.XmlRep
Gets all fields from event representation as a linear properties set.
If multiple values of same property are within the specified context,
a single packed string is created which can be easily converted to an ArrayList
getAttribute(String) - Method in class com.eventgnosis.config.EmmlConfig
Gets the specific attribute for this emml configuration
getCanDelete() - Method in class com.eventgnosis.system.SystemObject
 
getCondition() - Method in class com.eventgnosis.filters.FilterBase
Gets the primary filter condition.
getConditionList() - Method in class com.eventgnosis.filters.Condition
 
getConditionListSize() - Method in class com.eventgnosis.filters.Condition
 
getConditionRelation() - Method in class com.eventgnosis.filters.Condition
 
getConditionRelationAsString() - Method in class com.eventgnosis.filters.Condition
 
getConfig() - Method in class com.eventgnosis.system.SystemObject
 
getConfigMgr() - Method in class com.eventgnosis.system.SystemObject
 
getConfigXml() - Method in class com.eventgnosis.filters.ActionList
 
getConfigXml() - Method in class com.eventgnosis.filters.Condition
 
getConfigXml() - Method in class com.eventgnosis.filters.ConditionList
 
getConfigXml() - Method in class com.eventgnosis.filters.ConditionWeightList
 
getConfigXml() - Method in class com.eventgnosis.filters.Expression
 
getConfigXml() - Method in class com.eventgnosis.filters.FieldNameList
 
getConfigXml() - Method in class com.eventgnosis.filters.TimeInterval
 
getConfigXml() - Method in class com.eventgnosis.protocols.DatabaseLogin
Returns built XML pertaining to configuration
getConfigXml() - Method in class com.eventgnosis.system.SystemObject
Returns the XML that corresponds to object's initial setup (emml configuration)
getCount() - Method in class com.eventgnosis.filters.CountUniqueRec
 
getCreationTime() - Method in class com.eventgnosis.types.Event
 
getDefault() - Static method in class com.eventgnosis.filters.ActionList
 
getDefault() - Static method in class com.eventgnosis.filters.Condition
 
getDefault() - Static method in class com.eventgnosis.filters.ConditionList
Gets default ConditionList.
getDefault() - Static method in class com.eventgnosis.filters.ConditionWeightList
 
getDefault() - Static method in class com.eventgnosis.filters.Expression
 
getDefault() - Static method in class com.eventgnosis.filters.FieldNameList
 
getDefault() - Static method in class com.eventgnosis.filters.TimeInterval
Returns default TimeInterval (99 years), used if the TimeInterval is not correctly specified, missing or invalid.
getDefault() - Static method in class com.eventgnosis.protocols.DatabaseLogin
Returns default DatabaseLogin instance.
getDestName() - Method in class com.eventgnosis.system.SystemObject
 
getDestination(Event) - Method in class com.eventgnosis.system.SystemObject
Gets the destination SystemObject, if destination attribute is unknown (null) finds that destination based on it's emml config destination name.
Calls overridden createDestination(Event).
getDestinationInfo() - Method in class com.eventgnosis.system.SystemObject
 
getDestinationName() - Method in class com.eventgnosis.system.SystemObject
 
getDriver() - Method in class com.eventgnosis.protocols.DatabaseLogin
Returns current value of JDBC driver name
getErrorList() - Method in class com.eventgnosis.util.Log
Returns a list of accumulated errors since last call of this method.
getEventStatisticsXml() - Method in class com.eventgnosis.system.SystemObject
Get event statistics XML for this object
getEventStats() - Method in class com.eventgnosis.system.SystemObject
 
getEventStream(String, StreamHeader, String) - Method in class com.eventgnosis.system.SystemObject
 
getFormatList() - Method in class com.eventgnosis.filters.Expression
 
getFormatString() - Method in class com.eventgnosis.filters.Expression
 
getFunctor(int, String, List) - Method in class com.eventgnosis.util.Log
 
getHal() - Method in class com.eventgnosis.types.Event
 
getInterval() - Method in class com.eventgnosis.util.PassiveTimer
Get timer expiration interval.
getList() - Method in class com.eventgnosis.filters.ActionList
 
getList() - Method in class com.eventgnosis.filters.ConditionList
Returns list of Conditions.
getList() - Method in class com.eventgnosis.filters.ConditionWeightList
 
getLog() - Method in class com.eventgnosis.system.SystemObject
 
getLogFileName() - Method in class com.eventgnosis.util.Log
Full path of the log file name.
getMember(String) - Method in class com.eventgnosis.system.SystemObject
Gets a specific named member of this object.
getMember(int) - Method in class com.eventgnosis.system.SystemObject
Gets a specific indexed member of this object.
getMsecs(double, String) - Static method in class com.eventgnosis.filters.TimeInterval
Returns TimeInterval in raw milliseconds.
getMsecs() - Method in class com.eventgnosis.filters.TimeInterval
 
getMyManager() - Method in class com.eventgnosis.system.SystemObject
 
getName() - Method in class com.eventgnosis.system.SystemObject
 
getNameList() - Method in class com.eventgnosis.filters.FieldNameList
 
getNameListSize() - Method in class com.eventgnosis.filters.FieldNameList
 
getNegatePrimaryCondition() - Method in class com.eventgnosis.filters.Condition
 
getNextEvent() - Method in interface com.eventgnosis.system.InputEvents
This method must be implemented for each source system object according to the unique behavior of each input protocol.
Special care must be observed due to the (a)synchronous nature of input protocol vis-a-vis threading/buffering/delay issues.
getNumMembers() - Method in class com.eventgnosis.system.SystemObject
 
getObjectId() - Method in class com.eventgnosis.system.SystemObject
 
getParm(String, int) - Method in class com.eventgnosis.config.EmmlConfig
Gets the ith parameter of the specified type
getParmList() - Method in class com.eventgnosis.filters.Expression
 
getParmObject(String, int) - Method in class com.eventgnosis.config.EmmlConfig
Gets the specified Object for a system object emml config given it's type and occurrence index.
getParmObjects(String) - Method in class com.eventgnosis.config.EmmlConfig
Gets parameter(s) objects by specified type
getParms(String) - Method in class com.eventgnosis.config.EmmlConfig
Gets parameter(s) by specified type
getPassword() - Method in class com.eventgnosis.protocols.DatabaseLogin
Returns current password of JDBC connection
getPropertiesList(boolean) - Method in class com.eventgnosis.types.XmlRep
Gets all fields from event representation as an ArrayList of NameValuePairs;
getPropertyValue(String) - Method in class com.eventgnosis.types.XmlRep
Gets a single valued property inside the entire representation (first occurrence).
getProtocolName() - Method in class com.eventgnosis.sources.EventSourceListenerBase
 
getQueueStatisticsXml() - Method in class com.eventgnosis.system.SystemObject
Get queue statistics XML for this object
getRuntimeXml() - Method in class com.eventgnosis.filters.CountUniqueRec
 
getRuntimeXml() - Method in class com.eventgnosis.filters.Expression
 
getRuntimeXml() - Method in class com.eventgnosis.system.SystemObject
Returns the XML of this object for any non-configuration, runtime state information.
getRuntimeXml() - Method in class com.eventgnosis.util.PassiveTimer
 
getShutdownTime() - Method in class com.eventgnosis.system.SystemObject
 
getStartTime() - Method in class com.eventgnosis.system.SystemObject
 
getStartTime() - Method in class com.eventgnosis.util.PassiveTimer
Get time of the last reset, in milliseconds.
The PassiveTimer is also reset at initialization.
getStatus() - Method in class com.eventgnosis.system.SystemObject
 
getStatusAsString(int) - Static method in class com.eventgnosis.system.SystemObject
 
getStringValue(Event) - Method in class com.eventgnosis.filters.Expression
Constructs the specified string interspersed with parameter/variable values.
getSummaryXml() - Method in class com.eventgnosis.system.SystemObject
Get the summary XML of for this and member objects
getThreadName() - Method in class com.eventgnosis.system.SystemObject
 
getTimeNow() - Method in class com.eventgnosis.util.PassiveTimer
 
getToString() - Method in class com.eventgnosis.system.SystemObject
 
getType() - Method in class com.eventgnosis.config.EmmlConfig
Returns EmmlType for this configuration.
getType() - Method in class com.eventgnosis.filters.Expression
 
getTypeAsString() - Method in class com.eventgnosis.filters.Expression
 
getUnits() - Method in class com.eventgnosis.filters.TimeInterval
 
getUrl() - Method in class com.eventgnosis.protocols.DatabaseLogin
Returns current value of dbUrl for JDBC connection
getUsername() - Method in class com.eventgnosis.protocols.DatabaseLogin
Returns current username of JDBC connection
getValue() - Method in class com.eventgnosis.filters.TimeInterval
 
getVariableNames() - Method in class com.eventgnosis.config.EmmlConfig
Not currently used.
Gets all contained variables in an EmmlConfig
getWarningList() - Method in class com.eventgnosis.util.Log
Returns a list of accumulated warnings since last call of this method.
getXml() - Method in class com.eventgnosis.types.Event
Gets XmlRep class instance that contains methods for adding, removing, editing Event fields ...

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