com.jproxy.samples.ejb.test
Class Test

java.lang.Object
  extended bycom.jproxy.samples.ejb.test.Base
      extended bycom.jproxy.samples.ejb.test.Test
All Implemented Interfaces:
javax.ejb.EnterpriseBean, ITest, java.io.Serializable, javax.ejb.SessionBean
Direct Known Subclasses:
SessionEJB

public class Test
extends Base
implements ITest

See Also:
Serialized Form

Constructor Summary
Test()
           
 
Method Summary
 void callbackBytes(java.lang.Object callback, int numberOfBytes, int numberOfLoops)
           
 byte[] echoBytes(byte[] bytes)
           
 long getServerTime()
           
 
Methods inherited from class com.jproxy.samples.ejb.test.Base
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, setSessionContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
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.