c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith/*
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith *
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * This code is free software; you can redistribute it and/or modify it
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * under the terms of the GNU General Public License version 2 only, as
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * published by the Free Software Foundation.
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith *
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * This code is distributed in the hope that it will be useful, but WITHOUT
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * version 2 for more details (a copy is included in the LICENSE file that
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * accompanied this code).
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith *
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * You should have received a copy of the GNU General Public License version
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * 2 along with this work; if not, write to the Free Software Foundation,
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith *
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * or visit www.oracle.com if you need additional information or have any
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith * questions.
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith */
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith// Stub class generated by rmic, do not edit.
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith// Contents subject to change without notice.
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmithpublic final class ExtLoadedImpl_Stub
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith extends java.rmi.server.RemoteStub
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith implements CheckLoader
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith{
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith private static final long serialVersionUID = 2;
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith private static java.lang.reflect.Method $method_isCorrectContextLoader_0;
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith static {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith try {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith $method_isCorrectContextLoader_0 = CheckLoader.class.getMethod("isCorrectContextLoader", new java.lang.Class[] {});
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith } catch (java.lang.NoSuchMethodException e) {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith throw new java.lang.NoSuchMethodError(
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith "stub class initialization failed");
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith }
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith }
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith // constructors
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith public ExtLoadedImpl_Stub(java.rmi.server.RemoteRef ref) {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith super(ref);
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith }
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith // methods from remote interfaces
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith // implementation of isCorrectContextLoader()
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith public boolean isCorrectContextLoader()
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith throws java.rmi.RemoteException
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith try {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith Object $result = ref.invoke(this, $method_isCorrectContextLoader_0, null, -5210790440944383968L);
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith return ((java.lang.Boolean) $result).booleanValue();
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith } catch (java.lang.RuntimeException e) {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith throw e;
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith } catch (java.rmi.RemoteException e) {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith throw e;
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith } catch (java.lang.Exception e) {
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith throw new java.rmi.UnexpectedException("undeclared checked exception", e);
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith }
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith }
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith}
c1bef59b02d89a84c23d29663cc4e6d46148ebd2David Goldsmith