|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jreceiver.common.rpc.RpcFactoryBase | +--jreceiver.common.rpc.RpcFactory
Factory to create an object to execute client-related (aka driver-related) queries to a remote server via some RPC mechanism.
Field Summary | |
protected static jreceiver.common.rpc.Log |
log
logging sink |
Fields inherited from class jreceiver.common.rpc.RpcFactoryBase |
load_error_msg, m_default_host |
Constructor Summary | |
RpcFactory()
|
Method Summary | |
static Commands |
newCommands()
Produce a Commands object from the factory, using the default host and default credentials. |
static Commands |
newCommands(java.net.URL host)
Produce a Commands object from the factory, using the specified host and default credentials. |
static Commands |
newCommands(java.net.URL host,
User user)
Produce a Commands object from the factory, using the specified host and specified credentials. |
static Commands |
newCommands(User user)
Produce a Commands object from the factory, using the default host and specified credentials. |
static DeviceBindings |
newDeviceBindings()
Produce a DeviceBindings object from the factory, using the default host and default credentials. |
static DeviceBindings |
newDeviceBindings(java.net.URL host)
Produce a DeviceBindings object from the factory, using the specified host and default credentials. |
static DeviceBindings |
newDeviceBindings(java.net.URL host,
User user)
Produce a DeviceBindings object from the factory, using the specified host and specified credentials. |
static DeviceBindings |
newDeviceBindings(User user)
Produce a DeviceBindings object from the factory, using the default host and specified credentials. |
static Devices |
newDevices()
Produce a Devices object from the factory, using the default host and default credentials. |
static Devices |
newDevices(java.net.URL host)
Produce a Devices object from the factory, using the specified host and default credentials. |
static Devices |
newDevices(java.net.URL host,
User user)
Produce a Devices object from the factory, using the specified host and specified credentials. |
static Devices |
newDevices(User user)
Produce a Devices object from the factory, using the default host and specified credentials. |
static DriverBindings |
newDriverBindings()
Produce a DriverBindings object from the factory, using the default host and default credentials. |
static DriverBindings |
newDriverBindings(java.net.URL host)
Produce a DriverBindings object from the factory, using the specified host and default credentials. |
static DriverBindings |
newDriverBindings(java.net.URL host,
User user)
Produce a DriverBindings object from the factory, using the specified host and specified credentials. |
static DriverBindings |
newDriverBindings(User user)
Produce a DriverBindings object from the factory, using the default host and specified credentials. |
static Drivers |
newDrivers()
Produce a Drivers object from the factory, using the default host and default credentials. |
static Drivers |
newDrivers(java.net.URL host)
Produce a Drivers object from the factory, using the specified host and default credentials. |
static Drivers |
newDrivers(java.net.URL host,
User user)
Produce a Drivers object from the factory, using the specified host and specified credentials. |
static Drivers |
newDrivers(User user)
Produce a Drivers object from the factory, using the default host and specified credentials. |
static Folders |
newFolders()
Produce a Folders object from the factory, using the default host and default credentials. |
static Folders |
newFolders(java.net.URL host)
Produce a Folders object from the factory, using the specified host and default credentials. |
static Folders |
newFolders(java.net.URL host,
User user)
Produce a Folders object from the factory, using the specified host and specified credentials. |
static Folders |
newFolders(User user)
Produce a Folders object from the factory, using the default host and specified credentials. |
static GeneralSettings |
newGeneralSettings()
Produce a GeneralSettings object from the factory, using the default host and default credentials. |
static GeneralSettings |
newGeneralSettings(java.net.URL host)
Produce a GeneralSettings object from the factory, using the specified host and default credentials. |
static GeneralSettings |
newGeneralSettings(java.net.URL host,
User user)
Produce a GeneralSettings object from the factory, using the specified host and specified credentials. |
static GeneralSettings |
newGeneralSettings(User user)
Produce a GeneralSettings object from the factory, using the default host and specified credentials. |
static Menus |
newMenus()
Produce a Menus object from the factory, using the default host and default credentials. |
static Menus |
newMenus(java.net.URL host)
Produce a Menus object from the factory, using the specified host and default credentials. |
static Menus |
newMenus(java.net.URL host,
User user)
Produce a Menus object from the factory, using the specified host and specified credentials. |
static Menus |
newMenus(User user)
Produce a Menus object from the factory, using the default host and specified credentials. |
static Methods |
newMethods()
Produce a Methods object from the factory, using the default host and default credentials. |
static Methods |
newMethods(java.net.URL host)
Produce a Methods object from the factory, using the specified host and default credentials. |
static Methods |
newMethods(java.net.URL host,
User user)
Produce a Methods object from the factory, using the specified host and specified credentials. |
static Methods |
newMethods(User user)
Produce a Methods object from the factory, using the default host and specified credentials. |
static Mexternals |
newMexternals()
Produce a Mexternals object from the factory, using the default host and default credentials. |
static Mexternals |
newMexternals(java.net.URL host)
Produce a Mexternals object from the factory, using the specified host and default credentials. |
static Mexternals |
newMexternals(java.net.URL host,
User user)
Produce a Mexternals object from the factory, using the specified host and specified credentials. |
static Mexternals |
newMexternals(User user)
Produce a Mexternals object from the factory, using the default host and specified credentials. |
static Mfiles |
newMfiles()
Produce a Mfiles object from the factory, using the default host and default credentials. |
static Mfiles |
newMfiles(java.net.URL host)
Produce a Mfiles object from the factory, using the specified host and default credentials. |
static Mfiles |
newMfiles(java.net.URL host,
User user)
Produce a Mfiles object from the factory, using the specified host and specified credentials. |
static Mfiles |
newMfiles(User user)
Produce a Mfiles object from the factory, using the default host and specified credentials. |
static Mimes |
newMimes()
Produce a Mimes object from the factory, using the default host and default credentials. |
static Mimes |
newMimes(java.net.URL host)
Produce a Mimes object from the factory, using the specified host and default credentials. |
static Mimes |
newMimes(java.net.URL host,
User user)
Produce a Mimes object from the factory, using the specified host and specified credentials. |
static Mimes |
newMimes(User user)
Produce a Mimes object from the factory, using the default host and specified credentials. |
static PlaylistEncoder |
newPlaylistEncoder()
Produce a PlaylistEncoder object from the factory, using the default host and default credentials. |
static PlaylistEncoder |
newPlaylistEncoder(java.net.URL host)
Produce a PlaylistEncoder object from the factory, using the specified host and default credentials. |
static PlaylistEncoder |
newPlaylistEncoder(java.net.URL host,
User user)
Produce a PlaylistEncoder object from the factory, using the specified host and specified credentials. |
static PlaylistEncoder |
newPlaylistEncoder(User user)
Produce a PlaylistEncoder object from the factory, using the default host and specified credentials. |
static Playlists |
newPlaylists()
Produce a Playlists object from the factory, using the default host and default credentials. |
static Playlists |
newPlaylists(java.net.URL host)
Produce a Playlists object from the factory, using the specified host and default credentials. |
static Playlists |
newPlaylists(java.net.URL host,
User user)
Produce a Playlists object from the factory, using the specified host and specified credentials. |
static Playlists |
newPlaylists(User user)
Produce a Playlists object from the factory, using the default host and specified credentials. |
static RoleAuths |
newRoleAuths()
Produce a RoleAuths object from the factory, using the default host and default credentials. |
static RoleAuths |
newRoleAuths(java.net.URL host)
Produce a RoleAuths object from the factory, using the specified host and default credentials. |
static RoleAuths |
newRoleAuths(java.net.URL host,
User user)
Produce a RoleAuths object from the factory, using the specified host and specified credentials. |
static RoleAuths |
newRoleAuths(User user)
Produce a RoleAuths object from the factory, using the default host and specified credentials. |
static Roles |
newRoles()
Produce a Roles object from the factory, using the default host and default credentials. |
static Roles |
newRoles(java.net.URL host)
Produce a Roles object from the factory, using the specified host and default credentials. |
static Roles |
newRoles(java.net.URL host,
User user)
Produce a Roles object from the factory, using the specified host and specified credentials. |
static Roles |
newRoles(User user)
Produce a Roles object from the factory, using the default host and specified credentials. |
static Roots |
newRoots()
Produce a Roots object from the factory, using the default host and default credentials. |
static Roots |
newRoots(java.net.URL host)
Produce a Roots object from the factory, using the specified host and default credentials. |
static Roots |
newRoots(java.net.URL host,
User user)
Produce a Roots object from the factory, using the specified host and specified credentials. |
static Roots |
newRoots(User user)
Produce a Roots object from the factory, using the default host and specified credentials. |
static Scanner |
newScanner()
Produce a Scanner object from the factory, using the default host and default credentials. |
static Scanner |
newScanner(java.net.URL host)
Produce a Scanner object from the factory, using the specified host and default credentials. |
static Scanner |
newScanner(java.net.URL host,
User user)
Produce a Scanner object from the factory, using the specified host and specified credentials. |
static Scanner |
newScanner(User user)
Produce a Scanner object from the factory, using the default host and specified credentials. |
static ScannerSettings |
newScannerSettings()
Produce a ScannerSettings object from the factory, using the default host and default credentials. |
static ScannerSettings |
newScannerSettings(java.net.URL host)
Produce a ScannerSettings object from the factory, using the specified host and default credentials. |
static ScannerSettings |
newScannerSettings(java.net.URL host,
User user)
Produce a ScannerSettings object from the factory, using the specified host and specified credentials. |
static ScannerSettings |
newScannerSettings(User user)
Produce a ScannerSettings object from the factory, using the default host and specified credentials. |
static Settings |
newSettings()
Produce a Settings object from the factory, using the default host and default credentials. |
static Settings |
newSettings(java.net.URL host)
Produce a Settings object from the factory, using the specified host and default credentials. |
static Settings |
newSettings(java.net.URL host,
User user)
Produce a Settings object from the factory, using the specified host and specified credentials. |
static Settings |
newSettings(User user)
Produce a Settings object from the factory, using the default host and specified credentials. |
static Signals |
newSignals()
Produce a Signals object from the factory, using the default host and default credentials. |
static Signals |
newSignals(java.net.URL host)
Produce a Signals object from the factory, using the specified host and default credentials. |
static Signals |
newSignals(java.net.URL host,
User user)
Produce a Signals object from the factory, using the specified host and specified credentials. |
static Signals |
newSignals(User user)
Produce a Signals object from the factory, using the default host and specified credentials. |
static Sites |
newSites()
Produce a Sites object from the factory, using the default host and default credentials. |
static Sites |
newSites(java.net.URL host)
Produce a Sites object from the factory, using the specified host and default credentials. |
static Sites |
newSites(java.net.URL host,
User user)
Produce a Sites object from the factory, using the specified host and specified credentials. |
static Sites |
newSites(User user)
Produce a Sites object from the factory, using the default host and specified credentials. |
static Sources |
newSources()
Produce a Sources object from the factory, using the default host and default credentials. |
static Sources |
newSources(java.net.URL host)
Produce a Sources object from the factory, using the specified host and default credentials. |
static Sources |
newSources(java.net.URL host,
User user)
Produce a Sources object from the factory, using the specified host and specified credentials. |
static Sources |
newSources(User user)
Produce a Sources object from the factory, using the default host and specified credentials. |
static TagEncoder |
newTagEncoder()
Produce a TagEncoder object from the factory, using the default host and default credentials. |
static TagEncoder |
newTagEncoder(java.net.URL host)
Produce a TagEncoder object from the factory, using the specified host and default credentials. |
static TagEncoder |
newTagEncoder(java.net.URL host,
User user)
Produce a TagEncoder object from the factory, using the specified host and specified credentials. |
static TagEncoder |
newTagEncoder(User user)
Produce a TagEncoder object from the factory, using the default host and specified credentials. |
static Transcoders |
newTranscoders()
Produce a Transcoders object from the factory, using the default host and default credentials. |
static Transcoders |
newTranscoders(java.net.URL host)
Produce a Transcoders object from the factory, using the specified host and default credentials. |
static Transcoders |
newTranscoders(java.net.URL host,
User user)
Produce a Transcoders object from the factory, using the specified host and specified credentials. |
static Transcoders |
newTranscoders(User user)
Produce a Transcoders object from the factory, using the default host and specified credentials. |
static Tunes |
newTunes()
Produce a Tunes object from the factory, using the default host and default credentials. |
static Tunes |
newTunes(java.net.URL host)
Produce a Tunes object from the factory, using the specified host and default credentials. |
static Tunes |
newTunes(java.net.URL host,
User user)
Produce a Tunes object from the factory, using the specified host and specified credentials. |
static Tunes |
newTunes(User user)
Produce a Tunes object from the factory, using the default host and specified credentials. |
static Users |
newUsers()
Produce a Users object from the factory, using the default host and default credentials. |
static Users |
newUsers(java.net.URL host)
Produce a Users object from the factory, using the specified host and default credentials. |
static Users |
newUsers(java.net.URL host,
User user)
Produce a Users object from the factory, using the specified host and specified credentials. |
static Users |
newUsers(User user)
Produce a Users object from the factory, using the default host and specified credentials. |
static void |
setDefaultCredentials(User user)
Assign the DEFAULT credentials to be used for direct or remote Client->Server RPCs. |
Methods inherited from class jreceiver.common.rpc.RpcFactoryBase |
getDefaultHost, loadDirect, setDefaultHost |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static jreceiver.common.rpc.Log log
Constructor Detail |
public RpcFactory()
Method Detail |
public static void setDefaultCredentials(User user)
public static Users newUsers() throws RpcException
public static Users newUsers(java.net.URL host) throws RpcException
public static Users newUsers(User user) throws RpcException
public static Users newUsers(java.net.URL host, User user) throws RpcException
public static Devices newDevices() throws RpcException
public static Devices newDevices(java.net.URL host) throws RpcException
public static Devices newDevices(User user) throws RpcException
public static Devices newDevices(java.net.URL host, User user) throws RpcException
public static Drivers newDrivers() throws RpcException
public static Drivers newDrivers(java.net.URL host) throws RpcException
public static Drivers newDrivers(User user) throws RpcException
public static Drivers newDrivers(java.net.URL host, User user) throws RpcException
public static Folders newFolders() throws RpcException
public static Folders newFolders(java.net.URL host) throws RpcException
public static Folders newFolders(User user) throws RpcException
public static Folders newFolders(java.net.URL host, User user) throws RpcException
public static Menus newMenus() throws RpcException
public static Menus newMenus(java.net.URL host) throws RpcException
public static Menus newMenus(User user) throws RpcException
public static Menus newMenus(java.net.URL host, User user) throws RpcException
public static Mfiles newMfiles() throws RpcException
public static Mfiles newMfiles(java.net.URL host) throws RpcException
public static Mfiles newMfiles(User user) throws RpcException
public static Mfiles newMfiles(java.net.URL host, User user) throws RpcException
public static Mexternals newMexternals() throws RpcException
public static Mexternals newMexternals(java.net.URL host) throws RpcException
public static Mexternals newMexternals(User user) throws RpcException
public static Mexternals newMexternals(java.net.URL host, User user) throws RpcException
public static PlaylistEncoder newPlaylistEncoder() throws RpcException
public static PlaylistEncoder newPlaylistEncoder(java.net.URL host) throws RpcException
public static PlaylistEncoder newPlaylistEncoder(User user) throws RpcException
public static PlaylistEncoder newPlaylistEncoder(java.net.URL host, User user) throws RpcException
public static Playlists newPlaylists() throws RpcException
public static Playlists newPlaylists(java.net.URL host) throws RpcException
public static Playlists newPlaylists(User user) throws RpcException
public static Playlists newPlaylists(java.net.URL host, User user) throws RpcException
public static Roots newRoots() throws RpcException
public static Roots newRoots(java.net.URL host) throws RpcException
public static Roots newRoots(User user) throws RpcException
public static Roots newRoots(java.net.URL host, User user) throws RpcException
public static Scanner newScanner() throws RpcException
public static Scanner newScanner(java.net.URL host) throws RpcException
public static Scanner newScanner(User user) throws RpcException
public static Scanner newScanner(java.net.URL host, User user) throws RpcException
public static Settings newSettings() throws RpcException
public static Settings newSettings(java.net.URL host) throws RpcException
public static Settings newSettings(User user) throws RpcException
public static Settings newSettings(java.net.URL host, User user) throws RpcException
public static Sources newSources() throws RpcException
public static Sources newSources(java.net.URL host) throws RpcException
public static Sources newSources(User user) throws RpcException
public static Sources newSources(java.net.URL host, User user) throws RpcException
public static TagEncoder newTagEncoder() throws RpcException
public static TagEncoder newTagEncoder(java.net.URL host) throws RpcException
public static TagEncoder newTagEncoder(User user) throws RpcException
public static TagEncoder newTagEncoder(java.net.URL host, User user) throws RpcException
public static Tunes newTunes() throws RpcException
public static Tunes newTunes(java.net.URL host) throws RpcException
public static Tunes newTunes(User user) throws RpcException
public static Tunes newTunes(java.net.URL host, User user) throws RpcException
public static GeneralSettings newGeneralSettings() throws RpcException
public static GeneralSettings newGeneralSettings(java.net.URL host) throws RpcException
public static GeneralSettings newGeneralSettings(User user) throws RpcException
public static GeneralSettings newGeneralSettings(java.net.URL host, User user) throws RpcException
public static ScannerSettings newScannerSettings() throws RpcException
public static ScannerSettings newScannerSettings(java.net.URL host) throws RpcException
public static ScannerSettings newScannerSettings(User user) throws RpcException
public static ScannerSettings newScannerSettings(java.net.URL host, User user) throws RpcException
public static Transcoders newTranscoders() throws RpcException
public static Transcoders newTranscoders(java.net.URL host) throws RpcException
public static Transcoders newTranscoders(User user) throws RpcException
public static Transcoders newTranscoders(java.net.URL host, User user) throws RpcException
public static Mimes newMimes() throws RpcException
public static Mimes newMimes(java.net.URL host) throws RpcException
public static Mimes newMimes(User user) throws RpcException
public static Mimes newMimes(java.net.URL host, User user) throws RpcException
public static DriverBindings newDriverBindings() throws RpcException
public static DriverBindings newDriverBindings(java.net.URL host) throws RpcException
public static DriverBindings newDriverBindings(User user) throws RpcException
public static DriverBindings newDriverBindings(java.net.URL host, User user) throws RpcException
public static DeviceBindings newDeviceBindings() throws RpcException
public static DeviceBindings newDeviceBindings(java.net.URL host) throws RpcException
public static DeviceBindings newDeviceBindings(User user) throws RpcException
public static DeviceBindings newDeviceBindings(java.net.URL host, User user) throws RpcException
public static Commands newCommands() throws RpcException
public static Commands newCommands(java.net.URL host) throws RpcException
public static Commands newCommands(User user) throws RpcException
public static Commands newCommands(java.net.URL host, User user) throws RpcException
public static Signals newSignals() throws RpcException
public static Signals newSignals(java.net.URL host) throws RpcException
public static Signals newSignals(User user) throws RpcException
public static Signals newSignals(java.net.URL host, User user) throws RpcException
public static Roles newRoles() throws RpcException
public static Roles newRoles(java.net.URL host) throws RpcException
public static Roles newRoles(User user) throws RpcException
public static Roles newRoles(java.net.URL host, User user) throws RpcException
public static Sites newSites() throws RpcException
public static Sites newSites(java.net.URL host) throws RpcException
public static Sites newSites(User user) throws RpcException
public static Sites newSites(java.net.URL host, User user) throws RpcException
public static RoleAuths newRoleAuths() throws RpcException
public static RoleAuths newRoleAuths(java.net.URL host) throws RpcException
public static RoleAuths newRoleAuths(User user) throws RpcException
public static RoleAuths newRoleAuths(java.net.URL host, User user) throws RpcException
public static Methods newMethods() throws RpcException
public static Methods newMethods(java.net.URL host) throws RpcException
public static Methods newMethods(User user) throws RpcException
public static Methods newMethods(java.net.URL host, User user) throws RpcException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |