org.mmbase.module.core
Class MMBaseContext

Package class diagram package MMBaseContext
java.lang.Object
  extended by org.mmbase.util.MMBaseContext
      extended by org.mmbase.module.core.MMBaseContext
All Implemented Interfaces:
EventListener, ServletContextListener

Deprecated. Use org.mmbase.util.MMBaseContext

public class MMBaseContext
extends MMBaseContext

Version:
$Id: MMBaseContext.java 44743 2011-01-12 08:56:10Z michiel $

Field Summary
 
Fields inherited from class org.mmbase.util.MMBaseContext
INITLOG, startTime
 
Constructor Summary
MMBaseContext()
          Deprecated.  
 
Method Summary
static DaemonThread startThread(DaemonTask task, String name)
          Deprecated. Use ThreadPools.scheduler.
 
Methods inherited from class org.mmbase.util.MMBaseContext
contextDestroyed, contextInitialized, getConfigPath, getDataDir, getEncoding, getHost, getHtmlRoot, getHtmlRootUrlPath, getMachineName, getOutputFile, getServletContext, getThreadGroup, init, init, init, initHtmlRoot, isHtmlRootInitialized, isInitialized, isShutdown, setDataDir, setEncoding, setHost, setMachineName, shutdown, startThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMBaseContext

public MMBaseContext()
Deprecated. 
Method Detail

startThread

public static DaemonThread startThread(DaemonTask task,
                                       String name)
Deprecated. Use ThreadPools.scheduler.

Starts a daemon thread using the MMBase thread group.

Parameters:
task - the task to run as a thread
name - the thread's name
Since:
MMBase-1.8


MMBase2 Core 2.0-SNAPSHOT - 2013-05-29T22:08