@Deprecated public class UserFeatures extends java.lang.Object implements IUser
Constructor and Description |
---|
UserFeatures(User user)
Deprecated.
|
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.
Cancel the task and reschedule the task
|
void |
logout()
Deprecated.
|
boolean |
shtudownTimeout(int number)
Deprecated.
If the number is equal to the number randomly generated
in Main class, the timetout stops.
|
public UserFeatures(User user)
public void logout() throws java.rmi.RemoteException
public boolean changePassword(java.lang.String oldPassHash, java.lang.String newPassHash) throws java.rmi.RemoteException
changePassword
in interface IUser
java.rmi.RemoteException
public java.lang.String getUsername() throws java.rmi.RemoteException
getUsername
in interface IUser
java.rmi.RemoteException
public IDicomSend getDicomSend() throws java.rmi.RemoteException
getDicomSend
in interface IUser
java.rmi.RemoteException
public void KeepAlive() throws java.rmi.RemoteException
public boolean shtudownTimeout(int number) throws java.rmi.RemoteException
shtudownTimeout
in interface IUser
number
- java.rmi.RemoteException
public IPluginControllerUser getPluginController() throws java.rmi.RemoteException
getPluginController
in interface IUser
java.rmi.RemoteException