Java Reference
In-Depth Information
Figure 10-24 Runtime services core
Table 10-4 Service Execution Strategies
Strategy
Description
FIRST
Select the provider with the highest priority that is capable of servicing the
request.
LAST
Select the provider with the lowest priority that is capable of servicing the
request.
FORWARD
Invoke all providers in order of highest to lowest priority that are capable
of servicing the request. The results of each provider are placed in a list of
relative descending order of priority.
REVERSE
Invoke all providers in order of lowest to highest priority that are capable
of servicing the request. The results of each provider are placed in a list of
relative increasing order of priority.
 
Search WWH ::




Custom Search