org.ogf.graap.wsag.server.api
Interface AgreementTerminationHandler


public interface AgreementTerminationHandler

This class implements a strategy that is invoked when a MonitorableAgreement is terminated.

Author:
owaeld

Method Summary
 void terminate(TerminateInputType reason, IAgreementContext context)
          This method is invoked when the agreement associated with this handler is terminated.
 

Method Detail

terminate

void terminate(TerminateInputType reason,
               IAgreementContext context)
This method is invoked when the agreement associated with this handler is terminated.

Parameters:
reason - the termination reason
context - the context of the agreement that is terminated


Copyright © 2008-2012. All Rights Reserved.