import "jconttest_if.idl";
Inheritance diagram for jconttest::ContainerServicesTester:
Public Member Functions | |
boolean | testComponentName (out string compName) |
boolean | testStateManager (out string currStateName) |
boolean | testGetDynamicDummyComponent (out string compName) |
boolean | testGetReferenceWithCustomClientSideTimeout (in string compName) |
boolean | testGetDefaultIdentifierArchive (out string compName) |
boolean | testGetThreadFactory (in long numThreads, in long busyLoopCount, in boolean randomize) |
void | testGetCollocatedComponent (in string curl, in string compType, in string targetCurl) raises (ACSErrTypeCommon::CouldntPerformActionEx) |
void | testGetComponentNonSticky (in string curl, in boolean release) 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. |
|
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). |
|
|
|
|
|
|
|
|
|
|