org.sandev.basics.structs
Class TestNodeParamChangeStruct

java.lang.Object
  extended by org.sandev.basics.structs.TestNodeParamChangeStruct
Direct Known Subclasses:
TestNodeParamChange

public class TestNodeParamChangeStruct
extends java.lang.Object

A message indicating that a given configuration parameter should be changed in the TestNode. An instance of this struct would form the message part of a TestAction, resulting in a configuration parameter change instead of an outbound message. The param change is made to the default synchronous messaging destination, unless the target node is overridden in the the TestAction.


Field Summary
protected  java.lang.String paramName
          The name of the configuration parameter to change.
protected  java.lang.String value
          The new value for the configuration parameter.
 
Constructor Summary
TestNodeParamChangeStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paramName

protected java.lang.String paramName
The name of the configuration parameter to change.

Length in characters, normal: 30 max: 80

value

protected java.lang.String value
The new value for the configuration parameter.

Length in characters, normal: 30 max: 255
Constructor Detail

TestNodeParamChangeStruct

public TestNodeParamChangeStruct()