Public Member Functions

jconttest::DummyComponentWrapper Interface Reference

import "jconttest_if.idl";

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

List of all members.

Public Member Functions

boolean callDummyComponentWithTime (in long timeInMillisec) raises (ACSErrTypeCommon::CouldntPerformActionEx)

Detailed Description

A component that calls DummyComponent, to allow testing of timeouts where the client is a container and not a JUnit test.


Member Function Documentation

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.


The documentation for this interface was generated from the following file: