Inheritance diagram for org.nees.rbnb.FileToRbnb:

Public Member Functions | |
| void | printUsage () |
| void | setVariablesFromParameters () |
| Use the parameter table to set the actual variables for this RBNB application. | |
| void | connect () |
| void | startThread () |
| void | stopThread () |
| boolean | isRunning () |
| Return the state of the runnning code. | |
| String[] | getParameterNameArray () |
| String[] | getParameterTypeArray () |
| Object[] | getParameterDefaultArray () |
| boolean | start () |
| Start this instance. | |
| boolean | stop () |
| Stop this instance. | |
Static Public Member Functions | |
| void | main (String[] args) |
Protected Member Functions | |
| boolean | setInstanceArgs (String[] args) throws IllegalArgumentException |
| void | setParamterArrays () |
Package Attributes | |
| Source | source = null |
| ChannelMap | sMap |
| int | index |
| boolean | connected = false |
| Thread | timerThread |
| boolean | runit = false |
Definition at line 20 of file FileToRbnb.java.
|
|
Implements org.nees.rbnb.RBNBBase. Definition at line 424 of file FileToRbnb.java. |
|
|
Implements org.nees.rbnb.RBNBBase. Definition at line 410 of file FileToRbnb.java. |
|
|
Implements org.nees.rbnb.RBNBBase. Definition at line 417 of file FileToRbnb.java. |
|
|
Return the state of the runnning code.
Implements org.nees.rbnb.RBNBBase. Definition at line 402 of file FileToRbnb.java. Referenced by org.nees.rbnb.FileToRbnb.start(), and org.nees.rbnb.FileToRbnb.stop(). |
|
|
Use the parameter table to set the actual variables for this RBNB application.
Implements org.nees.rbnb.RBNBBase. Definition at line 172 of file FileToRbnb.java. Referenced by org.nees.rbnb.FileToRbnb.start(). |
|
|
Start this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 431 of file FileToRbnb.java. References org.nees.rbnb.FileToRbnb.isRunning(), and org.nees.rbnb.FileToRbnb.setVariablesFromParameters(). |
|
|
Stop this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 444 of file FileToRbnb.java. References org.nees.rbnb.FileToRbnb.isRunning(). |
1.3.7