Uses of Interface
org.jboss.ejb.client.DiscoveredURISelector
Packages that use DiscoveredURISelector
-
Uses of DiscoveredURISelector in org.jboss.ejb.client
Fields in org.jboss.ejb.client declared as DiscoveredURISelectorModifier and TypeFieldDescriptionstatic final DiscoveredURISelectorDiscoveredURISelector.FIRSTA deployment URI selector which prefers the first URI always.static final DiscoveredURISelectorDiscoveredURISelector.RANDOMA deployment URI selector which randomly chooses the next URI.static final DiscoveredURISelectorDiscoveredURISelector.ROUND_ROBINA deployment URI selector which uses an approximate round-robin policy among all of the eligible URIs.Methods in org.jboss.ejb.client that return DiscoveredURISelectorModifier and TypeMethodDescriptionstatic DiscoveredURISelectorDiscoveredURISelector.favorite(Collection<URI> favorites, DiscoveredURISelector fallback) Create a deployment URI selector that prefers one or more favorite nodes, falling back to another selector if none of the favorites are found.Methods in org.jboss.ejb.client with parameters of type DiscoveredURISelectorModifier and TypeMethodDescriptionstatic DiscoveredURISelectorDiscoveredURISelector.favorite(Collection<URI> favorites, DiscoveredURISelector fallback) Create a deployment URI selector that prefers one or more favorite nodes, falling back to another selector if none of the favorites are found.