1 4 package org.jboss.invocation.jrmp.server; 5 6 public final class JRMPInvoker_Stub 7 extends java.rmi.server.RemoteStub 8 implements org.jboss.invocation.Invoker, java.rmi.Remote 9 { 10 private static final long serialVersionUID = 2; 11 12 private static java.lang.reflect.Method $method_getServerHostName_0; 13 private static java.lang.reflect.Method $method_invoke_1; 14 15 static { 16 try { 17 $method_getServerHostName_0 = org.jboss.invocation.Invoker.class.getMethod("getServerHostName", new java.lang.Class [] {}); 18 $method_invoke_1 = org.jboss.invocation.Invoker.class.getMethod("invoke", new java.lang.Class [] {org.jboss.invocation.Invocation.class}); 19 } catch (java.lang.NoSuchMethodException e) { 20 throw new java.lang.NoSuchMethodError ( 21 "stub class initialization failed"); 22 } 23 } 24 25 public JRMPInvoker_Stub(java.rmi.server.RemoteRef ref) { 27 super(ref); 28 } 29 30 32 public java.lang.String getServerHostName() 34 throws java.lang.Exception 35 { 36 Object $result = ref.invoke(this, $method_getServerHostName_0, null, 579220770345114821L); 37 return ((java.lang.String ) $result); 38 } 39 40 public java.lang.Object invoke(org.jboss.invocation.Invocation $param_Invocation_1) 42 throws java.lang.Exception 43 { 44 Object $result = ref.invoke(this, $method_invoke_1, new java.lang.Object [] {$param_Invocation_1}, 7211190630528545274L); 45 return ((java.lang.Object ) $result); 46 } 47 } 48 | Popular Tags |