Uses of Class
org.omg.ATLAS.CosNamingLocator

Packages that use CosNamingLocator
org.omg.ATLAS   
 

Uses of CosNamingLocator in org.omg.ATLAS
 

Fields in org.omg.ATLAS declared as CosNamingLocator
 CosNamingLocator CosNamingLocatorHolder.value
           
 

Methods in org.omg.ATLAS that return CosNamingLocator
static CosNamingLocator CosNamingLocatorHelper.extract(Any any)
           
 CosNamingLocator ATLASLocator.naming_locator()
           
static CosNamingLocator CosNamingLocatorHelper.read(InputStream in)
           
 

Methods in org.omg.ATLAS with parameters of type CosNamingLocator
static void CosNamingLocatorHelper.insert(Any any, CosNamingLocator s)
           
 void ATLASLocator.naming_locator(CosNamingLocator _x)
           
static void CosNamingLocatorHelper.write(OutputStream out, CosNamingLocator s)
           
 

Constructors in org.omg.ATLAS with parameters of type CosNamingLocator
CosNamingLocatorHolder(CosNamingLocator initial)