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

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DJavaCodebaseComponent.java35 public String getURLs() ; method in interface:JavaCodebaseComponent
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DJavaCodebaseComponentImpl.java54 return URLs.equals( other.getURLs() ) ;
67 public String getURLs() method in class:JavaCodebaseComponentImpl
/openjdk7/jdk/src/share/classes/javax/management/loading/
H A DMLetMBean.java118 public URL[] getURLs(); method in interface:MLetMBean
H A DMLet.java400 if (!Arrays.asList(getURLs()).contains(url))
412 if (!Arrays.asList(getURLs()).contains(ur))
428 public URL[] getURLs() { method in class:MLet
429 return super.getURLs();
582 if (!Arrays.asList(getURLs())
/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DIndirectlyLoadABundle.java45 URLClassLoader yetAnotherResourceCL = new URLClassLoader(getURLs(), null);
75 URLClassLoader loadItUpCL = new URLClassLoader(getURLs(), null);
97 URL[] urls = getURLs();
108 private URL[] getURLs() throws MalformedURLException { method in class:IndirectlyLoadABundle
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtxFactory.java56 String[] urls = getURLs((Reference)ref);
117 private static String[] getURLs(Reference ref) throws NamingException { method in class:LdapCtxFactory
/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContextFactory.java90 Object obj = URLsToObject(getURLs((Reference)ref), env);
150 private static String[] getURLs(Reference ref) throws NamingException { method in class:RegistryContextFactory
/openjdk7/jdk/src/share/classes/java/net/
H A DURLClassLoader.java336 public URL[] getURLs() { method in class:URLClassLoader
337 return ucp.getURLs();
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletClassLoader.java108 public URL[] getURLs() { method in class:AppletClassLoader
109 URL[] jars = super.getURLs();
130 //URL[] urls = getURLs();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DURLClassPath.java158 public URL[] getURLs() { method in class:URLClassPath

Completed in 480 milliseconds