The name of the bridge. This allows other components to reuse
an already created bridge (using getBridge).
If empty, an anonymous bridge is created, which cannot be retrieved with
getBridge(). No BridgeExistsException can be thrown in this case.
Parameter sProtocol
The protocol, that will be used on the connection (e.g., urp) plus additional
comma separated name=value protocol properties.
Parameter aConnection
The connection, which is used to transfer the calls. The bridge expects to
own the connection, thus it will close the connection, in case it does not
need it anymore.
Parameter anInstanceProvider
gets called, when a request from remote comes in. You can pass a null reference
in case you don't want to export any objects.
Throws
BridgeExistsException
There is already a bridge registered with this name. Use getBridge instead.
Throws
IllegalArgumentException
The protocol is unknown or the connection is null.