Package | Description |
---|---|
net.razorvine.pyro |
Lightweight implementation of the client side
Pyro protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
PyroProxy.call_oneway(String method,
Object... arguments)
Call a method on the remote Pyro object this proxy is for, using Oneway call semantics (return immediately).
|
Object |
FlameBuiltin.call(Object... arguments) |
Object |
PyroProxy.call(String method,
Object... arguments)
Call a method on the remote Pyro object this proxy is for.
|
Object |
FlameModule.call(String attribute,
Object... arguments) |
void |
FlameRemoteConsole.close() |
Object |
PyroProxy.getattr(String attr)
Get the value of a remote attribute.
|
protected void |
PyroProxy.getMetadata(String objectId)
get metadata from server (methods, attrs, oneway, ...) and remember them in some attributes of the proxy
|
void |
FlameRemoteConsole.interact() |
void |
PyroProxy.setattr(String attr,
Object value)
Set a new value on a remote attribute.
|
Copyright © 2016. All Rights Reserved.