Searched refs:boundObj (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DBinding.java57 private Object boundObj; field in class:Binding
74 this.boundObj = obj;
97 this.boundObj = obj;
115 this.boundObj = obj;
138 this.boundObj = obj;
154 if (boundObj != null)
155 return boundObj.getClass().getName();
168 return boundObj;
177 boundObj = obj;

Completed in 34 milliseconds