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