|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xml.async.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)
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® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |