com.javaranch.common
Class EJB

java.lang.Object
  |
  +--com.javaranch.common.EJB
Direct Known Subclasses:
EntityEJB, SessionEJB

public abstract class EJB
extends java.lang.Object

Abstract base class for EntityEJB and SessionEJB.

This class is intended for use inside an EJB server only!

- - - - - - - - - - - - - - - - -

Copyright (c) 1998-2004 Paul Wheaton

You are welcome to do whatever you want to with this source file provided that you maintain this comment fragment (between the dashed lines). Modify it, change the package name, change the class name ... personal or business use ... sell it, share it ... add a copyright for the portions you add ...

My goal in giving this away and maintaining the copyright is to hopefully direct developers back to JavaRanch.

The original source can be found at JavaRanch

- - - - - - - - - - - - - - - - -

Author:
Paul Wheaton

Constructor Summary
EJB()
           
 
Method Summary
 void ejbActivate()
          Override this method only if you need to.
 void ejbPassivate()
          Override this method only if you need to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJB

public EJB()
Method Detail

ejbActivate

public void ejbActivate()
Override this method only if you need to.


ejbPassivate

public void ejbPassivate()
Override this method only if you need to.



Copyright ©2004 Paul Wheaton All Rights Reserved