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

Constructor Summary
TestImpl()
           
 
Method Summary
 byte[] echoBytes(byte[] bytes)
           
 long getServerTime()
           
 
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
 

Constructor Detail

TestImpl

public TestImpl()
         throws java.rmi.RemoteException
Method Detail

getServerTime

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

echoBytes

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


Copyright © JProxy LLC. All Rights Reserved.