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

/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DContinuationDirContext.java130 return res.getDirContext().getAttributes(res.getString());
136 return res.getDirContext().getAttributes(res.getString(), attrIds);
141 return res.getDirContext().getAttributes(res.getName());
147 return res.getDirContext().getAttributes(res.getName(), attrIds);
153 res.getDirContext().modifyAttributes(res.getName(), mod_op, attrs);
158 res.getDirContext().modifyAttributes(res.getString(), mod_op, attrs);
164 res.getDirContext().modifyAttributes(res.getName(), mods);
169 res.getDirContext().modifyAttributes(res.getString(), mods);
175 res.getDirContext().bind(res.getName(), obj, attrs);
180 res.getDirContext()
308 DirContext getDirContext() { method in class:DirContextNamePair
326 DirContext getDirContext() { method in class:DirContextStringPair
[all...]

Completed in 411 milliseconds