Uses of Interface
nablarch.core.log.LogUtil.ObjectCreator
-
Uses of LogUtil.ObjectCreator in nablarch.core.log
Modifier and TypeMethodDescriptionstatic <T> T
LogUtil.getObjectBoundToClassLoader
(LogUtil.ObjectCreator<T> creator) クラスローダに紐付くオブジェクトを取得する。static <T> T
LogUtil.removeObjectBoundToContextClassLoader
(LogUtil.ObjectCreator<T> creator) コンテキストクラスローダに紐付くオブジェクトを削除する。