org.troublescope.resolution
Interface ProblemResolution

All Known Implementing Classes:
AntProblemResolution, DelegatingProblemResolution

public interface ProblemResolution

A problem resolution.

Author:
Calvin Yu

Method Summary
 void execute(ApplicationContext ctx)
          Execute the resolution.
 

Method Detail

execute

public void execute(ApplicationContext ctx)
             throws ResolutionException
Execute the resolution.


Copyright © 2002-2002 TroubleScope. All Rights Reserved.