Interface TimedObjectInvokerFactory

All Known Implementing Classes:
TimedObjectInvokerFactoryImpl

public interface TimedObjectInvokerFactory
Factory for creating a TimedObjectInvoker for an EJB component.
Author:
Paul Ferraro
  • Method Details

    • createInvoker

      TimedObjectInvoker createInvoker(EJBComponent component)
      Creates an invoker for the specified EJB component
      Parameters:
      component - an EJB component
      Returns:
      an invoker