Package org.mmbase.module

The modules used to load MMBase and optional MMBase functionality.

See:
          Description

Interface Summary
cacheInterface The interface class for the cache module.
idInterface  
PlaylistsInterface  
ProcessorInterface  
scancacheInterface File cache system interface.
SendMailInterface  
sessionsInterface  
TransactionHandlerInterface interface for TransactionHandler
UsersCallBackInterface  
 

Class Summary
AbstractSendMail This module provides mail functionality
cache Simple file cache system that can be used by any servlet
cacheline Class cacheline
CALC  
Config This module analyses the MMBase XML configuration files.
INFO The INFO module provides access to the environment on which the mmbase system resides.
JMSendMail Module providing mail functionality based on JavaMail, mail-resources.
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 in the <mmbase config dir >/modules directory.
ModuleProbe admin module, keeps track of all the worker pools and adds/kills workers if needed (depending on there load and info from the config module).
ProcessorModule The Processor Module extends the basic module to the Processor interface so it can perform for servscan (pagelets).
RemoteMMCI RemoteMMCI is a MMBase module that starts a Remote Method Invocation registry and binds a remote MMCI context to the server.
scancache File cache system.
SendMail This module provides mail functionality
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.
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.
 

Package org.mmbase.module Description

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.

See Also:
org.mmbase.module.core, org.mmbase.module.database, org.mmbase.module.tools


MMBase build 1.7.4.20050922