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

/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/util/
H A DDOMStreamReader.java87 private Node _current; field in class:DOMStreamReader
104 * This is simply a cache of {@link Text#getWholeText()} of {@link #_current},
270 _start = _current = node;
293 _namedNodeMap = _current.getAttributes();
308 ensureNs(_current);
474 String localName = _current.getLocalName();
476 QName.valueOf(_current.getNodeName()).getLocalPart();
478 return _current.getNodeName();
492 String localName = _current.getLocalName();
494 String prefix = _current
[all...]
/glassfish-3.1.2/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/
H A DFileBackingStoreFactory.java56 private static ThreadLocal<FileStoreTransaction> _current = new ThreadLocal<FileStoreTransaction>(); field in class:FileBackingStoreFactory
88 _current.set(tx);
94 return _current.get();

Completed in 982 milliseconds