Package org.bonitasoft.engine.incident
Class IncidentServiceImpl
- java.lang.Object
-
- org.bonitasoft.engine.incident.IncidentServiceImpl
-
- All Implemented Interfaces:
IncidentService
public class IncidentServiceImpl extends java.lang.Object implements IncidentService
- Author:
- Baptsite Mesta, Matthieu Chaffotte, Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description IncidentServiceImpl(TechnicalLoggerService logger, java.util.List<IncidentHandler> handlers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreport(long tenantId, Incident incident)Report an incident
-
-
-
Constructor Detail
-
IncidentServiceImpl
public IncidentServiceImpl(TechnicalLoggerService logger, java.util.List<IncidentHandler> handlers)
-
-
Method Detail
-
report
public void report(long tenantId, Incident incident)Description copied from interface:IncidentServiceReport an incident- Specified by:
reportin interfaceIncidentServiceincident- the incident to be reported
-
-