| Package | Description |
|---|---|
| com.martiansoftware.nailgun |
| Modifier and Type | Field and Description |
|---|---|
(package private) NGSession[] |
NGSessionPool.pool
the pool itself
|
| Modifier and Type | Method and Description |
|---|---|
(package private) NGSession |
NGSessionPool.take()
Returns an NGSession from the pool, or creates one if necessary
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
NGSessionPool.give(NGSession session)
Returns an NGSession to the pool.
|