org.apache.yoko.orb.CosNaming.tnaming
Class TransientNamingContext.BoundObject

java.lang.Object
  extended by 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.


Field Summary
 Object boundObject
           
 NameComponent name
           
 BindingType type
           
 
Constructor Summary
TransientNamingContext.BoundObject(NameComponent name, Object boundObject, BindingType type)
          Create a new object binding for our HashMap.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public NameComponent name

type

public BindingType type

boundObject

public Object boundObject
Constructor Detail

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.