org.infinispan.executors.SecurityAwareScheduledExecutorFactory Maven / Gradle / Ivy
package org.infinispan.executors;
import java.security.AccessControlContext;
import java.util.Properties;
import java.util.concurrent.ScheduledExecutorService;
public interface SecurityAwareScheduledExecutorFactory extends ScheduledExecutorFactory {
ScheduledExecutorService getScheduledExecutor(Properties p, AccessControlContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy