Uses of Interface
org.jboss.ejb.client.DiscoveredURISelector
-
Packages that use DiscoveredURISelector Package Description org.jboss.ejb.client -
-
Uses of DiscoveredURISelector in org.jboss.ejb.client
Fields in org.jboss.ejb.client declared as DiscoveredURISelector Modifier and Type Field Description static DiscoveredURISelectorDiscoveredURISelector. FIRSTA deployment URI selector which prefers the first URI always.static DiscoveredURISelectorDiscoveredURISelector. RANDOMA deployment URI selector which randomly chooses the next URI.static 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 DiscoveredURISelector Modifier and Type Method Description static 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 DiscoveredURISelector Modifier and Type Method Description static 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.
-