Uses of Class
org.omg.ATLAS.ATLASLocator

Packages that use ATLASLocator
org.omg.ATLAS   
 

Uses of ATLASLocator in org.omg.ATLAS
 

Fields in org.omg.ATLAS declared as ATLASLocator
 ATLASLocator ATLASProfile.the_locator
           
 ATLASLocator ATLASLocatorHolder.value
           
 

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

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

Constructors in org.omg.ATLAS with parameters of type ATLASLocator
ATLASProfile(ATLASLocator the_locator, byte[] the_cache_id)
           
ATLASLocatorHolder(ATLASLocator initial)