import "XmlComponent.idl";
Public Member Functions | |
long | dumbMethod (in string somevalue) |
ObsProposal | createObsProposal () |
SchedBlock | getBestSchedBlock () |
SchedBlockSeq | getAllSchedBlocks () |
void | addNewSchedBlocks (in SchedBlockSeq newSchedBlocks) |
void | xmlInOutMethod (in ObsProposal opsPropIn, out SchedBlock schedBlockOut) |
ObsProjectTree | getEntireTreeInAStruct () |
string | sayHello () |
XmlOffshoot | getOffshoot () |
void | deactivateOffshoot () |
void | activateOffshoot () |
void | exceptionMethod () raises (JContExmplErrTypeTest::XmlComponentErrorEx) |
void demo::XmlComponent::activateOffshoot | ( | ) |
void demo::XmlComponent::addNewSchedBlocks | ( | in SchedBlockSeq | newSchedBlocks | ) |
ObsProposal demo::XmlComponent::createObsProposal | ( | ) |
void demo::XmlComponent::deactivateOffshoot | ( | ) |
long demo::XmlComponent::dumbMethod | ( | in string | somevalue | ) |
void demo::XmlComponent::exceptionMethod | ( | ) | raises (JContExmplErrTypeTest::XmlComponentErrorEx) |
SchedBlockSeq demo::XmlComponent::getAllSchedBlocks | ( | ) |
SchedBlock demo::XmlComponent::getBestSchedBlock | ( | ) |
ObsProjectTree demo::XmlComponent::getEntireTreeInAStruct | ( | ) |
XmlOffshoot demo::XmlComponent::getOffshoot | ( | ) |
string demo::XmlComponent::sayHello | ( | ) |
void demo::XmlComponent::xmlInOutMethod | ( | in ObsProposal | opsPropIn, | |
out SchedBlock | schedBlockOut | |||
) |