org.omg.ATLAS
Class CosNamingLocator

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

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

Generated from IDL definition of struct "CosNamingLocator"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 NamingContext name_service
           
 NameComponent[] the_name
           
 
Constructor Summary
CosNamingLocator()
           
CosNamingLocator(NamingContext name_service, NameComponent[] the_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name_service

public NamingContext name_service

the_name

public NameComponent[] the_name
Constructor Detail

CosNamingLocator

public CosNamingLocator()

CosNamingLocator

public CosNamingLocator(NamingContext name_service,
                        NameComponent[] the_name)