Methods in jreceiver.common.rpc that return Mexternals |
static Mexternals |
RpcFactory.newMexternals()
Produce a Mexternals object from the factory, using the default host
and default credentials. |
static Mexternals |
RpcFactory.newMexternals(java.net.URL host)
Produce a Mexternals object from the factory, using the specified host
and default credentials. |
static Mexternals |
RpcFactory.newMexternals(User user)
Produce a Mexternals object from the factory, using the default host
and specified credentials. |
static Mexternals |
RpcFactory.newMexternals(java.net.URL host,
User user)
Produce a Mexternals object from the factory, using the specified host
and specified credentials. |