|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.rmi.AbstractRmiProvider
public abstract class AbstractRmiProvider extends Object
| Constructor Summary | |
AbstractRmiProvider()
|
|
| Method Summary | |
|---|---|
protected RmiClient
|
getRmiClient(Map params)
|
R
|
withRmi(Map params, Closure closure)
|
R
|
withRmi(Map params, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
AbstractRmiProvider()
| Method Detail |
|---|
protected RmiClient getRmiClient(Map params)
public R withRmi(Map params, Closure closure)
public R withRmi(Map params, CallableWithArgs callable)
Groovy Documentation