Uses of Class
org.omg.CosTrading.ProxyPackage.NotProxyOfferId

Packages that use NotProxyOfferId
org.omg.CosTrading   
org.omg.CosTrading.ProxyPackage   
 

Uses of NotProxyOfferId in org.omg.CosTrading
 

Methods in org.omg.CosTrading that throw NotProxyOfferId
 void ProxyOperations.withdraw_proxy(java.lang.String id)
           
 ProxyInfo ProxyOperations.describe_proxy(java.lang.String id)
           
 void ProxyPOATie.withdraw_proxy(java.lang.String id)
           
 ProxyInfo ProxyPOATie.describe_proxy(java.lang.String id)
           
 void _ProxyStub.withdraw_proxy(java.lang.String id)
           
 ProxyInfo _ProxyStub.describe_proxy(java.lang.String id)
           
 

Uses of NotProxyOfferId in org.omg.CosTrading.ProxyPackage
 

Fields in org.omg.CosTrading.ProxyPackage declared as NotProxyOfferId
 NotProxyOfferId NotProxyOfferIdHolder.value
           
 

Methods in org.omg.CosTrading.ProxyPackage that return NotProxyOfferId
static NotProxyOfferId NotProxyOfferIdHelper.extract(Any any)
           
static NotProxyOfferId NotProxyOfferIdHelper.read(InputStream in)
           
 

Methods in org.omg.CosTrading.ProxyPackage with parameters of type NotProxyOfferId
static void NotProxyOfferIdHelper.insert(Any any, NotProxyOfferId s)
           
static void NotProxyOfferIdHelper.write(OutputStream out, NotProxyOfferId s)
           
 

Constructors in org.omg.CosTrading.ProxyPackage with parameters of type NotProxyOfferId
NotProxyOfferIdHolder(NotProxyOfferId initial)