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

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DIIOPProfile.java59 String getCodebase() ; method in interface:IIOPProfile
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileImpl.java215 // and so getCodebase ned never call uncachedGetCodebase.
269 public synchronized String getCodebase() { method in class:IIOPProfileImpl
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DUtil.java213 public static String getCodebase(java.lang.Class clz) { method in class:Util
215 return utilDelegate.getCodebase(clz);
H A DUtilDelegate.java105 * Delegation call for {@link Util#getCodebase}.
107 String getCodebase(Class clz); method in interface:UtilDelegate
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java585 public String getCodebase(java.lang.Class clz) { method in class:Util

Completed in 43 milliseconds