org.jboss.cdi.tck.tests.context.request.event.timeout
Class TimeoutService

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.event.timeout.TimeoutService

public class TimeoutService
extends Object


Constructor Summary
TimeoutService()
           
 
Method Summary
 void onTimeout(javax.ejb.Timer timer)
           
 void start(SynchronousQueue<Boolean> queue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutService

public TimeoutService()
Method Detail

start

public void start(SynchronousQueue<Boolean> queue)

onTimeout

public void onTimeout(javax.ejb.Timer timer)


Copyright © 2008-2013 Seam Framework. All Rights Reserved.