XConnector.idl (408a4873) XConnector.idl (86e1cf34)
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

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

41 /** creates a new connection interprocess connection.
42 <p>
43 Tries to connect to an <type>XAcceptor</type>. Behavior is unspecified
44 if a call to connect is made when another call to connect either has not
45 yet returned or has returned successfully without raising an exception.
46
47 @param sConnectionDescription
48 contains the kind of the connection plus a
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

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

41 /** creates a new connection interprocess connection.
42 <p>
43 Tries to connect to an <type>XAcceptor</type>. Behavior is unspecified
44 if a call to connect is made when another call to connect either has not
45 yet returned or has returned successfully without raising an exception.
46
47 @param sConnectionDescription
48 contains the kind of the connection plus a
49 comma seperated list of attributes,
49 comma separated list of attributes,
50 e.g., <em>socket,host=locahost,port=2345</em> for a tcpip connection.
51
52 @throws ConnectionSetupException
53 Problems during setting up the connector
54 on client side, (e.g., Security-reasons, socket already busy .. ),
55 or the string could not be interpreted correctly.
56
57 @throws NoConnectException
58 Couldn't reach a server (e.g. network failure),
59 no server is listening
60 */
61 XConnection connect( [in] string sConnectionDescription )
62 raises( NoConnectException,ConnectionSetupException );
63};
64
65
66};};};};
67
68#endif
50 e.g., <em>socket,host=locahost,port=2345</em> for a tcpip connection.
51
52 @throws ConnectionSetupException
53 Problems during setting up the connector
54 on client side, (e.g., Security-reasons, socket already busy .. ),
55 or the string could not be interpreted correctly.
56
57 @throws NoConnectException
58 Couldn't reach a server (e.g. network failure),
59 no server is listening
60 */
61 XConnection connect( [in] string sConnectionDescription )
62 raises( NoConnectException,ConnectionSetupException );
63};
64
65
66};};};};
67
68#endif