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

Constructor Summary
TestImpl_Stub()
           
TestImpl_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 byte[] echoBytes(byte[] $param_arrayOf_byte_1)
           
 long getServerTime()
           
 
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
 

Constructor Detail

TestImpl_Stub

public TestImpl_Stub()

TestImpl_Stub

public TestImpl_Stub(java.rmi.server.RemoteRef ref)
Method Detail

echoBytes

public byte[] echoBytes(byte[] $param_arrayOf_byte_1)
                 throws java.rmi.RemoteException
Specified by:
echoBytes in interface ITest

getServerTime

public long getServerTime()
                   throws java.rmi.RemoteException
Specified by:
getServerTime in interface ITest


Copyright © JProxy LLC. All Rights Reserved.