sources.properties 1.2 KB

123456789101112131415161718192021222324252627282930
  1. #
  2. # Properties file for EventSource objects to be instantiated.
  3. #
  4. # Place this file in the CLASSPATH (e.g. WEB-INF/classes) or directly under WEB-INF.
  5. #
  6. # $Id: sources.properties,v 1.2 2007/11/10 14:12:16 justb Exp $
  7. #
  8. # Each EventSource is defined as <key>=<classname>
  9. # 1. <key> should be unique within this file but may be any name
  10. # 2. <classname> is the full class name
  11. #
  12. #
  13. # Define Pull Sources here. These classes must be derived from
  14. # nl.justobjects.pushlet.core.EventPullSource
  15. # Inner classes are separated with a $ sign from the outer class.
  16. source1= com.ccgj.platform.admin.HtmlAction$HtmlMsg
  17. #source2=nl.justobjects.pushlet.test.TestEventPullSources$SystemStatusEventPullSource
  18. #source3=nl.justobjects.pushlet.test.TestEventPullSources$PushletStatusEventPullSource
  19. #source4=nl.justobjects.pushlet.test.TestEventPullSources$AEXStocksEventPullSource
  20. #source5=nl.justobjects.pushlet.test.TestEventPullSources$WebPresentationEventPullSource
  21. #source6=nl.justobjects.pushlet.test.TestEventPullSources$PingEventPullSource
  22. #source7=com.pushlet.HelloWordPushlet$HwPushlet
  23. # TO BE DONE IN NEXT VERSION
  24. # define Push Sources here. These must implement the interface
  25. # nl.justobjects.pushlet.core.EventSource