|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.rmi.RMIClient
class RMIClient extends Object
| 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 |
|---|
private final String host
private final int port
private Registry registry
private final Map services
| Constructor Detail |
|---|
RMIClient(String host, int port, boolean lazy)
| Method Detail |
|---|
private void locateRegistry()
private def locateService(String serviceName)
Object service(String serviceName, Closure closure)
Object service(String serviceName, CallableWithArgs callable)
Groovy Documentation