org.omg.CosBridgeAdmin
Interface BridgeFactoryOperations
- All Known Subinterfaces:
- BridgeFactory
- All Known Implementing Classes:
- _BridgeFactoryStub, BridgeFactoryPOA, BridgeFactoryPOATie
public interface BridgeFactoryOperations
Generated from IDL interface "BridgeFactory".
- Version:
- generated at Sep 14, 2010 11:02:18 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
create_bridge
Bridge create_bridge(ExternalEndpoint source,
ExternalEndpoint sink,
IntHolder id)
throws InvalidExternalEndPoints
- Throws:
InvalidExternalEndPoints
get_bridge_with_id
Bridge get_bridge_with_id(int id)
throws BridgeNotFound
- Throws:
BridgeNotFound
get_all_bridges
int[] get_all_bridges()