Searched defs:currentCommandMap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataHandler.java91 private CommandMap currentCommandMap = null; field in class:DataHandler
151 if (currentCommandMap != null)
152 return currentCommandMap;
447 if (commandMap != currentCommandMap || commandMap == null) {
452 currentCommandMap = commandMap;

Completed in 31 milliseconds