org.directwebremoting.util
Class SharedObjects

java.lang.Object
  extended by org.directwebremoting.util.SharedObjects

public class SharedObjects
extends java.lang.Object

DWR has some singleton objects (well 1 to be exact) that is JDK defined

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Constructor Summary
SharedObjects()
           
 
Method Summary
static java.util.concurrent.ScheduledThreadPoolExecutor getScheduledThreadPoolExecutor()
          Each ScheduledThreadPoolExecutor used by an application uses a thread, so DWR tries to use only one.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedObjects

public SharedObjects()
Method Detail

getScheduledThreadPoolExecutor

public static java.util.concurrent.ScheduledThreadPoolExecutor getScheduledThreadPoolExecutor()
Each ScheduledThreadPoolExecutor used by an application uses a thread, so DWR tries to use only one.

Returns:
DWR's shared ScheduledThreadPoolExecutor

Copyright ¬ 2005