|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticsServiceMBean
MBean exposed for management of the Statistics Service.
Method Summary | |
---|---|
void |
deleteCountsBefore(String dateTime) Deletes statistics prior to the date-times described. |
Map<String,Long> |
retrieveAllAggregatedCurrentCounts() Retrieves all aggregated current counts, i.e. |
Map<StatsCollectionInfo,Map<String,Long>> |
retrieveAllCountsBetween(String fromDateTime, String toDateTime, String serverName) Retrieves statistics collection info counts where the collection period began between the date-times described, optionally filtered by server. |
Map<MonitoringGroup,List<Map<String,Long>>> |
retrieveAllCurrentCounts() Retrieves all current counts, grouped by MonitoringGroup. |
Map<StatsCollectionInfo,Map<String,Long>> |
retrieveBundleCountsBetween(String bundleName, String fromDateTime, String toDateTime, String serverName) Retrieves statistics collection info counts where the collection period began between the date-times described, filtered by bundle and optionally server. |
Map<MonitoringGroup,List<Map<String,Long>>> |
retrieveBundleCurrentCounts(String bundleName) Retrieves current counts, grouped by MonitoringGroup, filtered by bundleName. |
CollectionPeriodInfo |
retrieveCurrentCollectionPeriodInfo() Retrieves collection period info for the current collection period. |
List<MonitoringGroup> |
retrieveMonitoringGroups() Lists all monitoring groups. |
Method Detail |
---|
List<MonitoringGroup> retrieveMonitoringGroups()
Map<MonitoringGroup,List<Map<String,Long>>> retrieveAllCurrentCounts()
Map<MonitoringGroup,List<Map<String,Long>>> retrieveBundleCurrentCounts(String bundleName)
bundleName
- the name required of MonitoringGroup's bundleMap<StatsCollectionInfo,Map<String,Long>> retrieveAllCountsBetween(String fromDateTime, String toDateTime, String serverName) throws ParseException
fromDateTime
- Date-time string after which earliest collection period would have started, inclusive, yyyy-MM-dd HH:mm format.toDateTime
- Date-time string before which latest collection period would have started, exclusive, yyyy-MM-dd HH:mm format.serverName
- (optional) name of server on which stats were collectedParseException
- if either date-time string has invalid syntaxMap<StatsCollectionInfo,Map<String,Long>> retrieveBundleCountsBetween(String bundleName, String fromDateTime, String toDateTime, String serverName) throws ParseException
bundleName
- the name required of MonitoringGroup's bundlefromDateTime
- Date-time string after which earliest collection period would have started, inclusive, yyyy-MM-dd HH:mm format.toDateTime
- Date-time string before which latest collection period would have started, exclusive, yyyy-MM-dd HH:mm format.serverName
- the (optional) name of server on which stats were collectedParseException
- if either date-time string has invalid syntaxvoid deleteCountsBefore(String dateTime) throws ParseException
dateTime
- Date-time string before which collection period statistics should be deleted, inclusive, yyyy-MM-dd HH:mm format.ParseException
- if the date-time string has invalid syntaxMap<String,Long> retrieveAllAggregatedCurrentCounts()
CollectionPeriodInfo retrieveCurrentCollectionPeriodInfo()
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |