import "jconttest_if.idl";
Public Member Functions | |
boolean | callDummyComponentWithTime (in long timeInMillisec) raises (ACSErrTypeCommon::CouldntPerformActionEx) |
A component that calls DummyComponent, to allow testing of timeouts where the client is a container and not a JUnit test.
boolean jconttest::DummyComponentWrapper::callDummyComponentWithTime | ( | in long | timeInMillisec | ) | raises (ACSErrTypeCommon::CouldntPerformActionEx) |
Gets the default "DummyComponent" and calls "callThatTakesSomeTime" with the given positive "timeInMillisec". If the parameter "timeInMillisec" is negative, then a time value greater than the effective corba system-level timeout will be used. Returns true if a timeout occurred, otherwise false.