| org.myoodb.event.EventLog
All known Subclasses: org.myoodb.event.EventLogDbImpl,
Method Summary | |
public Event | addEvent(Event event) | public Event | getEvent(long time) | public java.util.ArrayList<Event> | getEvents() | public java.util.ArrayList<Event> | getEvents(long start, long end) | public java.util.ArrayList<Event> | getEvents(long start, long end, Collectable ofInterest) | public java.util.ArrayList<Event> | getEvents(long start, long end, java.util.ArrayList<Collectable> listOfInterest) | public java.util.ArrayList<Event> | getEvents(long start, long end, Class type) | public java.util.ArrayList<Event> | getEvents(long start, long end, Class type, Collectable ofInterest) | public java.util.ArrayList<Event> | getEvents(long start, long end, Class type, java.util.ArrayList<Collectable> listOfInterest) | public java.util.ArrayList<Event> | getEvents(long start, int number, Direction direction) | public java.util.ArrayList<Event> | getEvents(long start, int number, Direction direction, Collectable ofInterest) | public java.util.ArrayList<Event> | getEvents(long start, int number, Direction direction, java.util.ArrayList<Collectable> listOfInterest) | public java.util.ArrayList<Event> | getEvents(long start, int number, Direction direction, Class type) | public java.util.ArrayList<Event> | getEvents(long start, int number, Direction direction, Class type, Collectable ofInterest) | public java.util.ArrayList<Event> | getEvents(long start, int number, Direction direction, Class type, java.util.ArrayList<Collectable> listOfInterest) | public Event | getFirstEvent() | public Event | getLastEvent() | public java.util.ArrayList<Event> | listenForEvents(Class type) | public java.util.ArrayList<Event> | listenForEvents(Class type, Collectable ofInterest) | public java.util.ArrayList<Event> | listenForEvents(Class type, java.util.ArrayList<Collectable> listOfInterest) | public java.util.ArrayList<Event> | listenForEvents(Class type, long timeout) | public java.util.ArrayList<Event> | listenForEvents(Class type, Collectable ofInterest, long timeout) | public java.util.ArrayList<Event> | listenForEvents(Class type, java.util.ArrayList<Collectable> listOfInterest, long timeout) | public java.util.ArrayList<Event> | listenForEvents(long moment, Class type) | public java.util.ArrayList<Event> | listenForEvents(long moment, Class type, Collectable ofInterest) | public java.util.ArrayList<Event> | listenForEvents(long moment, Class type, java.util.ArrayList<Collectable> listOfInterest) | public java.util.ArrayList<Event> | listenForEvents(long moment, Class type, long timeout) | public java.util.ArrayList<Event> | listenForEvents(long moment, Class type, Collectable ofInterest, long timeout) | public java.util.ArrayList<Event> | listenForEvents(long moment, Class type, java.util.ArrayList<Collectable> listOfInterest, long timeout) | public Event | removeEvent(Event event) |
|
|