org.omg.ATLAS
Class ATLASProfile

java.lang.Object
  extended byorg.omg.ATLAS.ATLASProfile
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ATLASProfile
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "ATLASProfile"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 byte[] the_cache_id
           
 ATLASLocator the_locator
           
 
Constructor Summary
ATLASProfile()
           
ATLASProfile(ATLASLocator the_locator, byte[] the_cache_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

the_locator

public ATLASLocator the_locator

the_cache_id

public byte[] the_cache_id
Constructor Detail

ATLASProfile

public ATLASProfile()

ATLASProfile

public ATLASProfile(ATLASLocator the_locator,
                    byte[] the_cache_id)