| java.lang.Object org.myoodb.MyOodbObject org.myoodb.collectable.CollectableDbImpl org.myoodb.collectable.StoreCollectionDbImpl org.myoodb.collectable.LogStoreDbImpl org.myoodb.event.EventLogDbImpl
Method Summary | |
public Event | addEvent(Event event) | public void | cleanUpReference() | protected void | finalize() | public void | fixUpReference(long fixUpTime) | public Event | getEvent(long time) | public java.util.ArrayList | getEvents() | public java.util.ArrayList | getEvents(long start, long end) | public java.util.ArrayList | getEvents(long start, long end, Collectable ofInterest) | public java.util.ArrayList | getEvents(long start, long end, java.util.ArrayList listOfInterest) | public java.util.ArrayList | getEvents(long start, long end, Class type) | public java.util.ArrayList | getEvents(long start, long end, Class type, Collectable ofInterest) | public java.util.ArrayList | getEvents(long start, long end, Class type, java.util.ArrayList listOfInterest) | public java.util.ArrayList | getEvents(long start, int number, Direction direction) | public java.util.ArrayList | getEvents(long start, int number, Direction direction, Collectable ofInterest) | public java.util.ArrayList | getEvents(long start, int number, Direction direction, java.util.ArrayList listOfInterest) | public java.util.ArrayList | getEvents(long start, int number, Direction direction, Class type) | public java.util.ArrayList | getEvents(long start, int number, Direction direction, Class type, Collectable ofInterest) | public java.util.ArrayList | getEvents(long start, int number, Direction direction, Class type, java.util.ArrayList listOfInterest) | public Event | getFirstEvent() | public Event | getLastEvent() | public java.util.ArrayList | listenForEvents(Class type) | public java.util.ArrayList | listenForEvents(Class type, Collectable ofInterest) | public java.util.ArrayList | listenForEvents(Class type, java.util.ArrayList listOfInterest) | public java.util.ArrayList | listenForEvents(Class type, long timeout) | public java.util.ArrayList | listenForEvents(Class type, Collectable ofInterest, long timeout) | public java.util.ArrayList | listenForEvents(Class type, java.util.ArrayList listOfInterest, long timeout) | public java.util.ArrayList | listenForEvents(long moment, Class type) | public java.util.ArrayList | listenForEvents(long moment, Class type, Collectable ofInterest) | public java.util.ArrayList | listenForEvents(long moment, Class type, java.util.ArrayList listOfInterest) | public java.util.ArrayList | listenForEvents(long moment, Class type, long timeout) | public java.util.ArrayList | listenForEvents(long moment, Class type, Collectable ofInterest, long timeout) | public java.util.ArrayList | listenForEvents(long moment, Class type, java.util.ArrayList listOfInterest, long timeout) | public Event | removeEvent(Event event) |
EventLogDbImpl | public EventLogDbImpl()(Code) | | |
cleanUpReference | public void cleanUpReference()(Code) | | |
fixUpReference | public void fixUpReference(long fixUpTime)(Code) | | |
Fields inherited from org.myoodb.collectable.StoreCollectionDbImpl | protected TreeMap m_ContainerOfContainers(Code)(Java Doc)
|
Methods inherited from org.myoodb.collectable.StoreCollectionDbImpl | protected StoreObject addStoreObject(StoreObject storeObject)(Code)(Java Doc) public void cleanUpReference()(Code)(Java Doc) public void fixUpReference(long fixUpTime)(Code)(Java Doc) protected Object getContainerIndex(Object start)(Code)(Java Doc) protected java.util.ArrayList getContainerIndexes(Object start, Object end)(Code)(Java Doc) protected java.util.ArrayList getContainerOfContainersKeys()(Code)(Java Doc) protected java.util.ArrayList getContainerOfContainersValues()(Code)(Java Doc) protected StoreObject getFirstStoreObject()(Code)(Java Doc) protected StoreObject getLastStoreObject()(Code)(Java Doc) protected StoreObject getStoreObject(Object index, Object key)(Code)(Java Doc) protected StoreObject getStoreObject(Object key)(Code)(Java Doc) protected java.util.ArrayList getStoreObjectKeys(Object index)(Code)(Java Doc) protected java.util.ArrayList getStoreObjectKeys(java.util.Collection indexList)(Code)(Java Doc) protected java.util.ArrayList getStoreObjectKeys()(Code)(Java Doc) protected java.util.ArrayList getStoreObjectKeys(Object start, Object end)(Code)(Java Doc) protected java.util.ArrayList getStoreObjectValues(Object index)(Code)(Java Doc) protected java.util.ArrayList getStoreObjectValues(java.util.Collection indexList)(Code)(Java Doc) protected java.util.ArrayList getStoreObjects()(Code)(Java Doc) protected java.util.ArrayList getStoreObjects(Object start, Object end)(Code)(Java Doc) protected java.util.ArrayList getStoreObjects(Object start, Object end, Class type)(Code)(Java Doc) protected java.util.ArrayList getStoreObjects(Object start, int number, Direction direction)(Code)(Java Doc) protected java.util.ArrayList getStoreObjects(Object start, int number, Direction direction, Class type)(Code)(Java Doc) public long getStoreSize()(Code)(Java Doc) protected StoreObject removeStoreObject(StoreObject storeObject)(Code)(Java Doc) protected StoreObject removeStoreObject(Object key)(Code)(Java Doc)
|
Fields inherited from org.myoodb.collectable.CollectableDbImpl | protected long m_lastFixUpTime(Code)(Java Doc)
|
|
|