2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.monitor.impl
Class DefaultMonitorImpl
java.lang.Object
org.apache.tuscany.sca.monitor.impl.DefaultMonitorImpl
- All Implemented Interfaces:
- Monitor
public class DefaultMonitorImpl
- extends java.lang.Object
- implements Monitor
A monitor for the watching for validation problems
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMonitorImpl
public DefaultMonitorImpl()
problem
public void problem(Problem problem)
- Description copied from interface:
Monitor
- Reports a build problem.
- Specified by:
problem
in interface Monitor
getProblems
public java.util.List<Problem> getProblems()
- Description copied from interface:
Monitor
- Returns a list of reported problems.
- Specified by:
getProblems
in interface Monitor
- Returns:
- the list of problems. The list may be empty
getLastLoggedProblem
public Problem getLastLoggedProblem()
isMessageLogged
public boolean isMessageLogged(java.lang.String messageId)
getProblem
public Problem getProblem(java.lang.String messageId)