Public member functions

virtual void close()=0
Closes the AE and releases its resources.
virtual const NzaeEnvironment& getEnvironment() const =0
Gets environment information for the AE.
virtual const NzaeLibrary& getLibrary() const =0
Gets library information for the AE.
virtual NzaeAggregateMessageHandler& getMessageHandler() const =0
Returns the message handler class object.
virtual const NzaeParameters& getParameters() const =0
Gets parameter information for the AE.
virtual const NzaeRuntime& getRuntime() const =0
Gets runtime information for the AE, including information about the Netezza software.
virtual void log(LogLevel logLevel, const char *message) const =0
Logs the specified message at the specified log level.
virtual std::string logFileName() const =0
Returns the log file name.
virtual void ping() const =0
Indicates that the AE is still active and not hanging.
virtual void runAggregation(NzaeAggregateMessageHandler *messageHandler)=0
Begins the Aggregation Message Processing.
virtual NzaeAggType type() const =0
Returns the type of the aggregate.
virtual void userError(const char *message) const =0
Indicates that the AE has encountered an error condition.
virtual ~NzaeAggregate()