Searched defs:createScheduledService (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAMExecutorServiceFactory.java49 ScheduledExecutorService createScheduledService(int poolSize, String threadNamePrefix); method in interface:AMExecutorServiceFactory
H A DAuditRequestContextPropagatingExecutorServiceFactory.java48 public ScheduledExecutorService createScheduledService(int poolSize, String threadNamePrefix) { method in class:AuditRequestContextPropagatingExecutorServiceFactory
49 return decorate(delegate.createScheduledService(poolSize, threadNamePrefix));
H A DExtendedExecutorServiceFactory.java54 public ScheduledExecutorService createScheduledService(int poolSize, String threadNamePrefix) { method in class:ExtendedExecutorServiceFactory
/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingExecutorServiceFactory.java46 public ScheduledExecutorService createScheduledService(int poolSize) { method in class:AuditRequestContextPropagatingExecutorServiceFactory
47 return decorate(super.createScheduledService(poolSize));

Completed in 528 milliseconds