|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface ConnectionFactory
A factory of Connection.
| Method Summary | |
|---|---|
void
|
cleanup()
Cleanup all connections. |
Connection
|
establish(Remote remote)
Establish a connection. |
boolean
|
isAllClosed()
Return if all connections have been closed. |
boolean
|
isAllSuccess()
Return if all connections was success. |
| Method Detail |
|---|
void cleanup()
Connection establish(Remote remote)
remote - the remote host
boolean isAllClosed()
boolean isAllSuccess()
Groovy Documentation