Package org.mmbase.bridge.mock

This package provides a completely 'virtual' implementation of the bridge.

See:
          Description

Interface Summary
QueryHandler Interface for handling of Queries.
 

Class Summary
AbstractQueryHandler  
AggregatedQueryHandler Query-handler that deals with aggregated queries.
MockBuilderReader This class can read builder XML's.
MockCloud Straight forward (partial) implementation of Cloud, which maintains everything in memory.
MockCloudContext The 'mock' cloud context is mainly meant for usage in junit test cases.
MockCloudContext.AllowedRelation  
MockCloudContext.MockResolver  
MockCloudContext.NodeDescription Simple structure to contain the data of an MMBase node in memory.
MockCloudContext.Role  
MockField  
MockNode MockNodes belong to a MockCloud.
MockNodeManager Straight-forward implementation of NodeManager based on a Map with DataType's.
MockRelation  
MockRelationManager Straight-forward implementation of NodeManager based on a Map with DataType's.
MockSetup This can be added to your web.xml as a Listener to bootstrap the mock bridge.
MockTransaction MockTransaction for the moment only does't give too much exceptions.
MultilevelQueryHandler  
NodeQueryHandler  
 

Package org.mmbase.bridge.mock Description

This package provides a completely 'virtual' implementation of the bridge. This means that everything what is done is not backed by a database. This is mainly useful for test-cases.

Since:
MMBase-1.9.2
Version:
$Id: package-info.java 39625 2009-11-10 23:18:05Z michiel $
Author:
Michiel Meeuwissen


MMBase 2.0-SNAPSHOT - null