@Deprecated public class AccessList extends java.lang.Object implements IAccessList
Modifier and Type | Method and Description |
---|---|
boolean |
addToAccessList(java.lang.String AETitle)
Deprecated.
|
java.util.ArrayList<java.lang.String> |
getAccessList()
Deprecated.
|
java.lang.String |
getAETitle()
Deprecated.
|
static AccessList |
getInstance()
Deprecated.
|
boolean |
getPermitAllAETitles()
Deprecated.
|
void |
loadSettings()
Deprecated.
Load settings from ServerSettings
|
boolean |
removeFromAccessList(java.lang.String AETitle)
Deprecated.
|
void |
saveSettings()
Deprecated.
Save the settings related to Access List
not write the settings in XML
|
void |
setAETitle(java.lang.String AETitle)
Deprecated.
|
void |
setPermitAllAETitles(boolean value)
Deprecated.
|
boolean |
unsavedSettings()
Deprecated.
|
public static AccessList getInstance()
public void loadSettings()
public void saveSettings()
public boolean unsavedSettings()
public java.lang.String getAETitle() throws java.rmi.RemoteException
getAETitle
in interface IAccessList
java.rmi.RemoteException
public void setAETitle(java.lang.String AETitle) throws java.rmi.RemoteException
setAETitle
in interface IAccessList
java.rmi.RemoteException
public java.util.ArrayList<java.lang.String> getAccessList() throws java.rmi.RemoteException
getAccessList
in interface IAccessList
java.rmi.RemoteException
public boolean addToAccessList(java.lang.String AETitle) throws java.rmi.RemoteException
addToAccessList
in interface IAccessList
java.rmi.RemoteException
public boolean removeFromAccessList(java.lang.String AETitle) throws java.rmi.RemoteException
removeFromAccessList
in interface IAccessList
java.rmi.RemoteException
public void setPermitAllAETitles(boolean value) throws java.rmi.RemoteException
setPermitAllAETitles
in interface IAccessList
java.rmi.RemoteException
public boolean getPermitAllAETitles() throws java.rmi.RemoteException
getPermitAllAETitles
in interface IAccessList
java.rmi.RemoteException