org.drools.agent.impl
Class FailureDetectingSystemEventListener
java.lang.Object
org.drools.agent.impl.FailureDetectingSystemEventListener
- All Implemented Interfaces:
- org.drools.SystemEventListener
public class FailureDetectingSystemEventListener
- extends Object
- implements org.drools.SystemEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailureDetectingSystemEventListener
public FailureDetectingSystemEventListener()
debug
public void debug(String message)
- Specified by:
debug
in interface org.drools.SystemEventListener
debug
public void debug(String message,
Object object)
- Specified by:
debug
in interface org.drools.SystemEventListener
exception
public void exception(String message,
Throwable e)
- Specified by:
exception
in interface org.drools.SystemEventListener
exception
public void exception(Throwable e)
- Specified by:
exception
in interface org.drools.SystemEventListener
info
public void info(String message)
- Specified by:
info
in interface org.drools.SystemEventListener
info
public void info(String message,
Object object)
- Specified by:
info
in interface org.drools.SystemEventListener
warning
public void warning(String message)
- Specified by:
warning
in interface org.drools.SystemEventListener
warning
public void warning(String message,
Object object)
- Specified by:
warning
in interface org.drools.SystemEventListener
isSuccessful
public boolean isSuccessful()
getExceptionList
public List<Throwable> getExceptionList()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.