B C D F G H I L M N O P R S T X

G

getADKConfigDir(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the SIFWorks ADK configuration file directory for the given agent.
getADKConfigFileName(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the SIFWorks ADK configuration file name for the given agent.
getADKConfigPathAndFileName(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the SIFWorks ADK configuration file name with the full path for the given agent.
getAgentConfig() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
This methods gets all properties from the actual agent.cfg file.
getAgentConfig() - Method in class systemic.sif.sifcommon.BaseInfo
 
getAgentID() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
 
getAgentID() - Method in class systemic.sif.sifcommon.BaseInfo
 
getAgentMappings() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
 
getAgentProperties() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
This method returns the agent's property values for the agent configuration file (generally called SIFAgent.properties).
getAgentProperties() - Method in class systemic.sif.sifcommon.BaseInfo
 
getAgentProperty(String) - Method in class systemic.sif.sifcommon.BaseInfo
 
getApplicationID() - Method in class systemic.sif.sifcommon.BaseInfo
 
getApplicationID(String, String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the applicationID for the given agent.
getCreationDate() - Method in class systemic.sif.sifcommon.model.BaseMessage
 
getCustomObjects(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns a list of custom object names for a given agent.
getCustonObjBasePackageName(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the package name of the custom objects.
getDebugLevel(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the debug level for the given agent.
getDtd() - Method in class systemic.sif.sifcommon.BaseInfo
 
getEventAction() - Method in class systemic.sif.sifcommon.model.SIFEvent
 
getEventAction() - Method in class systemic.sif.sifcommon.model.SubscriberMessage
 
getEventBatchSize() - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
 
getEventFrequencyInSeconds(String, String, int) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the event frequency for the given agent and publisher.
getEventFrequencyInSeconds(String, int) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the default event frequency for the given agent.
getEventsFromFile() - Method in class systemic.sif.sifcommon.publisher.BasePublisher
 
getFrameworkProperties() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
 
getFrameworkProperties() - Method in class systemic.sif.sifcommon.BaseInfo
 
getFromCommaSeparated(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
 
getHomeDir() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
Ensure that a known directory is used as the working directory.
getId() - Method in class systemic.sif.sifcommon.BaseInfo
 
getInitialisedPublishers() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
This method returns all publishers that are initialise (after startAgent() call).
getInitialisedSubscribers() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
This method returns all subscribers that are initialise (afterstartAgent() call).
getLogDir(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the directory for Log4J logging for the given agent.
getLogFileName(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the logging file name for the given agent.
getLogPathAndFileName(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the logging file name with the full path for the given agent.
getMappingCtx() - Method in class systemic.sif.sifcommon.mapping.MappingInfo
 
getMappingInfo() - Method in class systemic.sif.sifcommon.model.SubscriberMessage
 
getMappingName(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the name of the mapping section to be used for this agent.
getMappings(String) - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
This method return mappings for the given mapping ID of the agent's configuration file.
getMappings() - Method in class systemic.sif.sifcommon.BaseInfo
 
getMessageGUID() - Method in class systemic.sif.sifcommon.model.BaseMessage
 
getMultiThreaded(String, boolean) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the multi-threaded indicator for the given agent.
getNextEvent(BaseInfo, MappingsContext) - Method in interface systemic.sif.sifcommon.publisher.SIFEventIterator
This method returns the next available SIF Event.
getNextSIFObject(BaseInfo, MappingInfo) - Method in interface systemic.sif.sifcommon.publisher.SIFResponseIterator
This method returns the next available SIF Object.
getNumConsumerThreads(String, String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the number of threads that shall be initiated to consume messages retrieved by the given subscriber.
getNumConsumerThreads(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the number of threads that shall be initiated to consume messages retrieved by the given agent.
getNumRetries() - Method in class systemic.sif.sifcommon.model.BaseMessage
 
getObjectsFromFile() - Method in class systemic.sif.sifcommon.publisher.BasePublisher
 
getOptions() - Method in class systemic.sif.sifcommon.publisher.BasePublisher
 
getPathAndFileName(String, String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Builds a full path and file name.
getProperties() - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the values of the SIFCommon Framework Property file as a property structure.
getPropertyAsBool(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the given property as a boolean object.
getPropertyAsBool(String, boolean) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the given property as a boolean.
getPropertyAsInt(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the given property as a Integer object.
getPropertyAsInt(String, int) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the given property as a int.
getPropertyAsString(String, String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the given property as a String.
getPublisherBasePackageName(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the package name of the publishers.
getPublishers(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns a list of publisher names for a given agent.
getQueryResultsOptions() - Method in class systemic.sif.sifcommon.subscriber.BaseSubscriber
 
getRequestedSIFObjects(Query, Zone) - Method in class systemic.sif.sifcommon.publisher.BasePublisher
This method must returns a SIFResponseIterator.
getSIFEvents() - Method in class systemic.sif.sifcommon.publisher.BasePublisher
This method returns a SIFEventIterator.
getSifMsgInfo() - Method in class systemic.sif.sifcommon.mapping.MappingInfo
 
getSifObject() - Method in class systemic.sif.sifcommon.model.SIFEvent
 
getSIFObject() - Method in class systemic.sif.sifcommon.model.SubscriberMessage
 
getSIFValue(String, SIFTypeConverter, FieldMapping) - Method in class systemic.sif.sifcommon.mapping.adapter.ResultSetAdapter
 
getStartupDelay(int) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the value for the start up delay in seconds between publishers and subscribers.
getSubscriberBasePackageName(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the package name of the subscribers.
getSubscribers(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns a list of subscriber names for a given agent.
getSubscriptionOptions() - Method in class systemic.sif.sifcommon.subscriber.BaseSubscriber
 
getSyncFrequencyInSeconds(String, String, int) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the sync frequency for the given agent and subscriber.
getSyncFrequencyInSeconds(String, int) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the default sync frequency for the given agent.
getTestDir(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the test directory for the given agent.
getTestMode(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
This method returns the test mode indicator for the given agent.
getValue(String) - Method in class systemic.sif.sifcommon.mapping.adapter.ResultSetAdapter
 
getValue() - Method in class systemic.sif.sifcommon.model.XPathValue
 
getWorkDir(String) - Method in class systemic.sif.sifcommon.utils.SIFCommonProperties
Returns the SIFWorks ADK working directory for the given agent.
getXpath() - Method in class systemic.sif.sifcommon.model.XPathValue
 
getZone() - Method in class systemic.sif.sifcommon.model.SubscriberMessage
 
getZoneByID(String) - Method in class systemic.sif.sifcommon.BaseInfo
This method returns the Zone information for the given zoneID.
getZones() - Method in class systemic.sif.sifcommon.agent.SIFBaseAgent
Returns the list of Zones this agent is connected to.
getZones() - Method in class systemic.sif.sifcommon.BaseInfo
 

B C D F G H I L M N O P R S T X