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

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUtil.java144 Class[] interfaces = getRemoteInterfaces(implClass);
209 private static Class<?>[] getRemoteInterfaces(Class<?> remoteClass) { method in class:Util
211 getRemoteInterfaces(list, remoteClass);
223 private static void getRemoteInterfaces(ArrayList<Class<?>> list, Class<?> cl) { method in class:Util
226 getRemoteInterfaces(list, superclass);
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DRemoteClass.java105 public ClassDefinition[] getRemoteInterfaces() { method in class:RemoteClass

Completed in 1007 milliseconds