Generated: 2025-06-18 Scope:
/system/directory TotalcreateObject("java", ...)calls: 99 Unique Java classes used: 37
| Class | Files |
|---|---|
java.lang.System |
AbstractAppender.cfc, AsyncManager.cfc, ConsoleAppender.cfc, Env.cfc, Executor.cfc, Mixer.cfc, CFMLEngine.cfc |
java.lang.StringBuilder |
HTMLHelper.cfc, XMLConverter.cfc, InterceptorBuffer.cfc, ExceptionBean.cfc, Renderer.cfc, Mixer.cfc |
java.lang.String |
RemotingUtil.cfc |
java.lang.Thread |
Executor.cfc, Scheduler.cfc, ScheduledTask.cfc, Util.cfc |
java.lang.Runtime |
CacheBoxProvider.cfc, ReportHandler.cfc |
java.lang.RuntimeException |
Future.cfc |
| Class | Files |
|---|---|
java.util.concurrent.ConcurrentHashMap |
Injector.cfc, Singleton.cfc, ConcurrentStore.cfc, ConcurrentSoftReferenceStore.cfc, ObjectPopulator.cfc, Mixer.cfc |
java.util.Collections |
EventPool.cfc, ConcurrentStore.cfc |
java.util.LinkedHashMap |
EventPool.cfc |
java.util.UUID |
DBAppender.cfc, ScopeAppender.cfc, CacheBoxProvider.cfc, InterceptorState.cfc |
java.util.TreeMap |
EventURLFacade.cfc |
java.util.concurrent.Executors |
ExecutorBuilder.cfc |
java.util.concurrent.ForkJoinPool |
ExecutorBuilder.cfc |
java.util.concurrent.LinkedBlockingQueue |
Executor.cfc |
java.util.concurrent.TimeUnit |
TimeUnit.cfc |
java.util.concurrent.CompletableFuture |
Future.cfc |
java.util.concurrent.FutureTask |
FutureTask.cfc |
java.util.stream.IntStream |
AsyncManager.cfc |
| Class | Files |
|---|---|
java.time.ZoneOffset |
DateTimeHelper.cfc |
java.time.ZoneId |
DateTimeHelper.cfc, Scheduler.cfc, ScheduledTask.cfc |
java.time.temporal.ChronoField |
DateTimeHelper.cfc |
java.time.temporal.ChronoUnit |
DateTimeHelper.cfc |
java.time.temporal.TemporalAdjusters |
DateTimeHelper.cfc |
java.time.DayOfWeek |
DateTimeHelper.cfc |
java.time.LocalDateTime |
DateTimeHelper.cfc |
java.time.Duration |
Duration.cfc |
java.time.Period |
Period.cfc |
| Class | Files |
|---|---|
java.net.InetAddress |
BugReport.cfm, Whoops.cfm, Util.cfc |
java.net.Socket |
SocketAppender.cfc |
java.net.URI |
RequestContext.cfc |
| Class | Files |
|---|---|
java.io.ByteArrayOutputStream |
ObjectMarshaller.cfc |
java.io.ObjectOutputStream |
ObjectMarshaller.cfc |
java.io.ByteArrayInputStream |
ObjectMarshaller.cfc |
java.io.ObjectInputStream |
ObjectMarshaller.cfc |
java.io.PrintWriter |
SocketAppender.cfc |
| Class | Files |
|---|---|
java.lang.ref.ReferenceQueue |
ConcurrentSoftReferenceStore.cfc |
java.lang.ref.SoftReference |
ConcurrentSoftReferenceStore.cfc |
| Class | Files |
|---|---|
org.hibernate.Version |
Util.cfc |
| File | Count |
|---|---|
HTMLHelper.cfc |
18 |
Builder.cfc |
4 |
Executor.cfc |
4 |
XMLConverter.cfc |
5 |
ObjectMarshaller.cfc |
4 |
DateTimeHelper.cfc |
7 |
Scheduler.cfc |
3 |
Future.cfc |
2 |
ConcurrentStore.cfc |
2 |
ConcurrentSoftReferenceStore.cfc |
3 |
Mixer.cfc |
4 |
Injector.cfc |
2 |
ExecutorBuilder.cfc |
3 |
SocketAppender.cfc |
2 |
ScheduledTask.cfc |
2 |
AsyncManager.cfc |
2 |
Util.cfc |
3 |
EventPool.cfc |
2 |
CacheBoxProvider.cfc |
2 |
ReportHandler.cfc |
1 |
ExceptionBean.cfc |
2 |
RequestContext.cfc |
1 |
ObjectPopulator.cfc |
1 |
EventURLFacade.cfc |
1 |
InterceptorState.cfc |
1 |
DBAppender.cfc |
1 |
ScopeAppender.cfc |
1 |
ConsoleAppender.cfc |
2 |
Singleton.cfc |
1 |
TimeUnit.cfc |
1 |
Duration.cfc |
1 |
Period.cfc |
1 |
FutureTask.cfc |
1 |
Env.cfc |
1 |
CFMLEngine.cfc |
1 |
RemotingUtil.cfc |
1 |
BugReport.cfm |
1 |
Whoops.cfm |
1 |
Renderer.cfc |
1 |
InterceptorBuffer.cfc |
1 |
java.lang.StringBuilderis the most-used class (20+ calls across 6 files) — used heavily for string concatenation in HTML helpers and converters.java.util.concurrent.ConcurrentHashMapis the most-used concurrent collection (6 files) — core to caching, DI scopes, and event pooling.java.lang.Systemis used for stdout/stderr access, property retrieval, and thread interruption (7 files).java.time.*classes (9 unique classes) are used extensively in the async/time subsystem for modern date/time handling.HTMLHelper.cfcis the single file with the most Java interop calls (18) — allStringBuilderfor HTML generation.- Serialization (
ObjectMarshaller.cfc) uses 4 distinctjava.ioclasses for binary serialization. - Caching stores (
ConcurrentStore,ConcurrentSoftReferenceStore) rely onConcurrentHashMapandSoftReferencefor eviction policies.