XBridge.idl (408a4873) XBridge.idl (361c8c00)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 26 unchanged lines hidden (view full) ---

35
36 <p>In general, this method is called once to get the initial object from the
37 remote, but it is allowed to call the method multiple times. </p>
38
39 @param sInstanceName The name of the object, that shall be retrieved from the
40 remote process. The call is delegated to
41 com.sun.star.bridge.XInstanceProvider.getInstance() in the
42 remote process.
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 26 unchanged lines hidden (view full) ---

35
36 <p>In general, this method is called once to get the initial object from the
37 remote, but it is allowed to call the method multiple times. </p>
38
39 @param sInstanceName The name of the object, that shall be retrieved from the
40 remote process. The call is delegated to
41 com.sun.star.bridge.XInstanceProvider.getInstance() in the
42 remote process.
43 @see com.sun.star.bridge.XInstanceProvider
43 @see com::sun::star::bridge::XInstanceProvider
44 */
45 com::sun::star::uno::XInterface getInstance( [in] string sInstanceName );
46
47
48 /** name that the bridge got when it was created.
49 */
50 string getName();
51
52
53 /** a unique descriptive string: protocol + ":" + XConnection.getDescription()
54 */
55 string getDescription();
56};
57
58};};};};
59
60#endif
44 */
45 com::sun::star::uno::XInterface getInstance( [in] string sInstanceName );
46
47
48 /** name that the bridge got when it was created.
49 */
50 string getName();
51
52
53 /** a unique descriptive string: protocol + ":" + XConnection.getDescription()
54 */
55 string getDescription();
56};
57
58};};};};
59
60#endif