Uses of Class
org.glassfish.loadbalancer.admin.cli.reader.api.LbReaderException
-
Packages that use LbReaderException Package Description org.glassfish.loadbalancer.admin.cli.reader.api org.glassfish.loadbalancer.admin.cli.reader.impl -
-
Uses of LbReaderException in org.glassfish.loadbalancer.admin.cli.reader.api
Methods in org.glassfish.loadbalancer.admin.cli.reader.api that throw LbReaderException Modifier and Type Method Description ClusterReader[]LoadbalancerReader. getClusters()Returns the cluster info that are load balanced by this LB.StringWebModuleReader. getContextRoot()Returns config context of this moduleStringPropertyReader. getDescription()Returns description of the propertyStringInstanceReader. getDisableTimeoutInMinutes()This is used in quicescing.StringWebModuleReader. getDisableTimeoutInMinutes()Returns disable timeout for this moduleStringWebModuleReader. getErrorUrl()Returns error url for this web moduleHealthCheckerReaderClusterReader. getHealthChecker()Returns the health checker for the clusterIdempotentUrlPatternReader[]WebModuleReader. getIdempotentUrlPattern()Returns idempotent url patterns for this module.InstanceReader[]ClusterReader. getInstances()Get the instance readers in the clusterStringHealthCheckerReader. getIntervalInSeconds()Health checker runs in the specified interval time.booleanInstanceReader. getLbEnabled()Returns if the server is enabled in the load balancer or not.booleanWebModuleReader. getLbEnabled()Returns load balancer enabled flag.StringClusterReader. getLbPolicy()Returns the lb policyStringClusterReader. getLbPolicyModule()Returns the lb policy moduleStringInstanceReader. getListeners()Enlists both http and https listeners of this server instance It will be form "http:: https: : " StringClusterReader. getName()Get the name of the clusterStringInstanceReader. getName()Return server instance's name.StringLoadbalancerReader. getName()Returns the name of the load balancerStringPropertyReader. getName()Returns name of the propertyStringIdempotentUrlPatternReader. getNoOfRetries()Number of retries, when an idempotent request fails.PropertyReader[]LoadbalancerReader. getProperties()Returns properties of the load balancer.StringHealthCheckerReader. getTimeoutInSeconds()Timeout where a server is considered un healthy.StringHealthCheckerReader. getUrl()Return health checker urlStringIdempotentUrlPatternReader. getUrlPattern()Returns a regular expression containing an url or url pattern.StringPropertyReader. getValue()Returns value of the propertyWebModuleReader[]ClusterReader. getWebModules()Returns all the web modules in the clusterStringInstanceReader. getWeight()For weighted round robin gets the weight. -
Uses of LbReaderException in org.glassfish.loadbalancer.admin.cli.reader.impl
Methods in org.glassfish.loadbalancer.admin.cli.reader.impl that throw LbReaderException Modifier and Type Method Description ClusterReader[]LoadbalancerReaderImpl. getClusters()Returns the cluster info that are load balanced by this LB.ClusterReader[]LoadbalancerReaderImpl. getClustersData()ClusterReader[]LoadbalancerReaderImpl. getClustersDataFromLBConfig()StringWebModuleReaderImpl. getContextRoot()StringWebServiceEndpointReaderImpl. getContextRoot()StringPropertyReaderImpl. getDescription()Returns description of the propertyStringInstanceReaderImpl. getDisableTimeoutInMinutes()This is used in quicescing.StringWebModuleReaderImpl. getDisableTimeoutInMinutes()StringWebServiceEndpointReaderImpl. getDisableTimeoutInMinutes()StringWebModuleReaderImpl. getErrorUrl()StringWebServiceEndpointReaderImpl. getErrorUrl()HealthCheckerReaderClusterReaderImpl. getHealthChecker()HealthCheckerReaderStandAloneClusterReaderImpl. getHealthChecker()IdempotentUrlPatternReader[]WebModuleReaderImpl. getIdempotentUrlPattern()IdempotentUrlPatternReader[]WebServiceEndpointReaderImpl. getIdempotentUrlPattern()InstanceReader[]ClusterReaderImpl. getInstances()InstanceReader[]StandAloneClusterReaderImpl. getInstances()StringHealthCheckerReaderImpl. getIntervalInSeconds()Health checker runs in the specified interval time.booleanInstanceReaderImpl. getLbEnabled()Returns if the server is enabled in the load balancer or not.booleanWebModuleReaderImpl. getLbEnabled()booleanWebServiceEndpointReaderImpl. getLbEnabled()StringInstanceReaderImpl. getListeners()Enlists both http and https listeners of this server instance It will be form "http:: https: : " StringInstanceReaderImpl. getName()Return server instance's name.StringLoadbalancerReaderImpl. getName()Returns the name of the load balancerStringPropertyReaderImpl. getName()Returns name of the propertyStringIdempotentUrlPatternReaderImpl. getNoOfRetries()Number of retries, when an idempotent request fails.PropertyReader[]LoadbalancerReaderImpl. getProperties()Returns properties of the load balancer.StringHealthCheckerReaderImpl. getTimeoutInSeconds()Timeout where a server is considered un healthy.StringHealthCheckerReaderImpl. getUrl()Return health checker urlStringIdempotentUrlPatternReaderImpl. getUrlPattern()Returns a regular expression containing an url or url pattern.StringPropertyReaderImpl. getValue()Returns value of the propertyWebModuleReader[]ClusterReaderImpl. getWebModules()WebModuleReader[]StandAloneClusterReaderImpl. getWebModules()StringInstanceReaderImpl. getWeight()This is used in weighted round robin.Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl that throw LbReaderException Constructor Description StandAloneClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, Server server)StandAloneClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, ServerRef ref)
-