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
terminate
void terminate(TerminateInputType reason,
IAgreementContext context)
- This method is invoked when the agreement associated with this handler is terminated.
- Parameters:
reason
- the termination reasoncontext
- the context of the agreement that is terminated
Copyright © 2008-2012. All Rights Reserved.