Package | Description |
---|---|
org.osid.binding.java | |
org.osid.calendaring |
The Open Service Interface Definitions for the org.osid.calendaring
service.
|
org.osid.metering |
The Open Service Interface Definitions for the org.osid.metering
service.
|
Modifier and Type | Method and Description |
---|---|
DateTimeInterval |
DateTime.denormalize()
Returns an interval based on this DateTime derived by its
granularity and uncertainty.
|
Modifier and Type | Method and Description |
---|---|
DateTimeInterval |
DateTimeIntervalList.getNextDateTimeInterval()
Gets the next
DateTimeInterval in this list. |
DateTimeInterval[] |
DateTimeIntervalList.getNextDateTimeIntervals(long n)
Gets the next set of
DateTimeInterval elements in this
list which must be less than or equal to the number returned from
available(). |
Modifier and Type | Method and Description |
---|---|
DateTimeInterval |
StatisticLookupSession.getAvailableDateRange(Id meterId,
Id meteredObjectId)
Gets the date range of the available statistics for a metered object.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticReceiver.exceededAverageRateThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics exceeding an average rate
threshold.
|
void |
StatisticReceiver.exceededDeltaThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics exceeding a delta
threshold.
|
void |
StatisticReceiver.exceededMeanThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics exceeding a mean
threshold.
|
void |
StatisticReceiver.exceededMedianThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics exceeding a median
threshold.
|
void |
StatisticReceiver.exceededPercentChangeThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics exceeding a percentage
change threshold.
|
void |
StatisticReceiver.exceededRMSThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics exceeding a root mean
square threshold.
|
void |
StatisticReceiver.exceededSumThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics exceeding a sum
threshold.
|
void |
StatisticReceiver.failedAverageRateThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics falling below an average
rate threshold.
|
void |
StatisticReceiver.failedDeltaThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics falling below a delta
threshold.
|
void |
StatisticReceiver.failedMeanThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics falling below a mean
threshold.
|
void |
StatisticReceiver.failedMedianThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics falling below a median
threshold.
|
void |
StatisticReceiver.failedPercentChangeThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics falling below a
percentage change threshold.
|
void |
StatisticReceiver.failedRMSThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics falling below an rms
threshold.
|
void |
StatisticReceiver.failedSumThreshold(Id meterId,
Id objectId,
DateTimeInterval interval)
The callback for notifications of statistics falling below a sum
threshold.
|