|
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.
- Parameters:
-
| timeInMillisec | The time which is used in the DummyComponent#callThatTakesSomeTime method call. |
- Returns:
- If a
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.
|