Package cn.cloudself.query.config.impl
Class ThreadQueryProConfigImpl.DefaultUse<T>
- java.lang.Object
-
- cn.cloudself.query.config.impl.ThreadQueryProConfigImpl.DefaultUse<T>
-
- All Implemented Interfaces:
ThreadQueryProConfigImpl.UseResult<T>
- Enclosing class:
- ThreadQueryProConfigImpl
public static class ThreadQueryProConfigImpl.DefaultUse<T> extends Object implements ThreadQueryProConfigImpl.UseResult<T>
-
-
Constructor Summary
Constructors Constructor Description DefaultUse(ThreadQueryProConfigImpl.Use use)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcall(QueryProConfigImpl it)
-
-
-
Constructor Detail
-
DefaultUse
public DefaultUse(ThreadQueryProConfigImpl.Use use)
-
-
Method Detail
-
call
public T call(QueryProConfigImpl it) throws Exception
- Specified by:
callin interfaceThreadQueryProConfigImpl.UseResult<T>- Throws:
Exception
-
-