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)
           
static CosNamingLocator CosNamingLocatorHelper.read(InputStream in)
           
 CosNamingLocator ATLASLocator.naming_locator()
           
 

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

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