import "jconttest_if.idl";
List of all members.
Member Function Documentation
boolean jconttest::ContainerServicesTester::testComponentName |
( |
out string |
compName |
) |
|
Will call ContainerServices::findComponents(null, "IDL:alma/jconttest/DummyComponent:1.0") and return the resulting list of configured dummy comp instance curls.
Will obtain a reference to a component given by curl and/or compType, which will run in the same container in which the component identified by targetCurl runs or is defined to run in.
Will obtain a non-sticky reference to the given component using the ContainerServices. This method throws an exception if the reference can't be obtained, which is expected to happen if the other component has not already been activated by some other client. If the parameter 'release' is true, then the non-sticky component will be released; that call is expected to have no effect (aside from some log message).
boolean jconttest::ContainerServicesTester::testGetDefaultIdentifierArchive |
( |
out string |
compName |
) |
|
boolean jconttest::ContainerServicesTester::testGetDynamicDummyComponent |
( |
out string |
compName |
) |
|
boolean jconttest::ContainerServicesTester::testGetReferenceWithCustomClientSideTimeout |
( |
in string |
compName |
) |
|
boolean jconttest::ContainerServicesTester::testGetThreadFactory |
( |
in long |
numThreads, |
|
|
in long |
busyLoopCount, |
|
|
in boolean |
randomize | |
|
) |
| | |
boolean jconttest::ContainerServicesTester::testStateManager |
( |
out string |
currStateName |
) |
|
The documentation for this interface was generated from the following file: