| Package | Description |
|---|---|
| org.apache.openejb.core.stateless | |
| org.apache.openejb.util |
| Modifier and Type | Method and Description |
|---|---|
Pool.Entry |
Instance.getPoolEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.setPoolEntry(Pool.Entry poolEntry) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pool.discard(Pool.Entry entry) |
boolean |
Pool.push(Pool.Entry entry) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.