org.objectweb.jonas.jtests.util.JBean This class can be extended in every bean of the jonas test suite. It provide some utilities to look transaction status, ... Most of them are not a clean and standard way to do this, but it is OK for jonas tests.
org.jboss.ejb.txtimer.TimerServiceImpl The TimerService provides enterprise bean components with access to the container-provided Timer Service. The EJB Timer Service allows entity beans, stateless session beans, and message-driven beans to be registered for timer callback events at a specified time, after a specified elapsed time, or ...
org.jboss.ejb.plugins.CallValidationInterceptor This Interceptor validates the incomming arguments and the return value of the call. Here is the place where you want to make sure that local object don't pass through the remote interface. @author Thomas.Diesler@jboss.org @version $Revision: 1.1 $