|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| cacheInterface | The interface class for the cache module. |
| idInterface | Deprecated. no implementation of this interface exists, and the only class that references the interface (scanparser) never instantiates it. |
| PlaylistsInterface | Deprecated. this interface is not implemented or referenced |
| scancacheInterface | File cache system interface. |
| SendMailInterface | This interface has only one implementation. |
| sessionsInterface | |
| TransactionHandlerInterface | interface for TransactionHandler |
| Class Summary | |
|---|---|
| cache | Simple file cache system that can be used by any servlet |
| cacheline | Class cacheline |
| CALC | |
| INFO | The INFO module provides access to the environment on which the mmbase system resides. |
| LinkChecker | The linkChecker module detects broken urls in the urls builder and the jumpers builder. |
| MMUsers | |
| Module | An MMBase Module is an extension of this class, which is configured by an XML file in the <mmbase config dir>/modules directory. |
| ProcessorModule | The Processor Module extends the basic module to the Processor interface so it can perform for servscan (pagelets). |
| ReloadableModule | A Reloadable Module has a 'reload' method. |
| RemoteMMCI | RemoteMMCI is a MMBase module that starts a Remote Method Invocation registry and binds a remote MMCI context to the server. |
| RemoteMMCI.RemoteChecker | |
| scancache | File cache system. |
| sessionInfo | The module which provides access to a filesystem residing in a database. |
| sessions | CLEARSET-NAME : This command clears the session variable called NAME ADDSET-NAME-VALUE : This command adds VALUE to the SESSION variable set called NAME, no duplicates are allowed PUTSET-NAME-VALUE : This command adds VALUE to the SESSION variable set called NAME, duplicates are allowed DELSET-NAME-VALUE : This command deletes VALUE form the SESSION variable set called NAME. |
| TransactionHandler | TransactionHandler Module This class parses the TML code and calls the appropriate methods in TransactionManager TemporarayNodeManager org.mmabse.module.core Furthermore it does some nameserving. |
| Upload | the Upload module stores files that are uploaded. |
| WatchedReloadableModule | This Reloadable Module extension reloads its configuration and calls reload, automaticly if the module XML changes. |
| XSLConvert | XSL conversion module Right now, only the replace() method is defined. |
| Exception Summary | |
|---|---|
| ParseException | This exception gets thrown when the user hasn't logged in yet. |
| TransactionHandlerException | This exception is thrown when something goes wrong while parsing ot handling a Transacion through TCP. |
The modules used to load MMBase and optional MMBase functionality.
The classes in this package consist of a number of base classes that define the module structure. Module and ProcessorModule define basic module functionality, while ModuleProbe can be used to trigger periodic maintenance.
The remaining classes are specific implementations of the Module. These modules can be used to add fucntionality to MMBase. This includes support modules for the scripting language SCAN, and modules for caching, email, communication, statistics, polls, user and session maintenance and transactions ('TCP').
Note that a number of essential modules, in particular MMBase, MMAdmin and JDBC, are located in their own packages.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||