MarshalAfterUnexport_Stub.java revision 169:fa4df2d26d9b
165176Sdfr/*
265176Sdfr * Copyright 2001 Sun Microsystems, Inc.  All Rights Reserved.
365176Sdfr * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
465176Sdfr *
565176Sdfr * This code is free software; you can redistribute it and/or modify it
665176Sdfr * under the terms of the GNU General Public License version 2 only, as
765176Sdfr * published by the Free Software Foundation.
865176Sdfr *
965176Sdfr * This code is distributed in the hope that it will be useful, but WITHOUT
1065176Sdfr * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1165176Sdfr * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1265176Sdfr * version 2 for more details (a copy is included in the LICENSE file that
1365176Sdfr * accompanied this code).
1465176Sdfr *
1565176Sdfr * You should have received a copy of the GNU General Public License version
1665176Sdfr * 2 along with this work; if not, write to the Free Software Foundation,
1765176Sdfr * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1865176Sdfr *
1965176Sdfr * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
2065176Sdfr * CA 95054 USA or visit www.sun.com if you need additional information or
2165176Sdfr * have any questions.
2265176Sdfr */
2365176Sdfr
2465176Sdfr// Stub class generated by rmic, do not edit.
2565176Sdfr// Contents subject to change without notice.
2665176Sdfr
2765176Sdfrpublic final class MarshalAfterUnexport_Stub
2865176Sdfr    extends java.rmi.server.RemoteStub
2965176Sdfr    implements Receiver, java.rmi.Remote
3065176Sdfr{
3165176Sdfr    private static final long serialVersionUID = 2;
3265176Sdfr
3365176Sdfr    private static java.lang.reflect.Method $method_receive_0;
3465176Sdfr
3565176Sdfr    static {
3665176Sdfr        try {
3765176Sdfr            $method_receive_0 = Receiver.class.getMethod("receive", new java.lang.Class[] {java.rmi.Remote.class});
3865176Sdfr        } catch (java.lang.NoSuchMethodException e) {
3965176Sdfr            throw new java.lang.NoSuchMethodError(
4065176Sdfr                "stub class initialization failed");
4165176Sdfr        }
4265176Sdfr    }
4365176Sdfr
4465176Sdfr    // constructors
4565176Sdfr    public MarshalAfterUnexport_Stub(java.rmi.server.RemoteRef ref) {
4665176Sdfr        super(ref);
4765176Sdfr    }
4865176Sdfr
4969480Sgallatin    // methods from remote interfaces
5069480Sgallatin
5169480Sgallatin    // implementation of receive(Remote)
5269480Sgallatin    public void receive(java.rmi.Remote $param_Remote_1)
5365176Sdfr        throws java.rmi.RemoteException
5465176Sdfr    {
5565176Sdfr        try {
5665176Sdfr            ref.invoke(this, $method_receive_0, new java.lang.Object[] {$param_Remote_1}, 5876293363550629411L);
5765176Sdfr        } catch (java.lang.RuntimeException e) {
5865176Sdfr            throw e;
5965176Sdfr        } catch (java.rmi.RemoteException e) {
6065176Sdfr            throw e;
6165176Sdfr        } catch (java.lang.Exception e) {
6265176Sdfr            throw new java.rmi.UnexpectedException("undeclared checked exception", e);
6365176Sdfr        }
6465176Sdfr    }
6569480Sgallatin}
6669480Sgallatin