Interface MeteringBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
MeteringBatchManager, MeteringBatchProxyManager

public interface MeteringBatchProfile extends OsidProfile

The MeteringBatchProfile describes the interoperability among batch metering services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMeterBatchAdmin

      boolean supportsMeterBatchAdmin()
      Tests if bulk administration of meters is available.
      Returns:
      true if a meter bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsUtilityBatchAdmin

      boolean supportsUtilityBatchAdmin()
      Tests if bulk administration of utilities is available.
      Returns:
      true if a utility bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.