public class RemoteTsDBFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RMI_DEFAULT_SERVER_IP |
static int |
RMI_REGISTRY_PORT |
static java.lang.String |
RMI_SERVER_NAME |
static int |
RMI_SERVER_PORT |
Constructor and Description |
---|
RemoteTsDBFactory() |
Modifier and Type | Method and Description |
---|---|
static ServerTsDB |
createDefaultServer() |
static RemoteTsDB |
createRemoteConnection() |
static RemoteTsDB |
createRemoteConnection(java.lang.String server_ip) |
static java.lang.String |
get_rmi_server_url() |
static java.lang.String |
get_rmi_server_url(java.lang.String server_ip) |
static java.lang.String |
getLocalIP() |
public static final java.lang.String RMI_SERVER_NAME
public static final int RMI_REGISTRY_PORT
public static final int RMI_SERVER_PORT
public static java.lang.String RMI_DEFAULT_SERVER_IP
public static ServerTsDB createDefaultServer()
public static java.lang.String get_rmi_server_url()
public static java.lang.String get_rmi_server_url(java.lang.String server_ip)
public static RemoteTsDB createRemoteConnection()
public static RemoteTsDB createRemoteConnection(java.lang.String server_ip)
public static java.lang.String getLocalIP()