@Deprecated public class StartupServices extends java.lang.Object implements IStartupServ
Modifier and Type | Method and Description |
---|---|
boolean |
getDICOMQR()
Deprecated.
|
int |
getDICOMQRPort()
Deprecated.
|
boolean |
getDICOMStorage()
Deprecated.
|
int |
getDICOMStoragePort()
Deprecated.
|
static StartupServices |
getInstance()
Deprecated.
|
boolean |
getP2P()
Deprecated.
|
java.lang.String |
getRemoteGUIExtIP()
Deprecated.
|
int |
getRemoteGUIPort()
Deprecated.
|
boolean |
getWebServer()
Deprecated.
|
int |
getWebServerPort()
Deprecated.
|
boolean |
getWebServices()
Deprecated.
|
int |
getWebServicesPort()
Deprecated.
|
void |
loadSettings()
Deprecated.
Load Settings from ServerSettings
|
void |
saveSettings()
Deprecated.
Save the settings related to Startup Services
not write the settings in XML
|
void |
setDICOMQR(boolean value)
Deprecated.
|
void |
setDICOMQRPort(int value)
Deprecated.
|
void |
setDICOMStorage(boolean value)
Deprecated.
|
void |
setDICOMStoragePort(int value)
Deprecated.
|
void |
setP2P(boolean value)
Deprecated.
|
void |
setRemoteGUIExtIP(java.lang.String IP)
Deprecated.
|
void |
setRemoteGUIPort(int value)
Deprecated.
|
void |
setWebServer(boolean value)
Deprecated.
|
void |
setWebServerPort(int value)
Deprecated.
|
void |
setWebServices(boolean value)
Deprecated.
|
void |
setWebServicesPort(int value)
Deprecated.
|
boolean |
unsavedSettings()
Deprecated.
|
public static StartupServices getInstance()
public void loadSettings()
public void saveSettings()
public boolean unsavedSettings()
public void setP2P(boolean value) throws java.rmi.RemoteException
setP2P
in interface IStartupServ
java.rmi.RemoteException
public boolean getP2P() throws java.rmi.RemoteException
getP2P
in interface IStartupServ
java.rmi.RemoteException
public void setDICOMStorage(boolean value) throws java.rmi.RemoteException
setDICOMStorage
in interface IStartupServ
java.rmi.RemoteException
public boolean getDICOMStorage() throws java.rmi.RemoteException
getDICOMStorage
in interface IStartupServ
java.rmi.RemoteException
public void setDICOMStoragePort(int value) throws java.rmi.RemoteException
setDICOMStoragePort
in interface IStartupServ
java.rmi.RemoteException
public int getDICOMStoragePort() throws java.rmi.RemoteException
getDICOMStoragePort
in interface IStartupServ
java.rmi.RemoteException
public void setDICOMQR(boolean value) throws java.rmi.RemoteException
setDICOMQR
in interface IStartupServ
java.rmi.RemoteException
public boolean getDICOMQR() throws java.rmi.RemoteException
getDICOMQR
in interface IStartupServ
java.rmi.RemoteException
public void setWebServer(boolean value) throws java.rmi.RemoteException
setWebServer
in interface IStartupServ
java.rmi.RemoteException
public boolean getWebServer() throws java.rmi.RemoteException
getWebServer
in interface IStartupServ
java.rmi.RemoteException
public void setWebServerPort(int value) throws java.rmi.RemoteException
setWebServerPort
in interface IStartupServ
java.rmi.RemoteException
public int getWebServerPort() throws java.rmi.RemoteException
getWebServerPort
in interface IStartupServ
java.rmi.RemoteException
public void setWebServices(boolean value) throws java.rmi.RemoteException
setWebServices
in interface IStartupServ
java.rmi.RemoteException
public boolean getWebServices() throws java.rmi.RemoteException
getWebServices
in interface IStartupServ
java.rmi.RemoteException
public void setWebServicesPort(int value) throws java.rmi.RemoteException
setWebServicesPort
in interface IStartupServ
java.rmi.RemoteException
public int getWebServicesPort() throws java.rmi.RemoteException
getWebServicesPort
in interface IStartupServ
java.rmi.RemoteException
public void setRemoteGUIPort(int value) throws java.rmi.RemoteException
setRemoteGUIPort
in interface IStartupServ
java.rmi.RemoteException
public int getRemoteGUIPort() throws java.rmi.RemoteException
getRemoteGUIPort
in interface IStartupServ
java.rmi.RemoteException
public void setDICOMQRPort(int value) throws java.rmi.RemoteException
setDICOMQRPort
in interface IStartupServ
java.rmi.RemoteException
public int getDICOMQRPort() throws java.rmi.RemoteException
getDICOMQRPort
in interface IStartupServ
java.rmi.RemoteException
public void setRemoteGUIExtIP(java.lang.String IP) throws java.rmi.RemoteException
setRemoteGUIExtIP
in interface IStartupServ
java.rmi.RemoteException
public java.lang.String getRemoteGUIExtIP() throws java.rmi.RemoteException
getRemoteGUIExtIP
in interface IStartupServ
java.rmi.RemoteException