Groovy Documentation

griffon.plugins.rmi
[Groovy] Class RMIClient

java.lang.Object
  griffon.plugins.rmi.RMIClient

class RMIClient
extends Object

Authors:
Andres Almiray


Field Summary
private String host

private int port

private Registry registry

private Map services

 
Constructor Summary
RMIClient(String host, int port, boolean lazy)

 
Method Summary
private void locateRegistry()

private def locateService(String serviceName)

Object service(String serviceName, Closure closure)

Object service(String serviceName, CallableWithArgs callable)

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

Field Detail

host

private final String host


port

private final int port


registry

private Registry registry


services

private final Map services


 
Constructor Detail

RMIClient

RMIClient(String host, int port, boolean lazy)


 
Method Detail

locateRegistry

private void locateRegistry()


locateService

private def locateService(String serviceName)


service

Object service(String serviceName, Closure closure)


service

Object service(String serviceName, CallableWithArgs callable)


 

Groovy Documentation