| org.mmbase.servlet.MMBaseStarter
All known Subclasses: org.mmbase.servlet.MMBaseServlet, org.mmbase.framework.FrameworkFilter,
MMBaseStarter | public interface MMBaseStarter (Code) | | Used in combo with MMBaseStartThread, which uses the methods of this interface to inform its starter about the results.
version: $Id: MMBaseStarter.java,v 1.2 2005/02/11 12:36:05 michiel Exp $ author: Michiel Meeuwissen since: MMBase-1.7 |
getMMBase | MMBase getMMBase()(Code) | | Returns the currently set MMBase object.
the MMBase instance or null. |
setInitException | void setInitException(ServletException e)(Code) | | If something went wrong (an exception occured), the caller may is informed by a call to this
method. (It may ignore it).
|
setMMBase | void setMMBase(MMBase mmb)(Code) | | Set MMBase object after initializion, in the caller.
|
|
|