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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DURLJarFileCallBack.java38 public JarFile retrieve (URL url) throws IOException; method in interface:URLJarFileCallBack
H A DURLJarFile.java49 * Interface to be able to call retrieve() in plugin if
71 return retrieve(url, closeController);
189 private static JarFile retrieve(final URL url) throws IOException { method in class:URLJarFile
190 return retrieve(url, null);
197 private static JarFile retrieve(final URL url, final URLJarFileCloseController closeController) throws IOException { method in class:URLJarFile
199 * See if interface is set, then call retrieve function of the class
205 return callback.retrieve(url);
/openjdk7/jdk/src/share/classes/java/math/
H A DBitSieve.java194 BigInteger retrieve(BigInteger initValue, int certainty, java.util.Random random) { method in class:BitSieve
H A DBigInteger.java631 BigInteger candidate = searchSieve.retrieve(p, certainty, rnd);
639 candidate = searchSieve.retrieve(p, certainty, rnd);
706 BigInteger candidate = searchSieve.retrieve(result,
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4933582.java66 String savedauth = retrieve();
91 String retrieve () { method in class:B4933582
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java475 * @param name name of the MBean to retrieve.
480 public DynamicMBean retrieve(ObjectName name) { method in class:Repository
483 "retrieve", "name = " + name);
486 // Calls internal retrieve method to get the named object
502 * @param pattern The name of the MBean(s) to retrieve - may be a specific
531 // If pattern is not a pattern, retrieve this mbean !
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1088 DynamicMBean obj = repository.retrieve(name);

Completed in 49 milliseconds