|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pool.Entry | |
|---|---|
| org.apache.openejb.core.stateless | |
| org.apache.openejb.util | |
| Uses of Pool.Entry in org.apache.openejb.core.stateless |
|---|
| Methods in org.apache.openejb.core.stateless that return Pool.Entry | |
|---|---|
Pool.Entry |
Instance.getPoolEntry()
|
| Methods in org.apache.openejb.core.stateless with parameters of type Pool.Entry | |
|---|---|
void |
Instance.setPoolEntry(Pool.Entry poolEntry)
|
| Uses of Pool.Entry in org.apache.openejb.util |
|---|
| Methods in org.apache.openejb.util that return Pool.Entry | |
|---|---|
Pool.Entry |
Pool.pop(long timeout,
TimeUnit unit)
Any successful pop() call requires a corresponding push() or discard() call A pop() call that returns null is considered successful. |
| Methods in org.apache.openejb.util with parameters of type Pool.Entry | |
|---|---|
void |
Pool.discard(Pool.Entry entry)
|
boolean |
Pool.push(Pool.Entry entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||