org.mbari.siam.tests.linkBenchmarks.server
Class Benchmark1Impl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.mbari.siam.tests.linkBenchmarks.server.Benchmark1Impl
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, Benchmark1
public class Benchmark1Impl
- extends java.rmi.server.UnicastRemoteObject
- implements Benchmark1
- See Also:
- Serialized Form
|
Field Summary |
protected static org.apache.log4j.Logger |
_log4j
Log4j logger |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
_log4j
protected static org.apache.log4j.Logger _log4j
- Log4j logger
Benchmark1Impl
public Benchmark1Impl()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
emptyTest
public void emptyTest()
- Specified by:
emptyTest in interface Benchmark1
primitiveTest1
public long primitiveTest1(short a,
double b,
long retvalue)
- Specified by:
primitiveTest1 in interface Benchmark1
structTest1
public Struct1 structTest1(byte fillValue)
- Specified by:
structTest1 in interface Benchmark1
main
public static void main(java.lang.String[] args)
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.