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