com.jproxy.samples.ejb.test
Class Test

java.lang.Object
  |
  +--com.jproxy.samples.ejb.test.Base
        |
        +--com.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
 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

echoBytes

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


Copyright © JProxy LLC. All Rights Reserved.