Groovy Documentation

griffon.plugins.rmi
[Java] Class RmiContributionAdapter

java.lang.Object
  griffon.plugins.rmi.RmiContributionAdapter
All Implemented Interfaces:
RmiContributionHandler

public class RmiContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private RmiProvider provider

 
Constructor Summary
RmiContributionAdapter()

 
Method Summary
RmiProvider getRmiProvider()

void setRmiProvider(RmiProvider provider)

R withRmi(Map params, Closure closure)

R withRmi(Map params, CallableWithArgs callable)

 
Methods inherited from class Object
notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 

Field Detail

provider

private RmiProvider provider


 
Constructor Detail

RmiContributionAdapter

RmiContributionAdapter()


 
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