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 Mar 21, 2012 11:04:31 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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()