public interface BridgeFactoryOperations
| Modifier and Type | Method and Description |
|---|---|
Bridge |
create_bridge(ExternalEndpoint source,
ExternalEndpoint sink,
IntHolder id) |
int[] |
get_all_bridges() |
Bridge |
get_bridge_with_id(int id) |
Bridge create_bridge(ExternalEndpoint source, ExternalEndpoint sink, IntHolder id) throws InvalidExternalEndPoints
InvalidExternalEndPointsBridge get_bridge_with_id(int id) throws BridgeNotFound
BridgeNotFoundint[] get_all_bridges()
Copyright © 2015 JacORB. All rights reserved.