Package org.mmbase.module

Package class diagram package org.mmbase.module
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.
MMUsers  
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.
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.
 



MMBase Scan 2.0-SNAPSHOT - 2013-03-30T06:50