com.sun.javatest
Interface Parameters.ConcurrencyParameters

All Known Subinterfaces:
Parameters.MutableConcurrencyParameters
All Known Implementing Classes:
BasicParameters, ConcurrencyInterview, FileParameters
Enclosing interface:
Parameters

public static interface Parameters.ConcurrencyParameters

An interface providing basic abstract access to an integer specifying the maximum number of tests that can be run in parallel.


Field Summary
static int MAX_CONCURRENCY
          The highest permissable value for the concurrency.
static int MIN_CONCURRENCY
          The lowest permissable value for the concurrency.
 
Method Summary
 int getConcurrency()
          Get an integer specifying the maximum number of tests that may be run in parallel.
 

Field Detail

MIN_CONCURRENCY

static final int MIN_CONCURRENCY
The lowest permissable value for the concurrency.

See Also:
Constant Field Values

MAX_CONCURRENCY

static final int MAX_CONCURRENCY
The highest permissable value for the concurrency.

See Also:
Constant Field Values
Method Detail

getConcurrency

int getConcurrency()
Get an integer specifying the maximum number of tests that may be run in parallel.

Returns:
an integer specifying the maximum number of tests that may be run in parallel
See Also:
Parameters.getConcurrency()


Copyright 1996-2009 Sun Microsystems, Inc. All Rights Reserved.