com.jproxy.samples.rmi.test
Class TestImpl_Stub
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteStub
com.jproxy.samples.rmi.test.TestImpl_Stub
- All Implemented Interfaces:
- ITest, java.rmi.Remote, java.io.Serializable, TestRmi
- public final class TestImpl_Stub
- extends java.rmi.server.RemoteStub
- implements TestRmi, java.rmi.Remote
- See Also:
- Serialized Form
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_Stub
public TestImpl_Stub()
TestImpl_Stub
public TestImpl_Stub(java.rmi.server.RemoteRef ref)
callbackBytes
public void callbackBytes(java.lang.Object $param_Object_1,
int $param_int_2,
int $param_int_3)
throws java.rmi.RemoteException
- Specified by:
callbackBytes
in interface ITest
- Throws:
java.rmi.RemoteException
echoBytes
public byte[] echoBytes(byte[] $param_arrayOf_byte_1)
throws java.rmi.RemoteException
- Specified by:
echoBytes
in interface ITest
- Throws:
java.rmi.RemoteException
getServerTime
public long getServerTime()
throws java.rmi.RemoteException
- Specified by:
getServerTime
in interface ITest
- Throws:
java.rmi.RemoteException
Copyright © JProxy LLC. All Rights Reserved.