/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.test.timer.interfaces;

/**
 * Remote interface for test/timer/TimerSFSB.
 * @author Thomas Diesler
 * @author Scott.Stark@jboss.org
 * @version $Revision: 1.1 $
 */
public interface TimerSFSB
   extends javax.ejb.EJBObject
{

   public void checkTimerService(  )
      throws java.rmi.RemoteException;

}