Package org.mmbase.bridge.implementation

Package class diagram package org.mmbase.bridge.implementation
This package provides the basic implementations for the interfaces of org.mmbase.bridge.

See:
          Description

Class Summary
BasicCloud Basic implementation of Cloud.
BasicCloudContext This is the base class for LocalContext (which is probably its only descendant).
BasicFunctionValue This implementation of the Field Value interface is used by Node.getFunctionValue(java.lang.String, java.util.List) of Node.
BasicNode Basic implementation of Node.
BasicNodeList A list of nodes
BasicNodeManager This class represents a node's type information object - what used to be the 'builder'.
BasicRelation  
BasicRelationManager  
BasicTransaction The basic implementation for a Transaction cLoud.
LocalResolver The resolver recognizing only the string 'local', which then returns LocalContext.getCloudContext().
ModuleHandler ModuleHandler Creates a framework for calling modules.
VirtualNode Implementation of Node.
VirtualNodeManager This class represents a virtual node type information object.
 

Package org.mmbase.bridge.implementation Description

This package provides the basic implementations for the interfaces of org.mmbase.bridge.

If you are programming with MMBase bridge, you don't have to be aware of even the existance of the classes in this package. You can however freely use classes in the package org.mmbase.bridge.util.



MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36