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