Public Member Functions | |
ComponentStates | componentState () |
String | name () |
void | addNewSchedBlocks (SchedBlock[] newSchedBlocks) |
ObsProposal | createObsProposal () |
int | dumbMethod (String somevalue) |
SchedBlock[] | getAllSchedBlocks () |
SchedBlock | getBestSchedBlock () |
String | sayHello () |
void | xmlInOutMethod (ObsProposal obsPropIn, SchedBlockHolder schedBlockOut) |
ObsProjectTreeJ | getEntireTreeInAStruct () |
void | exceptionMethod () throws XmlComponentErrorEx |
Package Functions | |
XmlTestComponent () | |
Private Member Functions | |
void | populateListWithStupidIncompleteSBs () |
Private Attributes | |
ArrayList< SchedBlock > | m_schedBlockList = new ArrayList<SchedBlock>() |
|
|
|
|
|
This test "component" will never run inside a container, so the component state is not needed -- will return COMPSTATE_OPERATIONAL for fun...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Again, just a formality to make the compiler shut up |
|
|
|
|
|
If
|
|
|