com.jproxy.samples.ejb.test
Class Base

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

public class Base
extends java.lang.Object
implements javax.ejb.SessionBean

The most base class in Session implementation

See Also:
Serialized Form

Constructor Summary
Base()
           
 
Method Summary
 void ejbActivate()
          activate() implementation
 void ejbCreate()
          The bean create method.
 void ejbPassivate()
          passivate() implementation
 void ejbRemove()
          remove() implementation
 void setSessionContext(javax.ejb.SessionContext sc)
          setSessionContext() implementation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base

public Base()
Method Detail

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
The bean create method.

ejbRemove

public void ejbRemove()
remove() implementation
Specified by:
ejbRemove in interface javax.ejb.SessionBean

ejbActivate

public void ejbActivate()
activate() implementation
Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
passivate() implementation
Specified by:
ejbPassivate in interface javax.ejb.SessionBean

setSessionContext

public void setSessionContext(javax.ejb.SessionContext sc)
setSessionContext() implementation
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Parameters:
-  


Copyright © JProxy LLC. All Rights Reserved.