Interface of the ConnectionManager. It is a helper object for connection operations. The ConnectionManager is used like other services of SALOME (e.g ContainerManager).
More...
|
| exception | BadId |
| | The Id given to the disconnect method is bad. More...
|
| |
Interface of the ConnectionManager. It is a helper object for connection operations. The ConnectionManager is used like other services of SALOME (e.g ContainerManager).
A connection Id. It's unique.
Connect a uses port with a provides port.
- Parameters
-
| uses_component | The component that have the uses port. |
| uses_port_name | uses port's name. |
| provides_component | The component that have the provides port. |
| provides_port_name | provides port's name. |
- Exceptions
-
- Returns
- the id of the connection that the ConnectionManager will use to release this connection when the framework (or a user script, ...) will call ConnectionManager::disconnect.
Release a connection that has been previously created by the ConnectionManager.
- Parameters
-
| id | The id of the connection previously gived by the connect operation of the ConnectionManager. |
| message | state associated with the disconnection. |
- Exceptions
-
| oneway void Engines::ConnectionManager::ShutdownWithExit |
( |
| ) |
|
| long Engines::ConnectionManager::getPID |
( |
| ) |
|
Return the PID of the connection manager.