Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: test :: bridge ::

interface XBridgeTest

Base Interface
com::sun::star::test::bridge::XBridgeTestBase

Description
* Inherting from monster; adds raiseException(), attribute raising RuntimeException.


Methods' Summary

raiseException * the exception struct returned has to be filled with given arguments. * return value is for dummy.
raiseRuntimeExceptionOneway * Throws runtime exception. * check remote bridges handle exceptions during oneway calls properly. * Note that on client side the execption may fly or not. When it flies, it should * have the proper message and context.

Methods' Details

raiseException
 
com::sun::star::test::bridge::TestData
raiseException(
[ in ] short ArgumentPosition,
[ in ] string Message,
[ in ] com::sun::star::uno::XInterface Context )
raises ( com::sun::star::lang::IllegalArgumentException );

Description
* the exception struct returned has to be filled with given arguments. * return value is for dummy.
raiseRuntimeExceptionOneway
 
[ oneway ] void
raiseRuntimeExceptionOneway(
[ in ] string Message,
[ in ] com::sun::star::uno::XInterface Context );

Description
* Throws runtime exception. * check remote bridges handle exceptions during oneway calls properly. * Note that on client side the execption may fly or not. When it flies, it should * have the proper message and context.

Top of Page