| Interface | Description |
|---|---|
| AdminCache |
Simple cache for administration framework.
|
| DataProvider |
Provides ability to convert some instance into
byte[] and back.Implementations of this interface are located using standard ServiceLoader |
| Class | Description |
|---|---|
| AdminCacheFileStore |
AdminCahce based on file system.Singleton |
| AdminCacheMemStore |
In memory
AdminCache containing fixed amount of items. |
| AdminCacheUtils |
Tooling for AdminCache
DataProvider implementation. |
| AdminCacheWeakReference |
AdminCache based on week references and backgrounded by
AdminCacheFileStore layer. |
| ByteArrayDataProvider |
DataProvider for byte array.
|
| CommandModelDataProvider |
Works with
CachedCommandModel and
{@link com.sun.enterprise.admin.util.CommandModelData).This is hand made implementation which is focused on human readability and fastness. |
| StringDataProvider |
DataProvider for String
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.