Uses of Interface
org.glassfish.loadbalancer.admin.cli.reader.api.PropertyReader
-
Packages that use PropertyReader Package Description org.glassfish.loadbalancer.admin.cli.reader.api org.glassfish.loadbalancer.admin.cli.reader.impl -
-
Uses of PropertyReader in org.glassfish.loadbalancer.admin.cli.reader.api
Methods in org.glassfish.loadbalancer.admin.cli.reader.api that return PropertyReader Modifier and Type Method Description PropertyReader[]LoadbalancerReader. getProperties()Returns properties of the load balancer. -
Uses of PropertyReader in org.glassfish.loadbalancer.admin.cli.reader.impl
Classes in org.glassfish.loadbalancer.admin.cli.reader.impl that implement PropertyReader Modifier and Type Class Description classPropertyReaderImplProvides property information relavant to Load balancer tier.Methods in org.glassfish.loadbalancer.admin.cli.reader.impl that return PropertyReader Modifier and Type Method Description PropertyReader[]LoadbalancerReaderImpl. getProperties()Returns properties of the load balancer.static PropertyReader[]PropertyReaderImpl. getPropertyReaders(Properties properties)static PropertyReader[]PropertyReaderImpl. getPropertyReaders(LbConfig _lbConfig)
-