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

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

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