ariba.util.core
Interface Priority
public interface Priority
Priority represent the user preceived speed of an operation, not
necessarily the speed of the operation. For example, if the user
is waiting for the client to redraw the screen, any operation used to
redraw the screen should be delt with as a high priority. The user
should not wait for the screen to redraw. On the other hand, they may
expect to wait for a requisition to be submitted.
Fortunately, preceived speed is often the reality. Submitting it slow.
Saving the requisition is medium slow, etc.
There are only three rankings because it is felt that more just because
confusing. When you create a new rpc set the ranking at the level you
think the customer is going to feel like the performance of the product
is good if that operation takes x amount of time.
You can set the default of the RPC or choose method by method numbers.
public static final int Rank_Default =
applies to the entire rpc file.
public static final int Rank_methodName =
applies only to the methodName.
High
static final int High
- See Also:
- Constant Field Values
Medium
static final int Medium
- See Also:
- Constant Field Values
Low
static final int Low
- See Also:
- Constant Field Values
TotalPriorities
static final int TotalPriorities
- See Also:
- Constant Field Values
BackGroundProcesses
static final int BackGroundProcesses
- See Also:
- Constant Field Values
FindWorkerQueue
static final int FindWorkerQueue
- See Also:
- Constant Field Values
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.