com.jproxy.samples.rmi.test
Class TestImpl

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended bycom.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
 void callbackBytes(java.lang.Object callback, int numberOfBytes, int numberOfLoops)
           
 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
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.