Interface MeteringProxyManager

All Superinterfaces:
AutoCloseable, Closeable, MeteringProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable

public interface MeteringProxyManager extends OsidProxyManager, MeteringProfile

The metering manager provides access to metering sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy for the purposes of passing information from a server environment. The sessions included in this manager are:

  • MeterReadingSession : a session to write to a utility
  • StatisticLookupSession : a session for retrieving some statistics from a meter
  • StatisticQuerySession : a session for querying statistics
  • StatisticSearchSession : a session for searching statistics
  • StatisticNotificationSession : a session for subscribing to statistical notifications
  • StatisticSmartUtilitySession : a session for managing smart utilities of statistics
  • MeterLookupSession : a session to look up meters
  • MeterQuerySession : a session to query meters
  • MeterSearchSession : a session to search meters
  • MeterAdminSession : a session to manage meters
  • MeterNotificationSession : a session to subscribe to notifications of new or changed meters
  • MeterUtilitySession : a session to look up meter to utility mappings
  • MeterUtilityAssignmentSession : a session to manage meter to utility mappings
  • MeterSmartUtilitySession : a session tomanage meter smart utilities
  • UtilityLookupSession : a session to retrieve utility objects
  • UtilityQuerySession : a session to query utilities
  • UtilitySearchSession : a session to search for utilities
  • UtilityAdminSession : a session to create, update and delete utilities
  • UtilityNotificationSession : a session to receive notifications for changes in utilities
  • UtilityHierarchyTraversalSession : a session to traverse hierarchies of utilities
  • UtilityHierarchyDesignSession : a session to manage hierarchues of utilities

The metering manager also provides a profile for determing the supported search types supported by this service.