org.apache.yoko.orb.CosNaming.tnaming
Class TransientNamingContext.BoundObject
java.lang.Object
org.apache.yoko.orb.CosNaming.tnaming.TransientNamingContext.BoundObject
- Enclosing class:
- TransientNamingContext
public class TransientNamingContext.BoundObject
- extends Object
Internal class used to store bound objects in the HashMap.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public NameComponent name
type
public BindingType type
boundObject
public Object boundObject
TransientNamingContext.BoundObject
public TransientNamingContext.BoundObject(NameComponent name,
Object boundObject,
BindingType type)
- Create a new object binding for our HashMap.
- Parameters:
name
- The bound object's name.boundObject
- The bound object (real object or NamingContext).type
- The type information associated with this binding.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.