org.objectweb.jasmine.rules.logs.beans
Interface LogInterfaceRulesRemote
public interface LogInterfaceRulesRemote
addLogEntity
int addLogEntity(Date date,
String level,
String message)
throws DBException
- Adds a log message to the database
- Parameters:
date - the date of the loglevel - the level of the log : INFO, WARN, ALERT, ACTIONmessage - the message of the log
- Throws:
DBException
deleteMessageBeforeDate
void deleteMessageBeforeDate(Date date)
throws DBException
- Deletes all the logs before
date
- Parameters:
date -
- Throws:
DBException
Copyright © 2012 OW2 Consortium. All Rights Reserved.