|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xml.async.ResourceManager
public class ResourceManager
Simple semaphore that maintains access to fixed number of logical resources.
| Constructor Summary | |
|---|---|
ResourceManager(int i)The ResourceManager constructor |
|
| Method Summary | |
|---|---|
boolean |
activeFound()Checks if any of the logical resources being managed are in active use |
void |
getResource()If the number of resources available for use is nonzero, the method decreases the number of resources by one. |
void |
releaseResource()Releases a resource. |
void |
sleep(int i)Allows usage of Thread.sleep() without try/catch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceManager(int i)
i - - the number of resources to manage| Method Detail |
|---|
public void getResource()
public void releaseResource()
public boolean activeFound()
true - if one or more resource is in use false - if none of the resources are in usepublic void sleep(int i)
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||