public class TRRemoteUtility
extends java.lang.Object
Constructor and Description |
---|
TRRemoteUtility() |
Modifier and Type | Method and Description |
---|---|
static TRAgentServiceRI |
getAgentService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the Agent
service on the specified Total Recall VR system.
|
static java.lang.String |
getAgentServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the Agent service.
|
static TRArchiveServiceRI |
getArchiveService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the Archive
service on the specified Total Recall VR system.
|
static java.lang.String |
getArchiveServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the Archive service.
|
static TRConfigurationServiceRI |
getConfigurationService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the Configuration
service on the specified Total Recall VR system.
|
static java.lang.String |
getConfigurationServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the Configuration service.
|
static TRDatabaseServiceRI |
getDatabaseService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the Database
service on the specified Total Recall VR system.
|
static java.lang.String |
getDatabaseServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the Database service.
|
static TRManualCallControlServiceRI |
getManualCallControlService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the Manual Call Control
service on the specified Total Recall VR system.
|
static java.lang.String |
getManualCallControlServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the Manual Call Control service.
|
static TRMonitorServiceRI |
getMonitorService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the Monitor
service on the specified Total Recall VR system.
|
static java.lang.String |
getMonitorServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the Monitor service.
|
static TROperatorServiceRI |
getOperatorService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the Operator
service on the specified Total Recall VR system.
|
static java.lang.String |
getOperatorServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the Operator service.
|
static TRPlayServiceRI |
getPlayService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the Play
service on the specified Total Recall VR system.
|
static java.lang.String |
getPlayServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the Play service.
|
static TRSmdrServiceRI |
getSmdrService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the SMDR
service on the specified Total Recall VR system.
|
static java.lang.String |
getSmdrServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the SMDR service.
|
static TRSystemServiceRI |
getSystemService(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Creates an instance of the remote interface to the System service on
the specified Total Recall VR system.
|
static java.lang.String |
getSystemServiceUrl(java.lang.String rmiRegistryHost,
int rmiRegistryPort)
Returns the correct RMI URL for the System service.
|
public static java.lang.String getSystemServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRSystemServiceRI getSystemService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getOperatorServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TROperatorServiceRI getOperatorService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getManualCallControlServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRManualCallControlServiceRI getManualCallControlService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getMonitorServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRMonitorServiceRI getMonitorService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getPlayServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRPlayServiceRI getPlayService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getArchiveServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRArchiveServiceRI getArchiveService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getDatabaseServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRDatabaseServiceRI getDatabaseService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getConfigurationServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRConfigurationServiceRI getConfigurationService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getAgentServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRAgentServiceRI getAgentService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.public static java.lang.String getSmdrServiceUrl(java.lang.String rmiRegistryHost, int rmiRegistryPort)
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.public static TRSmdrServiceRI getSmdrService(java.lang.String rmiRegistryHost, int rmiRegistryPort) throws java.rmi.RemoteException
rmiRegistryHost
- The value of the IP Address or Host Name parameter
from the Remote Manager configuration on a Total Recall VR
system.rmiRegistryPort
- The value of the Base Port parameter from the Remote
Manager configuration on a Total Recall VR system.null
if the service is not bound in the
RMI registry on the specified Total Recall VR system.java.rmi.RemoteException
- On failing to contact the RMI registry on the specified Total Recall VR
system.Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.