Searched refs:getRemoteInterfaces (Results 1 - 3 of 3) 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
H A DRMIGenerator.java330 ClassDefinition[] remoteInterfaces = remoteClass.getRemoteInterfaces();

Completed in 45 milliseconds