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