Public Member Functions

jconttest::ContainerServicesTester Interface Reference

import "jconttest_if.idl";

Inheritance diagram for jconttest::ContainerServicesTester:
Inheritance graph
[legend]
Collaboration diagram for jconttest::ContainerServicesTester:
Collaboration graph
[legend]

List of all members.

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 testFindDummyComponentsByType (out ACS::stringSeq curls) raises (ACSErrTypeCommon::CouldntPerformActionEx)
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)

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 ( 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: