@Deprecated public class AdminFeatures extends java.lang.Object implements IAdmin
Modifier and Type | Method and Description |
---|---|
IAccessList |
getAccessList()
Deprecated.
|
IActiveSessions |
getActiveSessions()
Deprecated.
|
java.lang.String |
getDefaultFilePath()
Deprecated.
|
IDirectory |
getDirectorySettings()
Deprecated.
|
IIndexOptions |
getIndexOptions()
Deprecated.
|
static AdminFeatures |
getInstance()
Deprecated.
|
ILogs |
getLogs()
Deprecated.
|
INetworkInterfaces |
getNetworkInterface()
Deprecated.
|
IPendingMessages |
getPendingMessages()
Deprecated.
|
IPluginControllerAdmin |
getPluginController()
Deprecated.
|
IQRServers |
getQRServers()
Deprecated.
|
IQueryRetrieve |
getQueryRetrive()
Deprecated.
|
IRemoteFileSystem |
getRFS()
Deprecated.
|
IServices |
getServices()
Deprecated.
|
ISOPClass |
getSOPClass()
Deprecated.
|
IStartupServ |
getStartupServ()
Deprecated.
|
ITaskList |
getTaskList()
Deprecated.
|
IUser |
getUser()
Deprecated.
|
java.lang.String |
getUsername()
Deprecated.
|
IUsersManager |
getUsersManager()
Deprecated.
|
void |
KeepAlive()
Deprecated.
|
void |
logout()
Deprecated.
Unexport all the remote objects related to the administration
|
void |
resetSettings()
Deprecated.
Restore settings, discard all unsaved settings
|
void |
saveSettings()
Deprecated.
Save ServerSettings
This funcion has to call the other "save" functions of the administration object
Finnaly it has to print XML with new ServerSettings
|
void |
setUser(User user)
Deprecated.
|
boolean |
shtudownTimeout(int number)
Deprecated.
If the number is equal to the number randomly generated
in Main class, the timetout stops.
|
void |
shutdownServer()
Deprecated.
|
boolean |
unsavedSettings()
Deprecated.
check if there ara unsaved Settings
|
public static AdminFeatures getInstance()
public IServices getServices() throws java.rmi.RemoteException
getServices
in interface IAdmin
java.rmi.RemoteException
public IQRServers getQRServers() throws java.rmi.RemoteException
getQRServers
in interface IAdmin
java.rmi.RemoteException
public IStartupServ getStartupServ() throws java.rmi.RemoteException
getStartupServ
in interface IAdmin
java.rmi.RemoteException
public IQueryRetrieve getQueryRetrive() throws java.rmi.RemoteException
getQueryRetrive
in interface IAdmin
java.rmi.RemoteException
public IAccessList getAccessList() throws java.rmi.RemoteException
getAccessList
in interface IAdmin
java.rmi.RemoteException
public IIndexOptions getIndexOptions() throws java.rmi.RemoteException
getIndexOptions
in interface IAdmin
java.rmi.RemoteException
public ISOPClass getSOPClass() throws java.rmi.RemoteException
getSOPClass
in interface IAdmin
java.rmi.RemoteException
public IDirectory getDirectorySettings() throws java.rmi.RemoteException
getDirectorySettings
in interface IAdmin
java.rmi.RemoteException
public IUsersManager getUsersManager() throws java.rmi.RemoteException
getUsersManager
in interface IAdmin
java.rmi.RemoteException
public IActiveSessions getActiveSessions() throws java.rmi.RemoteException
getActiveSessions
in interface IAdmin
java.rmi.RemoteException
public ITaskList getTaskList() throws java.rmi.RemoteException
getTaskList
in interface IAdmin
java.rmi.RemoteException
public IPendingMessages getPendingMessages() throws java.rmi.RemoteException
getPendingMessages
in interface IAdmin
java.rmi.RemoteException
public IRemoteFileSystem getRFS() throws java.rmi.RemoteException
public IPluginControllerAdmin getPluginController() throws java.rmi.RemoteException
getPluginController
in interface IAdmin
java.rmi.RemoteException
public INetworkInterfaces getNetworkInterface() throws java.rmi.RemoteException
getNetworkInterface
in interface IAdmin
java.rmi.RemoteException
public void logout() throws java.rmi.RemoteException
public void saveSettings() throws java.rmi.RemoteException
saveSettings
in interface IAdmin
java.rmi.RemoteException
public boolean unsavedSettings() throws java.rmi.RemoteException
unsavedSettings
in interface IAdmin
java.rmi.RemoteException
public java.lang.String getDefaultFilePath() throws java.rmi.RemoteException
getDefaultFilePath
in interface IAdmin
java.rmi.RemoteException
public void resetSettings() throws java.rmi.RemoteException
resetSettings
in interface IAdmin
java.rmi.RemoteException
public java.lang.String getUsername() throws java.rmi.RemoteException
getUsername
in interface IAdmin
java.rmi.RemoteException
public void KeepAlive() throws java.rmi.RemoteException
public void shutdownServer() throws java.rmi.RemoteException
shutdownServer
in interface IAdmin
java.rmi.RemoteException
public boolean shtudownTimeout(int number) throws java.rmi.RemoteException
shtudownTimeout
in interface IAdmin
number
- java.rmi.RemoteException