Project

General

Profile

« Previous | Next » 

Revision 7810

adding ability to remove event from the [error] queue.

View differences:

IndexEventLog.java
41 41
     */
42 42
    public long write(IndexEvent event) throws IndexEventLogException;
43 43
    
44
    /**
45
     * Remove an IndexEvent in storage
46
     * @param identifier
47
     * @throws IndexEventLogException
48
     */
49
    public void remove(String identifier) throws IndexEventLogException;
44 50
    
51
    
45 52
    /**
46 53
     * Gets the list of IndexEvent matching the specified set of filters. The filter parameters can be null
47 54
     * @param type  the type of the event

Also available in: Unified diff