public class RequestLogRegistry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,RequestLogImpl> |
requestLogRegistry |
| Constructor and Description |
|---|
RequestLogRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static RequestLogImpl |
get(java.lang.String key) |
static void |
register(RequestLogImpl requestLogImpl) |
private static java.util.Map<java.lang.String,RequestLogImpl> requestLogRegistry
public static void register(RequestLogImpl requestLogImpl)
public static RequestLogImpl get(java.lang.String key)