com.jproxy.samples.interfaces
Interface ITest

All Known Subinterfaces:
ISession, TestRmi
All Known Implementing Classes:
Test

public interface ITest


Method Summary
 byte[] echoBytes(byte[] bytes)
           
 long getServerTime()
           
 

Method Detail

getServerTime

public long getServerTime()
                   throws java.rmi.RemoteException

echoBytes

public byte[] echoBytes(byte[] bytes)
                 throws java.rmi.RemoteException


Copyright © JProxy LLC. All Rights Reserved.