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
InvalidExternalEndPoints
Bridge get_bridge_with_id(int id) throws BridgeNotFound
BridgeNotFound
int[] get_all_bridges()