Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


com.sigmadynamics.sdo.interfaces
Interface StatCollectorInterface

All Known Implementing Classes:
SDStatCollector, StatCollector

public interface StatCollectorInterface

Implemented by Statistic Collector classes.

Since:
1.0
See Also:
BuiltInStatistics

Method Summary
 boolean collectingForBuiltInStatistic()
           
 void delete()
           
 void flush()
           
 void flush(AggregationFunctionInterface afi)
           
 AggregationFunctionInterface getAggregationFunctionPrototype()
           
 void record(java.lang.String objectType, java.lang.String objectName, double eventValue, java.lang.String extraData)
           

 

Method Detail

collectingForBuiltInStatistic

boolean collectingForBuiltInStatistic()
Returns:
false if this statcollector instance is collecting for user events, such as choice events. true if collecting for builtin events.

record

void record(java.lang.String objectType,
            java.lang.String objectName,
            double eventValue,
            java.lang.String extraData)

flush

void flush()

flush

void flush(AggregationFunctionInterface afi)

delete

void delete()

getAggregationFunctionPrototype

AggregationFunctionInterface getAggregationFunctionPrototype()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


Copyright © 2010, Oracle. All rights reserved.