1 4 package org.jboss.management.mejb; 5 6 public final class RMIClientNotificationListener_Stub 7 extends java.rmi.server.RemoteStub 8 implements org.jboss.management.mejb.RMIClientNotificationListenerInterface 9 { 10 private static final long serialVersionUID = 2; 11 12 private static java.lang.reflect.Method $method_handleNotification_0; 13 14 static { 15 try { 16 $method_handleNotification_0 = org.jboss.management.mejb.RMIClientNotificationListenerInterface.class.getMethod("handleNotification", new java.lang.Class [] {javax.management.Notification .class, java.lang.Object .class}); 17 } catch (java.lang.NoSuchMethodException e) { 18 throw new java.lang.NoSuchMethodError ( 19 "stub class initialization failed"); 20 } 21 } 22 23 public RMIClientNotificationListener_Stub(java.rmi.server.RemoteRef ref) { 25 super(ref); 26 } 27 28 30 public void handleNotification(javax.management.Notification $param_Notification_1, java.lang.Object $param_Object_2) 32 throws java.rmi.RemoteException 33 { 34 try { 35 ref.invoke(this, $method_handleNotification_0, new java.lang.Object [] {$param_Notification_1, $param_Object_2}, -1982336311472540462L); 36 } catch (java.lang.RuntimeException e) { 37 throw e; 38 } catch (java.rmi.RemoteException e) { 39 throw e; 40 } catch (java.lang.Exception e) { 41 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 42 } 43 } 44 } 45 | Popular Tags |