org.jboss.seam.cron.spi.asynchronous
Interface CronAsynchronousProvider
public interface CronAsynchronousProvider
Interface to be implemented by providers of asynchronous method invocation.
The provider must call the #executeInvocationContext() method on
it to cause the original method to be executed. This will also cause the
appropriate callback event to be fired on completion of the method invocation
so that the developer can respond to the result.
- Author:
- peteroyle
executeAndReturnFuture
Future executeAndReturnFuture(Invoker ice)
executeWithoutReturn
void executeWithoutReturn(Invoker ice)
Copyright © 2011 Seam Framework. All Rights Reserved.