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