import "acspytest.midl";
Inheritance diagram for acspytest::PyTest:
Public Member Functions | |
void | sayHello () |
void | invokeSayHello (in string compName) |
boolean | testServices () |
void | testMount (in string compName) |
void | testAnything (in string compName, in string methodName, in string params) |
|
Invokes sayHello() on another component named compName. |
|
Prints "Hello World" to standard out |
|
Invokes generic methods on other components. This method is actually fairly dangerous but shows just how powerful Python components actually are. NOTE: return a CORBA Any instead...
|
|
Tests components of other languages. |
|
Tests all of the container services. Returns false on any failure and true otherwise. |