public interface TestAPIRemote
extends java.rmi.Remote
This is an automatically-generated interface with all the methods of foo.API throwing RemoteException.
Copyright (C) 2005, Marsette A. Vona, III
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software, Foundation Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Modifier and Type | Method and Description |
---|---|
double |
testEightRemote(double arg0)
Remote version of the corresponding foo.API method.
|
int[] |
testFiveRemote(java.lang.Integer[] arg0)
Remote version of the corresponding foo.API method.
|
boolean |
testFourRemote(java.lang.String arg0,
int arg1)
Remote version of the corresponding foo.API method.
|
int |
testOneRemote()
Remote version of the corresponding foo.API method.
|
TestAPI.Baz |
testSevenRemote(TestAPI.Baz arg0)
Remote version of the corresponding foo.API method.
|
TestAPI.Bar |
testSixRemote(TestAPI.Bar arg0)
Remote version of the corresponding foo.API method.
|
java.lang.Object |
testThreeRemote(int arg0)
Remote version of the corresponding foo.API method.
|
void |
testTwoRemote()
Remote version of the corresponding foo.API method.
|
int testOneRemote() throws java.rmi.RemoteException
Remote version of the corresponding foo.API method.
java.rmi.RemoteException
void testTwoRemote() throws java.lang.UnsupportedOperationException, java.rmi.RemoteException
Remote version of the corresponding foo.API method.
java.lang.UnsupportedOperationException
java.rmi.RemoteException
java.lang.Object testThreeRemote(int arg0) throws java.rmi.RemoteException
Remote version of the corresponding foo.API method.
java.rmi.RemoteException
boolean testFourRemote(java.lang.String arg0, int arg1) throws java.lang.UnsupportedOperationException, java.rmi.RemoteException
Remote version of the corresponding foo.API method.
java.lang.UnsupportedOperationException
java.rmi.RemoteException
int[] testFiveRemote(java.lang.Integer[] arg0) throws java.rmi.RemoteException
Remote version of the corresponding foo.API method.
java.rmi.RemoteException
TestAPI.Bar testSixRemote(TestAPI.Bar arg0) throws java.rmi.RemoteException
Remote version of the corresponding foo.API method.
java.rmi.RemoteException
TestAPI.Baz testSevenRemote(TestAPI.Baz arg0) throws java.rmi.RemoteException
Remote version of the corresponding foo.API method.
java.rmi.RemoteException
double testEightRemote(double arg0) throws java.rmi.RemoteException
Remote version of the corresponding foo.API method.
java.rmi.RemoteException