com.jproxy.samples.rmi.test
Class TestImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.jproxy.samples.rmi.test.TestImpl
- All Implemented Interfaces:
- ITest, java.rmi.Remote, java.io.Serializable, TestRmi
- public class TestImpl
- extends java.rmi.server.UnicastRemoteObject
- implements TestRmi
- See Also:
- Serialized Form
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 |
getClass, notify, notifyAll, wait, wait, wait |
TestImpl
public TestImpl()
throws java.rmi.RemoteException
getServerTime
public long getServerTime()
throws java.rmi.RemoteException
- Specified by:
getServerTime
in interface ITest
- Throws:
java.rmi.RemoteException
echoBytes
public byte[] echoBytes(byte[] bytes)
throws java.rmi.RemoteException
- Specified by:
echoBytes
in interface ITest
- Throws:
java.rmi.RemoteException
callbackBytes
public void callbackBytes(java.lang.Object callback,
int numberOfBytes,
int numberOfLoops)
throws java.rmi.RemoteException
- Specified by:
callbackBytes
in interface ITest
- Throws:
java.rmi.RemoteException
Copyright © JProxy LLC. All Rights Reserved.