Groovy Documentation

griffon.plugins.rmi
[Java] Interface RmiContributionHandler


public interface RmiContributionHandler

Authors:
Andres Almiray


Method Summary
RmiProvider getRmiProvider()

void setRmiProvider(RmiProvider provider)

R withRmi(Map params, Closure closure)

R withRmi(Map params, CallableWithArgs callable)

 

Method Detail

getRmiProvider

public RmiProvider getRmiProvider()


setRmiProvider

public void setRmiProvider(RmiProvider provider)


withRmi

public R withRmi(Map params, Closure closure)


withRmi

public R withRmi(Map params, CallableWithArgs callable)


 

Groovy Documentation