org.mmbase.bridge.util
Class NodeManagerDescription
java.lang.Object
org.mmbase.bridge.util.NodeManagerDescription
public class NodeManagerDescription
- extends Object
This container class contains the information for instantation of an actual NodeManager
object. It can be stored in CloudContext implementation, and be used to instantiate
actual NodeManagers from a Cloud. NodeManagers do contain a Cloud NodeManager.getCloud()
and hence cannot themselves be used to store in the CloudContext.
- Since:
- MMBase-1.9.2
- Version:
- $Id: NodeManagerDescription.java 42556 2010-06-15 09:17:05Z michiel $
- Author:
- Michiel Meeuwissen
- To Do:
- EXPERIMENTAL
name
public final String name
fields
public final Map<String,Field> fields
reader
public final ParentBuilderReader reader
properties
public final Map<String,String> properties
oType
public final int oType
NodeManagerDescription
public NodeManagerDescription(ParentBuilderReader r,
int oType)
NodeManagerDescription
public NodeManagerDescription(String n,
Map<String,Field> map,
int oType)
toString
public String toString()
- Overrides:
toString in class Object
MMBase2 Bridge 2.0-SNAPSHOT - 2013-03-30T06:34