@Deprecated public interface IUser extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
boolean |
changePassword(java.lang.String oldPassHash,
java.lang.String newPassHash)
Deprecated.
|
IDicomSend |
getDicomSend()
Deprecated.
|
IPluginControllerUser |
getPluginController()
Deprecated.
|
ISearch |
getSearch()
Deprecated.
|
java.lang.String |
getUsername()
Deprecated.
|
void |
KeepAlive()
Deprecated.
|
void |
logout()
Deprecated.
|
boolean |
shtudownTimeout(int number)
Deprecated.
If the number is equal to the number randomly generated
in Main class, the timetout stops.
|
java.lang.String getUsername() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean changePassword(java.lang.String oldPassHash, java.lang.String newPassHash) throws java.rmi.RemoteException
java.rmi.RemoteException
ISearch getSearch() throws java.rmi.RemoteException
java.rmi.RemoteException
IDicomSend getDicomSend() throws java.rmi.RemoteException
java.rmi.RemoteException
void logout() throws java.rmi.RemoteException
java.rmi.RemoteException
void KeepAlive() throws java.rmi.RemoteException
java.rmi.RemoteException
IPluginControllerUser getPluginController() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean shtudownTimeout(int number) throws java.rmi.RemoteException
number
- java.rmi.RemoteException