|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use WaitPolicy.TYPE | |
|---|---|
| com.sas.services.util | Utility classes used by Foundation Services. |
| Uses of WaitPolicy.TYPE in com.sas.services.util |
|---|
| Methods in com.sas.services.util that return WaitPolicy.TYPE | |
|---|---|
WaitPolicy.TYPE |
WaitPolicy.getType()
|
static WaitPolicy.TYPE |
WaitPolicy.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WaitPolicy.TYPE[] |
WaitPolicy.TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sas.services.util with parameters of type WaitPolicy.TYPE | |
|---|---|
static WaitPolicy |
WaitPolicy.getDefaultWaitPolicy(WaitPolicy.TYPE type,
java.lang.String prefix)
Gets the default wait policy. |
| Constructors in com.sas.services.util with parameters of type WaitPolicy.TYPE | |
|---|---|
WaitPolicy(WaitPolicy.TYPE type)
Construct a wait policy using default values. |
|
WaitPolicy(WaitPolicy.TYPE type,
int initialWait,
int waitIncrement,
int minimumWait,
int maximumWait,
long totalWait)
Construct a wait policy using the values specified. |
|
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||