JavaTM 2 Platform Std. Ed. v1.4.2
org.omg.CosNaming
Class Binding
java.lang.Object
org.omg.CosNaming.Binding
- All Implemented Interfaces:
- IDLEntity, Serializable
- public final class Binding
- extends Object
- implements IDLEntity
A name-to-object association is called a Binding.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
binding_name
public NameComponent[] binding_name
binding_type
public BindingType binding_type
Binding
public Binding()
Binding
public Binding(NameComponent[] _binding_name,
BindingType _binding_type)
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|