Uses of Class
org.omg.CosBridgeAdmin.BridgeNotFound

Packages that use BridgeNotFound
org.omg.CosBridgeAdmin   
 

Uses of BridgeNotFound in org.omg.CosBridgeAdmin
 

Fields in org.omg.CosBridgeAdmin declared as BridgeNotFound
 BridgeNotFound BridgeNotFoundHolder.value
           
 

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

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

Methods in org.omg.CosBridgeAdmin that throw BridgeNotFound
 Bridge BridgeFactoryPOATie.get_bridge_with_id(int id)
           
 Bridge BridgeFactoryOperations.get_bridge_with_id(int id)
           
 Bridge _BridgeFactoryStub.get_bridge_with_id(int id)
           
 

Constructors in org.omg.CosBridgeAdmin with parameters of type BridgeNotFound
BridgeNotFoundHolder(BridgeNotFound initial)