com.jproxy.samples.ejb.test
Class SessionEJB

java.lang.Object
  |
  +--com.jproxy.samples.ejb.test.Base
        |
        +--com.jproxy.samples.ejb.test.Test
              |
              +--com.jproxy.samples.ejb.test.SessionEJB
All Implemented Interfaces:
javax.ejb.EnterpriseBean, ITest, java.io.Serializable, javax.ejb.SessionBean

public class SessionEJB
extends Test

See Also:
Serialized Form

Constructor Summary
SessionEJB()
          Default constructor has to be in EJB
 
Methods inherited from class com.jproxy.samples.ejb.test.Test
echoBytes, 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

SessionEJB

public SessionEJB()
Default constructor has to be in EJB


Copyright © JProxy LLC. All Rights Reserved.