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