// Stub class generated by rmic, do not edit. // Contents subject to change without notice. public final class RMIMySQLIMPL_Stub extends java.rmi.server.RemoteStub implements RMIMySQL, java.rmi.Remote { private static final java.rmi.server.Operation[] operations = { new java.rmi.server.Operation("java.util.Vector RMIResultSet()"), new java.rmi.server.Operation("void VectorCleanUp()") }; private static final long interfaceHash = 6825581467956799062L; // constructors public RMIMySQLIMPL_Stub() { super(); } public RMIMySQLIMPL_Stub(java.rmi.server.RemoteRef ref) { super(ref); } // methods from remote interfaces // implementation of RMIResultSet() public java.util.Vector RMIResultSet() throws java.lang.ClassNotFoundException, java.rmi.RemoteException, java.sql.SQLException { try { java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject) this, operations, 0, interfaceHash); ref.invoke(call); java.util.Vector $result; try { java.io.ObjectInput in = call.getInputStream(); $result = (java.util.Vector) in.readObject(); } catch (java.io.IOException e) { throw new java.rmi.UnmarshalException("error unmarshalling return", e); } catch (java.lang.ClassNotFoundException e) { throw new java.rmi.UnmarshalException("error unmarshalling return", e); } finally { ref.done(call); } return $result; } catch (java.lang.RuntimeException e) { throw e; } catch (java.rmi.RemoteException e) { throw e; } catch (java.lang.ClassNotFoundException e) { throw e; } catch (java.sql.SQLException e) { throw e; } catch (java.lang.Exception e) { throw new java.rmi.UnexpectedException("undeclared checked exception", e); } } // implementation of VectorCleanUp() public void VectorCleanUp() throws java.rmi.RemoteException { try { java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject) this, operations, 1, interfaceHash); ref.invoke(call); ref.done(call); } catch (java.lang.RuntimeException e) { throw e; } catch (java.rmi.RemoteException e) { throw e; } catch (java.lang.Exception e) { throw new java.rmi.UnexpectedException("undeclared checked exception", e); } } }