Lines Matching refs:java

28     extends java.rmi.server.RemoteStub
33 private static java.lang.reflect.Method $method_passInt_0;
34 private static java.lang.reflect.Method $method_passObject_1;
35 private static java.lang.reflect.Method $method_passString_2;
39 $method_passInt_0 = RemoteInterface.class.getMethod("passInt", new java.lang.Class[] {int.class});
40 $method_passObject_1 = RemoteInterface.class.getMethod("passObject", new java.lang.Class[] {java.lang.Object.class});
41 $method_passString_2 = RemoteInterface.class.getMethod("passString", new java.lang.Class[] {java.lang.String.class});
42 } catch (java.lang.NoSuchMethodException e) {
43 throw new java.lang.NoSuchMethodError(
49 public UseDynamicProxies_Stub(java.rmi.server.RemoteRef ref) {
57 throws java.io.IOException
60 Object $result = ref.invoke(this, $method_passInt_0, new java.lang.Object[] {new java.lang.Integer($param_int_1)}, 8655249712495061761L);
61 return ((java.lang.Integer) $result).intValue();
62 } catch (java.lang.RuntimeException e) {
64 } catch (java.io.IOException e) {
66 } catch (java.lang.Exception e) {
67 throw new java.rmi.UnexpectedException("undeclared checked exception", e);
72 public java.lang.Object passObject(java.lang.Object $param_Object_1)
73 throws java.io.IOException
76 Object $result = ref.invoke(this, $method_passObject_1, new java.lang.Object[] {$param_Object_1}, 3074202549763602823L);
77 return ((java.lang.Object) $result);
78 } catch (java.lang.RuntimeException e) {
80 } catch (java.io.IOException e) {
82 } catch (java.lang.Exception e) {
83 throw new java.rmi.UnexpectedException("undeclared checked exception", e);
88 public java.lang.String passString(java.lang.String $param_String_1)
89 throws java.io.IOException
92 Object $result = ref.invoke(this, $method_passString_2, new java.lang.Object[] {$param_String_1}, 6627880292288702000L);
93 return ((java.lang.String) $result);
94 } catch (java.lang.RuntimeException e) {
96 } catch (java.io.IOException e) {
98 } catch (java.lang.Exception e) {
99 throw new java.rmi.UnexpectedException("undeclared checked exception", e);