import "jconttest_if.idl";
List of all members.
Member Function Documentation
boolean jconttest::ContainerServicesTester::testComponentName |
( |
out string |
compName |
) |
|
void jconttest::ContainerServicesTester::testFindDummyComponentsByType |
( |
out ACS::stringSeq |
curls |
) |
raises (ACSErrTypeCommon::CouldntPerformActionEx) |
Will call ContainerServices::findComponents(null, "IDL:alma/jconttest/DummyComponent:1.0") and return the resulting list of configured dummy comp instance curls.
void jconttest::ContainerServicesTester::testGetCollocatedComponent |
( |
in string |
curl, |
|
|
in string |
compType, |
|
|
in string |
targetCurl | |
|
) |
| | raises (ACSErrTypeCommon::CouldntPerformActionEx) |
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.
void jconttest::ContainerServicesTester::testGetComponentNonSticky |
( |
in string |
curl, |
|
|
in boolean |
release | |
|
) |
| | raises (ACSErrTypeCommon::CouldntPerformActionEx) |
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 |
( |
|
) |
|
Will retrieve component 'DefaultDummyComp', then wrap the comp reference using ContainerServices::getReferenceWithCustomClientSideTimeout to assign a 10 second timeout, and will call method 'DummyComponentcallThatTakesSomeTime' to check the timeout.
- Returns:
- true if the test passed.
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: