|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | METHOD | DETAIL: FIELD | PROPERTY | METHOD | |||||||
interface ConnectionManager
A factory of Connection.
| Nested Class Summary | |
|---|---|
interface |
ConnectionManager.Factory
A factory of ConnectionManager. |
| Property Summary | |
|---|---|
java.lang.Object |
factory
|
| Method Summary | |
|---|---|
void
|
cleanup()
Cleanup all connections. |
Connection
|
establish(Remote remote)
Establish a connection. |
boolean
|
isAnyError()
Return if any connection was error. |
void
|
waitForPending()
Wait for pending sessions. |
| Property Detail |
|---|
final java.lang.Object factory
| Method Detail |
|---|
void cleanup()
Connection establish(Remote remote)
remote - the remote host
boolean isAnyError()
void waitForPending()
Groovy Documentation