

Public Member Functions | |
| boolean | callDummyCompWithTimeAndName (int timeInMillisec, String targetComponentName) throws CouldntPerformActionEx |
| boolean | callDummyComponentWithTime (int timeInMillisec) throws CouldntPerformActionEx |
| boolean | _callDummyComponentWithTime (int timeInMillisec, String targetComponentName) throws AcsJCouldntPerformActionEx |
Static Private Attributes | |
| static final String | DUMMYCOMP_TYPENAME = "IDL:alma/jconttest/DummyComponent:1.0" |
| boolean alma::jconttest::DummyComponentWrapperImpl::DummyComponentWrapperImpl::_callDummyComponentWithTime | ( | int | timeInMillisec, | |
| String | targetComponentName | |||
| ) | throws AcsJCouldntPerformActionEx [inline] |
| boolean alma::jconttest::DummyComponentWrapperImpl::DummyComponentWrapperImpl::callDummyComponentWithTime | ( | int | timeInMillisec | ) | throws CouldntPerformActionEx [inline] |
This method is a wrapper for the alma.jconttest.DummyComponent#callThatTakesSomeTime method. It returns true if a org.omg.CORBA.TIMEOUT exception is thrown as result of this call. The timeout should be provoked by the jacorb.connection.client.pending_reply_timeout property value.
| timeInMillisec | The time which is used in the DummyComponent::callThatTakesSomeTime method call. |
org.omg.CORBA.TIMEOUT exception is thrown as result of this call. If there is no value for the jacorb.connection.client.pending_reply_timeout property, then true is returned. References _callDummyComponentWithTime(), and alma::ACSErrTypeCommon::wrappers::AcsJCouldntPerformActionEx::toCouldntPerformActionEx().
| boolean alma::jconttest::DummyComponentWrapperImpl::DummyComponentWrapperImpl::callDummyCompWithTimeAndName | ( | int | timeInMillisec, | |
| String | targetComponentName | |||
| ) | throws CouldntPerformActionEx [inline] |
final String alma::jconttest::DummyComponentWrapperImpl::DummyComponentWrapperImpl::DUMMYCOMP_TYPENAME = "IDL:alma/jconttest/DummyComponent:1.0" [static, private] |
Referenced by _callDummyComponentWithTime().
1.6.2