Uses of Class
org.omg.CosBridgeAdmin.BridgeInactive

Packages that use BridgeInactive
org.omg.CosBridgeAdmin   
 

Uses of BridgeInactive in org.omg.CosBridgeAdmin
 

Fields in org.omg.CosBridgeAdmin declared as BridgeInactive
 BridgeInactive BridgeInactiveHolder.value
           
 

Methods in org.omg.CosBridgeAdmin that return BridgeInactive
static BridgeInactive BridgeInactiveHelper.extract(Any any)
           
static BridgeInactive BridgeInactiveHelper.read(InputStream in)
           
 

Methods in org.omg.CosBridgeAdmin with parameters of type BridgeInactive
static void BridgeInactiveHelper.insert(Any any, BridgeInactive s)
           
static void BridgeInactiveHelper.write(OutputStream out, BridgeInactive s)
           
 

Methods in org.omg.CosBridgeAdmin that throw BridgeInactive
 void BridgeOperations.stop_bridge()
           
 void _BridgeStub.stop_bridge()
           
 void BridgePOATie.stop_bridge()
           
 

Constructors in org.omg.CosBridgeAdmin with parameters of type BridgeInactive
BridgeInactiveHolder(BridgeInactive initial)