com.jproxy.samples.corba.test
Class CORBAPerformanceClient

java.lang.Object
  extended bycom.jproxy.samples.ejb.test.PerformanceClient
      extended bycom.jproxy.samples.corba.test.CORBAPerformanceClient
All Implemented Interfaces:
ITest, ITestCallback, java.rmi.Remote, java.lang.Runnable

public class CORBAPerformanceClient
extends PerformanceClient
implements ITest


Field Summary
 
Fields inherited from class com.jproxy.samples.ejb.test.PerformanceClient
hostUrl, isInitialized, out, session
 
Constructor Summary
CORBAPerformanceClient()
           
 
Method Summary
 void callbackBytes(java.lang.Object callback, int numberOfBytes, int numberOfLoops)
           
 byte[] echoBytes(byte[] bytes)
           
 long getServerTime()
           
 void init()
           
 
Methods inherited from class com.jproxy.samples.ejb.test.PerformanceClient
destroy, executeTest, main, onCallback, parseArgs, run, test, testCallback, validateArgs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CORBAPerformanceClient

public CORBAPerformanceClient()
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

init

public void init()
          throws java.lang.Exception
Overrides:
init in class PerformanceClient
Throws:
java.lang.Exception


Copyright © JProxy LLC. All Rights Reserved.