Class LbConfig.Duck
- java.lang.Object
-
- org.glassfish.loadbalancer.config.LbConfig.Duck
-
-
Constructor Summary
Constructors Constructor Description Duck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DategetLastApplied(LbConfig lc)static DategetLastExported(LbConfig lc)static <T> TgetRefByRef(LbConfig lc, Class<T> type, String ref)static <T> List<T>getRefs(LbConfig lc, Class<T> type)static booleansetLastApplied(LbConfig lc)static booleansetLastExported(LbConfig lc)
-