public class AutonomicManagerParser
extends java.lang.Object
AutonomicManager
. It tries to create any of
the control loop modules and add the policy file if available. It adds these to
the autonomic manager object that is also passed as a parameter.Constructor and Description |
---|
AutonomicManagerParser()
Create a new instance of AutonomicManagerParser.
|
Modifier and Type | Method and Description |
---|---|
void |
parse(AutonomicManager autoMan,
org.licas_xml.abs.Element adminXml)
Parse the XML description to determine the admin specification.
|
public AutonomicManagerParser()
public void parse(AutonomicManager autoMan, org.licas_xml.abs.Element adminXml) throws java.lang.Exception
autoMan
- the autonomic manager object.adminXml
- the XML description to parse.java.lang.Exception
- any error.