Java Doc for EventLogDbImpl.java in  » Database-DBMS » myoodb-2.2.1 » org » myoodb » event » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » myoodb 2.2.1 » org.myoodb.event 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.myoodb.MyOodbObject
      org.myoodb.collectable.CollectableDbImpl
         org.myoodb.collectable.StoreCollectionDbImpl
            org.myoodb.collectable.LogStoreDbImpl
               org.myoodb.event.EventLogDbImpl

EventLogDbImpl
public class EventLogDbImpl extends LogStoreDbImpl implements EventLog(Code)



Constructor Summary
public  EventLogDbImpl()
    

Method Summary
public  EventaddEvent(Event event)
    
public  voidcleanUpReference()
    
protected  voidfinalize()
    
public  voidfixUpReference(long fixUpTime)
    
public  EventgetEvent(long time)
    
public  java.util.ArrayListgetEvents()
    
public  java.util.ArrayListgetEvents(long start, long end)
    
public  java.util.ArrayListgetEvents(long start, long end, Collectable ofInterest)
    
public  java.util.ArrayListgetEvents(long start, long end, java.util.ArrayList listOfInterest)
    
public  java.util.ArrayListgetEvents(long start, long end, Class type)
    
public  java.util.ArrayListgetEvents(long start, long end, Class type, Collectable ofInterest)
    
public  java.util.ArrayListgetEvents(long start, long end, Class type, java.util.ArrayList listOfInterest)
    
public  java.util.ArrayListgetEvents(long start, int number, Direction direction)
    
public  java.util.ArrayListgetEvents(long start, int number, Direction direction, Collectable ofInterest)
    
public  java.util.ArrayListgetEvents(long start, int number, Direction direction, java.util.ArrayList listOfInterest)
    
public  java.util.ArrayListgetEvents(long start, int number, Direction direction, Class type)
    
public  java.util.ArrayListgetEvents(long start, int number, Direction direction, Class type, Collectable ofInterest)
    
public  java.util.ArrayListgetEvents(long start, int number, Direction direction, Class type, java.util.ArrayList listOfInterest)
    
public  EventgetFirstEvent()
    
public  EventgetLastEvent()
    
public  java.util.ArrayListlistenForEvents(Class type)
    
public  java.util.ArrayListlistenForEvents(Class type, Collectable ofInterest)
    
public  java.util.ArrayListlistenForEvents(Class type, java.util.ArrayList listOfInterest)
    
public  java.util.ArrayListlistenForEvents(Class type, long timeout)
    
public  java.util.ArrayListlistenForEvents(Class type, Collectable ofInterest, long timeout)
    
public  java.util.ArrayListlistenForEvents(Class type, java.util.ArrayList listOfInterest, long timeout)
    
public  java.util.ArrayListlistenForEvents(long moment, Class type)
    
public  java.util.ArrayListlistenForEvents(long moment, Class type, Collectable ofInterest)
    
public  java.util.ArrayListlistenForEvents(long moment, Class type, java.util.ArrayList listOfInterest)
    
public  java.util.ArrayListlistenForEvents(long moment, Class type, long timeout)
    
public  java.util.ArrayListlistenForEvents(long moment, Class type, Collectable ofInterest, long timeout)
    
public  java.util.ArrayListlistenForEvents(long moment, Class type, java.util.ArrayList listOfInterest, long timeout)
    
public  EventremoveEvent(Event event)
    


Constructor Detail
EventLogDbImpl
public EventLogDbImpl()(Code)




Method Detail
addEvent
public Event addEvent(Event event)(Code)



cleanUpReference
public void cleanUpReference()(Code)



finalize
protected void finalize() throws Throwable(Code)



fixUpReference
public void fixUpReference(long fixUpTime)(Code)



getEvent
public Event getEvent(long time)(Code)



getEvents
public java.util.ArrayList getEvents()(Code)



getEvents
public java.util.ArrayList getEvents(long start, long end)(Code)



getEvents
public java.util.ArrayList getEvents(long start, long end, Collectable ofInterest)(Code)



getEvents
public java.util.ArrayList getEvents(long start, long end, java.util.ArrayList listOfInterest)(Code)



getEvents
public java.util.ArrayList getEvents(long start, long end, Class type)(Code)



getEvents
public java.util.ArrayList getEvents(long start, long end, Class type, Collectable ofInterest)(Code)



getEvents
public java.util.ArrayList getEvents(long start, long end, Class type, java.util.ArrayList listOfInterest)(Code)



getEvents
public java.util.ArrayList getEvents(long start, int number, Direction direction)(Code)



getEvents
public java.util.ArrayList getEvents(long start, int number, Direction direction, Collectable ofInterest)(Code)



getEvents
public java.util.ArrayList getEvents(long start, int number, Direction direction, java.util.ArrayList listOfInterest)(Code)



getEvents
public java.util.ArrayList getEvents(long start, int number, Direction direction, Class type)(Code)



getEvents
public java.util.ArrayList getEvents(long start, int number, Direction direction, Class type, Collectable ofInterest)(Code)



getEvents
public java.util.ArrayList getEvents(long start, int number, Direction direction, Class type, java.util.ArrayList listOfInterest)(Code)



getFirstEvent
public Event getFirstEvent()(Code)



getLastEvent
public Event getLastEvent()(Code)



listenForEvents
public java.util.ArrayList listenForEvents(Class type)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(Class type, Collectable ofInterest)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(Class type, java.util.ArrayList listOfInterest)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(Class type, long timeout)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(Class type, Collectable ofInterest, long timeout)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(Class type, java.util.ArrayList listOfInterest, long timeout)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(long moment, Class type)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(long moment, Class type, Collectable ofInterest)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(long moment, Class type, java.util.ArrayList listOfInterest)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(long moment, Class type, long timeout)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(long moment, Class type, Collectable ofInterest, long timeout)(Code)



listenForEvents
public java.util.ArrayList listenForEvents(long moment, Class type, java.util.ArrayList listOfInterest, long timeout)(Code)



removeEvent
public Event removeEvent(Event event)(Code)



Methods inherited from org.myoodb.collectable.LogStoreDbImpl
public LogObject addLogObject(LogObject logObject)(Code)(Java Doc)
protected Object getContainerIndex(Object start)(Code)(Java Doc)
public LogObject getFirstLogObject()(Code)(Java Doc)
public LogObject getLastLogObject()(Code)(Java Doc)
public java.util.ArrayList getLogKeys()(Code)(Java Doc)
public java.util.ArrayList getLogKeys(long start, long end)(Code)(Java Doc)
public LogObject getLogObject(long time)(Code)(Java Doc)
public java.util.ArrayList getLogObjects()(Code)(Java Doc)
public java.util.ArrayList getLogObjects(long start, long end)(Code)(Java Doc)
public java.util.ArrayList getLogObjects(long start, long end, Class type)(Code)(Java Doc)
public java.util.ArrayList getLogObjects(long start, int number, Direction direction)(Code)(Java Doc)
public java.util.ArrayList getLogObjects(long start, int number, Direction direction, Class type)(Code)(Java Doc)
public LogObject removeLogObject(LogObject logObject)(Code)(Java Doc)
public LogObject removeLogObject(long time)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

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)

Methods inherited from org.myoodb.collectable.CollectableDbImpl
public void cleanUpReference()(Code)(Java Doc)
public static void fixUpReference(java.util.Collection container, long fixUpTime)(Code)(Java Doc)
public static void fixUpReference(java.util.Map container, long fixUpTime)(Code)(Java Doc)
public void fixUpReference(long fixUpTime)(Code)(Java Doc)
public static java.util.Collection getFixUpReference(java.util.Collection container, long fixUpTime)(Code)(Java Doc)
public static java.util.Map getFixUpReference(java.util.Map container, long fixUpTime)(Code)(Java Doc)
public long getLocalTime()(Code)(Java Doc)
public long getLockIdentifier()(Code)(Java Doc)
protected String invokedBy()(Code)(Java Doc)
public boolean isExplicitLock()(Code)(Java Doc)
public boolean isImplicitLock()(Code)(Java Doc)
public boolean isLocked()(Code)(Java Doc)
public String isLockedBy()(Code)(Java Doc)
public void lock()(Code)(Java Doc)
protected boolean referenceHasBeenFixedUp(long fixUpTime)(Code)(Java Doc)
public void testReference()(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Methods inherited from org.myoodb.MyOodbObject
public int compareTo(Object obj)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
final public MyOodbBean getBean()(Code)(Java Doc)
final public org.myoodb.core.AbstractObjectContainer getContainer()(Code)(Java Doc)
final public boolean getConvertFlag()(Code)(Java Doc)
final public org.myoodb.core.AbstractDatabase getDatabase()(Code)(Java Doc)
final public org.myoodb.core.Identifier getDatabaseHandle()(Code)(Java Doc)
final public MyOodbProxy getSelf()(Code)(Java Doc)
final public String getXML()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void onCreate()(Code)(Java Doc)
public void onDelete()(Code)(Java Doc)
final public void setBean(MyOodbBean bean)(Code)(Java Doc)
final public void setContainer(org.myoodb.core.AbstractObjectContainer container)(Code)(Java Doc)
final public void setConvertFlag(boolean convertFlag)(Code)(Java Doc)
final public void setXML(String xml)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final public Object writeReplace() throws java.io.ObjectStreamException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.