org.directwebremoting.impl

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 » Ajax » dwr » org.directwebremoting.impl 
org.directwebremoting.impl
Java Source File NameTypeComment
AbstractContainer.javaClass An implementation of some of the simpler methods from Container This class has nothing whatsoever to do with org.directwebremoting.extend.ContainerAbstraction .
AbstractFileGenerator.javaClass
AbstractServerLoadMonitor.javaClass A base implementation of ServerLoadMonitor that implements waiting functionallity, mostly to provide AbstractServerLoadMonitor.shutdown() .
BasicAlarm.javaClass An Alarm that goes off 'manually', that is to say by the calling of BasicAlarm.raiseAlarm() .
ContainerMap.javaClass A Map that uses a Container as it's source of data.
ContainerUtil.javaClass An abstraction of all the common servlet operations that are required to host a DWR service that depends on the servlet spec.
DataUrlDownloadManager.javaClass A download manager that works my returning a data: URL so the data is sent directly without waiting in some store.

This method has the benefit that it works in a clustered environment and is quite simple.

DebugPageGeneratorTest.javaClass
DefaultAccessControl.javaClass Control who should be accessing which methods on which classes.
DefaultAccessControlTest.javaClass
DefaultAjaxFilterManager.javaClass
DefaultContainer.javaClass DefaultContainer is like a mini-IoC container for DWR. At least it is an IoC container by interface (check: no params that have anything to do with DWR), but it is hard coded specifically for DWR.
DefaultCreatorManager.javaClass A class to manage the types of creators and the instantiated creators.
DefaultCreatorManagerTest.javaClass
DefaultDebugPageGenerator.javaClass
DefaultHub.javaClass
DefaultHubBuilder.javaClass A HubBuilder that creates DefaultHubs.
DefaultPageNormalizer.javaClass The default implementation of PageNormalizer attempts to read from WEB-INF/web.xml to find a welcome-files element, and uses a default of removing "index.html" and "index.jsp" if this procedure fails.
DefaultRemoter.javaClass
DefaultRemoter2Test.javaClass
DefaultRemoterTest.javaClass
DefaultScriptSession.javaClass An implementation of ScriptSession and RealScriptSession.

There are synchronization constraints on this class.

DefaultScriptSessionManager.javaClass A default implementation of ScriptSessionManager.

There are synchronization constraints on this class that could be broken by subclasses.

DefaultServerContext.javaClass
DefaultServerContextBuilder.javaClass A ServerContextBuilder that creates DefaultServerContexts.
DefaultServerLoadMonitor.javaClass A smart implementation of ServerLoadMonitor.

What a browser does:

 connected disconnected connected ...
 ____________          ____________
 |          |          |          |
 |          |          |          |
 _____|          |__________|          |______
 [---cT---] [---dT---] [---cT---] ...
 

Where cT is the connectedTime and dT is the disconnectedTime.

We impose some limits: a maximum number of symultaneously connected browsers maxWaitingThreads, and the maximum number of connections per second maxHitsPerSecond.

We attempt to keep the actual waitingThreads and hitsPerSecond within bounds by vairying connectedTime and disconnectedTime.

The system is in one of 3 modes: USAGE_LOW, USAGE_HIGH and USAGE_DIGG.

DefaultServerLoadMonitorHarness.javaClass
DefaultWebContext.javaClass A default implementation of WebContext.
DefaultWebContextBuilder.javaClass A WebContextBuilder that creates DefaultWebContexts.
DTDEntityResolver.javaClass We want to read the config files in validating mode, and keep the DTD within the dwr.jar file so we need to be able to help the parser find the DTD.
DwrXmlConfigurator.javaClass A configurator that gets its configuration by reading a dwr.xml file.
ExecuteAjaxFilter.javaClass The last element in a filter chain actually executes the method.
FieldProperty.javaClass
FileStoreDownloadManager.javaClass A DownloadManager that stores the files on disk.
FileTransferFileGenerator.javaClass An implementation of FileGenerator that uses a FileTransfer .
GrizzlyContainerAbstraction.javaClass
GrizzlyContinuationSleeper.javaClass
ImageIOFileGenerator.javaClass A way to convert BufferedImage s to files so they can be written using a FileServingServlet or similar.
InMemoryDownloadManager.javaClass A DownloadManager that simply stores the links in-memory.
InputStreamFileGenerator.javaClass A way to convert BufferedImage s to files so they can be written using a FileServingServlet or similar.
JettyContainerAbstraction.javaClass
JettyContinuationSleeper.javaClass
LegacyCompressor.javaClass An implementation of Compressor that does nothing.
LegacyCompressorTest.javaClass
NullCompressor.javaClass An implementation of Compressor that does nothing.
OutputAlarm.javaClass An Alarm that goes off whenever output happens on a ScriptSession .
PollingServerLoadMonitor.javaClass
PropertyDescriptorProperty.javaClass
PurgingDownloadManager.javaClass A DownloadManager that simply stores downloads in memory until they are requested and then removes them.
ServletSpecContainerAbstraction.javaClass
ShutdownAlarm.javaClass An Alarm that allows the system to close all connections when it is shutting down.
SignatureParser.javaClass A parser for type info in a dwr.xml signature.
SignatureParserTest.javaClass
SmallSiteServerLoadMonitor.javaClass
StartupUtil.javaClass
ThreadDroppingServerLoadMonitor.javaClass A smart implementation of ServerLoadMonitor, customized for Jetty.
ThreadWaitSleeper.javaClass The simplest type of Sleeper that just uses ThreadWaitSleeper.wait() and ThreadWaitSleeper.notify() to halt a Thread and restart it.
TimedAlarm.javaClass An Alarm that goes off after a certain length of time.
YahooJSCompressor.javaClass JavaScript Compression Implementation using the YUI Compressor.
YahooJSCompressorTest.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.