org.sandev.tools.ConfigEditor
Class ConfigEditorNodeDecl
java.lang.Object
org.sandev.tools.ConfigEditor.ConfigEditorNodeDecl
- Direct Known Subclasses:
- ConfigEditorNodeBase, ConfigEditorNodeInstance
- public class ConfigEditorNodeDecl
- extends java.lang.Object
An adaptor node for business logic related to editing a deployment
configuration. The lifetime of an instance of this node is determined
by the technology adaptor, it is not configured explicitely.
This node provides logic to support editing the
Configuration information saved as env/config.xml off
the driving build project. Node messaging is declared for
ConfigurationUpdate signalling, but the calls are not
implemented in the default release. Refer to
Deploy.html
for details if your application requires runtime configuration.
outbound synchronous message calls:
ConfigurationUpdate callConfigManagerNodeName(ConfigurationUpdate msg)
node instance configuration: outgoingSyncConfigManagerNodeName
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigEditorNodeDecl
public ConfigEditorNodeDecl()