Oracle JDBC and UCP Java API Reference
18c Release 3 (18.3.0.0.0)
E50121-03
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
T |
get(long timeout)
Waits if necessary for a specified amount of milliseconds
and then retrieves the result (or null, if there's no result).
|
Task<T> |
getTask()
Get task object.
|
-
-
Method Detail
-
get
T get(long timeout)
throws TaskManagerException
Waits if necessary for a specified amount of milliseconds
and then retrieves the result (or null, if there's no result).
- Parameters:
timeout
- waiting timeout in milliseconds.
- Throws:
TaskManagerException
-
getTask
Task<T> getTask()
Get task object.
- Returns:
- task object.
Oracle JDBC and UCP Java API Reference
18c Release 3 (18.3.0.0.0)
E50121-03
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
18.3.0.0.0| ORACLE CONFIDENTIAL. For authorized use only. Do not distribute to third parties.
Copyright © 2008, 2017, Oracle. All rights reserved.