Class ManagedScheduledExecutorServiceAdapter

java.lang.Object
org.jboss.as.ee.concurrent.adapter.AbstractManagedExecutorServiceAdapter
org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
All Implemented Interfaces:
jakarta.enterprise.concurrent.ManagedExecutorService, jakarta.enterprise.concurrent.ManagedScheduledExecutorService, Executor, ExecutorService, ScheduledExecutorService, WildFlyManagedExecutorService, WildFlyManagedScheduledExecutorService

public class ManagedScheduledExecutorServiceAdapter extends AbstractManagedExecutorServiceAdapter implements WildFlyManagedScheduledExecutorService
Abstract base class for ManagedExecutorService and ManagedScheduledExecutorService implementation with life cycle operations disabled for handing out to application components.