Class ManagedScheduledExecutorServiceService

  • All Implemented Interfaces:
    org.jboss.msc.Service, org.jboss.msc.service.Service<org.glassfish.enterprise.concurrent.ManagedScheduledExecutorServiceAdapter>, org.jboss.msc.value.Value<org.glassfish.enterprise.concurrent.ManagedScheduledExecutorServiceAdapter>

    public class ManagedScheduledExecutorServiceService
    extends Object
    Service responsible for creating, starting and stopping a ManagedScheduledExecutorServiceImpl.

    Note that the service's value is the executor's adapter, which does not allows lifecyle related invocations.

    Author:
    Eduardo Martins