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

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DCommandMap.java99 abstract public CommandInfo[] getPreferredCommands(String mimeType); method in class:CommandMap
108 * in this class simply calls the <code>getPreferredCommands</code>
116 public CommandInfo[] getPreferredCommands(String mimeType, DataSource ds) { method in class:CommandMap
117 return getPreferredCommands(mimeType);
H A DDataHandler.java58 * <code>getAllCommands</code>, <code>getPreferredCommands</code>).
458 * This method calls the <code>getPreferredCommands</code> method
467 * @see javax.activation.CommandMap#getPreferredCommands
469 public CommandInfo[] getPreferredCommands() { method in class:DataHandler
471 return getCommandMap().getPreferredCommands(getBaseType(),
474 return getCommandMap().getPreferredCommands(getBaseType());
H A DMailcapCommandMap.java348 public synchronized CommandInfo[] getPreferredCommands(String mimeType) { method in class:MailcapCommandMap
683 cmdInfo = map.getPreferredCommands(argv[0]);

Completed in 33 milliseconds