Uses of Interface
org.glassfish.loadbalancer.admin.cli.reader.api.LoadbalancerReader
-
Packages that use LoadbalancerReader Package Description org.glassfish.loadbalancer.admin.cli.helper org.glassfish.loadbalancer.admin.cli.reader.impl -
-
Uses of LoadbalancerReader in org.glassfish.loadbalancer.admin.cli.helper
Methods in org.glassfish.loadbalancer.admin.cli.helper that return LoadbalancerReader Modifier and Type Method Description static LoadbalancerReaderLbConfigHelper. getLbReader(Domain domain, ApplicationRegistry appRegistry, String lbConfigName)exports the loadbalancer.xml from the config to the outputstream providedMethods in org.glassfish.loadbalancer.admin.cli.helper with parameters of type LoadbalancerReader Modifier and Type Method Description static voidLbConfigHelper. exportOtdProperties(LoadbalancerReader lbRdr, OutputStream out)exports the otd.properties from the config to the outputstream providedstatic voidLbConfigHelper. exportWorkerProperties(LoadbalancerReader lbRdr, OutputStream out)exports the workser.properties from the config to the outputstream providedstatic voidLbConfigHelper. exportXml(LoadbalancerReader lbRdr, OutputStream out)exports the loadbalancer.xml from the config to the outputstream provided -
Uses of LoadbalancerReader in org.glassfish.loadbalancer.admin.cli.reader.impl
Classes in org.glassfish.loadbalancer.admin.cli.reader.impl that implement LoadbalancerReader Modifier and Type Class Description classLoadbalancerReaderImplReader class to get information about load balancer configuration.
-