Package org.jboss.as.ejb3.timerservice
Class TimedObjectInvokerFactoryImpl
java.lang.Object
org.jboss.as.ejb3.timerservice.TimedObjectInvokerFactoryImpl
- All Implemented Interfaces:
TimedObjectInvokerFactory
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionTimedObjectInvokerFactoryImpl(org.jboss.modules.Module module, String deploymentName) -
Method Summary
Modifier and TypeMethodDescriptioncreateInvoker(EJBComponent component) Creates an invoker for the specified EJB component
-
Constructor Details
-
TimedObjectInvokerFactoryImpl
-
-
Method Details
-
createInvoker
Description copied from interface:TimedObjectInvokerFactoryCreates an invoker for the specified EJB component- Specified by:
createInvokerin interfaceTimedObjectInvokerFactory- Parameters:
component- an EJB component- Returns:
- an invoker
-