org.omg.CosBridgeAdmin
Interface BridgeOperations

All Known Subinterfaces:
Bridge
All Known Implementing Classes:
_BridgeStub, BridgePOA, BridgePOATie

public interface BridgeOperations

Generated from IDL interface "Bridge".

Version:
generated at Dec 2, 2008 2:43:26 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

Method Summary
 void destroy()
           
 ExternalEndpoint end_point_receiver()
           
 ExternalEndpoint end_point_sender()
           
 void start_bridge()
           
 void stop_bridge()
           
 

Method Detail

end_point_receiver

ExternalEndpoint end_point_receiver()

end_point_sender

ExternalEndpoint end_point_sender()

start_bridge

void start_bridge()
                  throws BridgeAlreadyStarted,
                         InvalidExternalEndPoints
Throws:
BridgeAlreadyStarted
InvalidExternalEndPoints

stop_bridge

void stop_bridge()
                 throws BridgeInactive
Throws:
BridgeInactive

destroy

void destroy()