We need to split a general parameters set into 2 subsets:
- parameters that can not be updated when Stack is started
- parameters that can be updated when Stack is started
For SCTP stack parameters are:
- singleThread, workerThreads
- connectDelay
For parameters 1) we need:
- do not store parameters into xml file
- remove from CLI / GUI updating for this parameters
- update manual that we need to setup these paramters in jboss-beans.xml or by invoke of setters before stack start
- throw Exception if a setter has been invoked when Stack is running
For parameters 2) we need:
- update manual that we need to setup these paramters either by CLI / GUI or by invoke of setters after stack start
- throw Exception if a setter has been invoked when Stack is NOT running
We need to split a general parameters set into 2 subsets:
For SCTP stack parameters are:
For parameters 1) we need:
For parameters 2) we need: