org.ogf.graap.wsag.server.accounting
Interface IAccountingSystem

All Known Implementing Classes:
SimpleAccountingSystemLogger

public interface IAccountingSystem

An accounting system is notified of the evaluation of agreement guarantees and issues the appropriate penalties and rewards according to the guarantee evaluation result. Specific implementations can also use these events to trigger self-management or self-optimizing actions based on the guarantee evaluation.

Author:
Oliver Waeldrich

Method Summary
 void issueCompensation(SLAMonitoringNotificationEventType notificationEvent)
          Notifies the accounting system of a guarantee evaluation event.
 

Method Detail

issueCompensation

void issueCompensation(SLAMonitoringNotificationEventType notificationEvent)
Notifies the accounting system of a guarantee evaluation event.

Parameters:
notificationEvent - the notification event


Copyright © 2008-2012. All Rights Reserved.