AP&C API Reference
Classes | Enumerations | Functions
Apac.Reporting Namespace Reference

Classes

class  AlertAction
 Provides a the base implementation for plugins that will notify of alert status changes. These plugin actions are intended for communication with human agents rather than integration with other systems. See the other types of actions for integration callouts. More...
 
class  CurveHandle
 
class  GraphGenerator
 This class provides a generator for static graph images used in historical reporting and web presentation layers. It provides a mechanism for all of this work to be done on a single thread, in case the base platform requires such (such as we found with libgdicore.so not being threadsafe). More...
 
class  GraphHandle
 
interface  IAlertAction
 The contract used by actions that report on alerts in the system. Such implementations are intended for communication to people, not for integration with other systems. More...
 
interface  IGraphGenerator
 The interface that defines the contract for graph generation. More...
 
interface  IReportGenerator
 This is the simple interface used to trigger a report generator to do its thing. More...
 
class  ReportHandle
 
class  ThreadedReportingEngine
 
class  XmlCktUsageReportGenerator
 This is a simple report generator that creates output in XML format. These reports can then be coupled with XSLT and CSS for publishing. More...
 
class  ZedGraphUtilities
 Provides some utility routines for converting APAC data points to ZedGraph data points. More...
 

Enumerations

enum class  GraphType { WeeklyCost , MonthlyCost , WeeklyUsage , HourlyUsage }
 
enum class  ReportType { Weekly , Monthly }
 

Functions

delegate ZedGraphWebControlEventHandler RenderDelegate (GraphHandle gphHandle)
 
delegate void RenderCompleteDelegate (GraphHandle gphHandle)