jreceiver.common.rpc
Class RpcFactory

java.lang.Object
  |
  +--jreceiver.common.rpc.RpcFactoryBase
        |
        +--jreceiver.common.rpc.RpcFactory

public final class RpcFactory
extends RpcFactoryBase

Factory to create an object to execute client-related (aka driver-related) queries to a remote server via some RPC mechanism.

Version:
$Revision: 1.9 $ $Date: 2002/07/31 11:29:41 $
Author:
Reed Esau

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

log

protected static jreceiver.common.rpc.Log log
logging sink
Constructor Detail

RpcFactory

public RpcFactory()
Method Detail

setDefaultCredentials

public static void setDefaultCredentials(User user)
Assign the DEFAULT credentials to be used for direct or remote Client->Server RPCs. Note that these default credentials won't typically be used in the mgr app where user logons will provide the credentials.

newUsers

public static Users newUsers()
                      throws RpcException
Produce a Users object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newUsers

public static Users newUsers(java.net.URL host)
                      throws RpcException
Produce a Users object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newUsers

public static Users newUsers(User user)
                      throws RpcException
Produce a Users object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newUsers

public static Users newUsers(java.net.URL host,
                             User user)
                      throws RpcException
Produce a Users object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newDevices

public static Devices newDevices()
                          throws RpcException
Produce a Devices object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newDevices

public static Devices newDevices(java.net.URL host)
                          throws RpcException
Produce a Devices object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newDevices

public static Devices newDevices(User user)
                          throws RpcException
Produce a Devices object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newDevices

public static Devices newDevices(java.net.URL host,
                                 User user)
                          throws RpcException
Produce a Devices object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newDrivers

public static Drivers newDrivers()
                          throws RpcException
Produce a Drivers object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newDrivers

public static Drivers newDrivers(java.net.URL host)
                          throws RpcException
Produce a Drivers object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newDrivers

public static Drivers newDrivers(User user)
                          throws RpcException
Produce a Drivers object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newDrivers

public static Drivers newDrivers(java.net.URL host,
                                 User user)
                          throws RpcException
Produce a Drivers object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newFolders

public static Folders newFolders()
                          throws RpcException
Produce a Folders object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newFolders

public static Folders newFolders(java.net.URL host)
                          throws RpcException
Produce a Folders object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newFolders

public static Folders newFolders(User user)
                          throws RpcException
Produce a Folders object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newFolders

public static Folders newFolders(java.net.URL host,
                                 User user)
                          throws RpcException
Produce a Folders object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newMenus

public static Menus newMenus()
                      throws RpcException
Produce a Menus object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newMenus

public static Menus newMenus(java.net.URL host)
                      throws RpcException
Produce a Menus object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newMenus

public static Menus newMenus(User user)
                      throws RpcException
Produce a Menus object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newMenus

public static Menus newMenus(java.net.URL host,
                             User user)
                      throws RpcException
Produce a Menus object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newMfiles

public static Mfiles newMfiles()
                        throws RpcException
Produce a Mfiles object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newMfiles

public static Mfiles newMfiles(java.net.URL host)
                        throws RpcException
Produce a Mfiles object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newMfiles

public static Mfiles newMfiles(User user)
                        throws RpcException
Produce a Mfiles object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newMfiles

public static Mfiles newMfiles(java.net.URL host,
                               User user)
                        throws RpcException
Produce a Mfiles object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newMexternals

public static Mexternals newMexternals()
                                throws RpcException
Produce a Mexternals object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newMexternals

public static Mexternals newMexternals(java.net.URL host)
                                throws RpcException
Produce a Mexternals object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newMexternals

public static Mexternals newMexternals(User user)
                                throws RpcException
Produce a Mexternals object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newMexternals

public static Mexternals newMexternals(java.net.URL host,
                                       User user)
                                throws RpcException
Produce a Mexternals object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newPlaylistEncoder

public static PlaylistEncoder newPlaylistEncoder()
                                          throws RpcException
Produce a PlaylistEncoder object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newPlaylistEncoder

public static PlaylistEncoder newPlaylistEncoder(java.net.URL host)
                                          throws RpcException
Produce a PlaylistEncoder object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newPlaylistEncoder

public static PlaylistEncoder newPlaylistEncoder(User user)
                                          throws RpcException
Produce a PlaylistEncoder object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newPlaylistEncoder

public static PlaylistEncoder newPlaylistEncoder(java.net.URL host,
                                                 User user)
                                          throws RpcException
Produce a PlaylistEncoder object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newPlaylists

public static Playlists newPlaylists()
                              throws RpcException
Produce a Playlists object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newPlaylists

public static Playlists newPlaylists(java.net.URL host)
                              throws RpcException
Produce a Playlists object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newPlaylists

public static Playlists newPlaylists(User user)
                              throws RpcException
Produce a Playlists object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newPlaylists

public static Playlists newPlaylists(java.net.URL host,
                                     User user)
                              throws RpcException
Produce a Playlists object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newRoots

public static Roots newRoots()
                      throws RpcException
Produce a Roots object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newRoots

public static Roots newRoots(java.net.URL host)
                      throws RpcException
Produce a Roots object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newRoots

public static Roots newRoots(User user)
                      throws RpcException
Produce a Roots object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newRoots

public static Roots newRoots(java.net.URL host,
                             User user)
                      throws RpcException
Produce a Roots object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newScanner

public static Scanner newScanner()
                          throws RpcException
Produce a Scanner object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newScanner

public static Scanner newScanner(java.net.URL host)
                          throws RpcException
Produce a Scanner object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newScanner

public static Scanner newScanner(User user)
                          throws RpcException
Produce a Scanner object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newScanner

public static Scanner newScanner(java.net.URL host,
                                 User user)
                          throws RpcException
Produce a Scanner object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newSettings

public static Settings newSettings()
                            throws RpcException
Produce a Settings object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newSettings

public static Settings newSettings(java.net.URL host)
                            throws RpcException
Produce a Settings object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newSettings

public static Settings newSettings(User user)
                            throws RpcException
Produce a Settings object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newSettings

public static Settings newSettings(java.net.URL host,
                                   User user)
                            throws RpcException
Produce a Settings object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newSources

public static Sources newSources()
                          throws RpcException
Produce a Sources object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newSources

public static Sources newSources(java.net.URL host)
                          throws RpcException
Produce a Sources object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newSources

public static Sources newSources(User user)
                          throws RpcException
Produce a Sources object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newSources

public static Sources newSources(java.net.URL host,
                                 User user)
                          throws RpcException
Produce a Sources object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newTagEncoder

public static TagEncoder newTagEncoder()
                                throws RpcException
Produce a TagEncoder object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newTagEncoder

public static TagEncoder newTagEncoder(java.net.URL host)
                                throws RpcException
Produce a TagEncoder object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newTagEncoder

public static TagEncoder newTagEncoder(User user)
                                throws RpcException
Produce a TagEncoder object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newTagEncoder

public static TagEncoder newTagEncoder(java.net.URL host,
                                       User user)
                                throws RpcException
Produce a TagEncoder object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newTunes

public static Tunes newTunes()
                      throws RpcException
Produce a Tunes object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newTunes

public static Tunes newTunes(java.net.URL host)
                      throws RpcException
Produce a Tunes object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newTunes

public static Tunes newTunes(User user)
                      throws RpcException
Produce a Tunes object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newTunes

public static Tunes newTunes(java.net.URL host,
                             User user)
                      throws RpcException
Produce a Tunes object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newGeneralSettings

public static GeneralSettings newGeneralSettings()
                                          throws RpcException
Produce a GeneralSettings object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newGeneralSettings

public static GeneralSettings newGeneralSettings(java.net.URL host)
                                          throws RpcException
Produce a GeneralSettings object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newGeneralSettings

public static GeneralSettings newGeneralSettings(User user)
                                          throws RpcException
Produce a GeneralSettings object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newGeneralSettings

public static GeneralSettings newGeneralSettings(java.net.URL host,
                                                 User user)
                                          throws RpcException
Produce a GeneralSettings object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newScannerSettings

public static ScannerSettings newScannerSettings()
                                          throws RpcException
Produce a ScannerSettings object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newScannerSettings

public static ScannerSettings newScannerSettings(java.net.URL host)
                                          throws RpcException
Produce a ScannerSettings object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newScannerSettings

public static ScannerSettings newScannerSettings(User user)
                                          throws RpcException
Produce a ScannerSettings object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newScannerSettings

public static ScannerSettings newScannerSettings(java.net.URL host,
                                                 User user)
                                          throws RpcException
Produce a ScannerSettings object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newTranscoders

public static Transcoders newTranscoders()
                                  throws RpcException
Produce a Transcoders object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newTranscoders

public static Transcoders newTranscoders(java.net.URL host)
                                  throws RpcException
Produce a Transcoders object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newTranscoders

public static Transcoders newTranscoders(User user)
                                  throws RpcException
Produce a Transcoders object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newTranscoders

public static Transcoders newTranscoders(java.net.URL host,
                                         User user)
                                  throws RpcException
Produce a Transcoders object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newMimes

public static Mimes newMimes()
                      throws RpcException
Produce a Mimes object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newMimes

public static Mimes newMimes(java.net.URL host)
                      throws RpcException
Produce a Mimes object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newMimes

public static Mimes newMimes(User user)
                      throws RpcException
Produce a Mimes object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newMimes

public static Mimes newMimes(java.net.URL host,
                             User user)
                      throws RpcException
Produce a Mimes object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newDriverBindings

public static DriverBindings newDriverBindings()
                                        throws RpcException
Produce a DriverBindings object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newDriverBindings

public static DriverBindings newDriverBindings(java.net.URL host)
                                        throws RpcException
Produce a DriverBindings object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newDriverBindings

public static DriverBindings newDriverBindings(User user)
                                        throws RpcException
Produce a DriverBindings object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newDriverBindings

public static DriverBindings newDriverBindings(java.net.URL host,
                                               User user)
                                        throws RpcException
Produce a DriverBindings object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newDeviceBindings

public static DeviceBindings newDeviceBindings()
                                        throws RpcException
Produce a DeviceBindings object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newDeviceBindings

public static DeviceBindings newDeviceBindings(java.net.URL host)
                                        throws RpcException
Produce a DeviceBindings object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newDeviceBindings

public static DeviceBindings newDeviceBindings(User user)
                                        throws RpcException
Produce a DeviceBindings object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newDeviceBindings

public static DeviceBindings newDeviceBindings(java.net.URL host,
                                               User user)
                                        throws RpcException
Produce a DeviceBindings object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newCommands

public static Commands newCommands()
                            throws RpcException
Produce a Commands object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newCommands

public static Commands newCommands(java.net.URL host)
                            throws RpcException
Produce a Commands object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newCommands

public static Commands newCommands(User user)
                            throws RpcException
Produce a Commands object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newCommands

public static Commands newCommands(java.net.URL host,
                                   User user)
                            throws RpcException
Produce a Commands object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newSignals

public static Signals newSignals()
                          throws RpcException
Produce a Signals object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newSignals

public static Signals newSignals(java.net.URL host)
                          throws RpcException
Produce a Signals object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newSignals

public static Signals newSignals(User user)
                          throws RpcException
Produce a Signals object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newSignals

public static Signals newSignals(java.net.URL host,
                                 User user)
                          throws RpcException
Produce a Signals object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newRoles

public static Roles newRoles()
                      throws RpcException
Produce a Roles object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newRoles

public static Roles newRoles(java.net.URL host)
                      throws RpcException
Produce a Roles object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newRoles

public static Roles newRoles(User user)
                      throws RpcException
Produce a Roles object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newRoles

public static Roles newRoles(java.net.URL host,
                             User user)
                      throws RpcException
Produce a Roles object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newSites

public static Sites newSites()
                      throws RpcException
Produce a Sites object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newSites

public static Sites newSites(java.net.URL host)
                      throws RpcException
Produce a Sites object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newSites

public static Sites newSites(User user)
                      throws RpcException
Produce a Sites object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newSites

public static Sites newSites(java.net.URL host,
                             User user)
                      throws RpcException
Produce a Sites object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newRoleAuths

public static RoleAuths newRoleAuths()
                              throws RpcException
Produce a RoleAuths object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newRoleAuths

public static RoleAuths newRoleAuths(java.net.URL host)
                              throws RpcException
Produce a RoleAuths object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newRoleAuths

public static RoleAuths newRoleAuths(User user)
                              throws RpcException
Produce a RoleAuths object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newRoleAuths

public static RoleAuths newRoleAuths(java.net.URL host,
                                     User user)
                              throws RpcException
Produce a RoleAuths object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.

newMethods

public static Methods newMethods()
                          throws RpcException
Produce a Methods object from the factory, using the default host and default credentials. Attempts a direct load if host is null.

newMethods

public static Methods newMethods(java.net.URL host)
                          throws RpcException
Produce a Methods object from the factory, using the specified host and default credentials. Attempts a direct load if host is null.

newMethods

public static Methods newMethods(User user)
                          throws RpcException
Produce a Methods object from the factory, using the default host and specified credentials. Attempts a direct load if host is null.

newMethods

public static Methods newMethods(java.net.URL host,
                                 User user)
                          throws RpcException
Produce a Methods object from the factory, using the specified host and specified credentials. Attempts a direct load if host is null.


Copyright © 2001-2002 Reed Esau, All Rights Reserved.