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