@Deprecated public interface IAccessList extends java.rmi.Remote
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.
|
boolean |
getPermitAllAETitles()
Deprecated.
|
boolean |
removeFromAccessList(java.lang.String AETitle)
Deprecated.
|
void |
setAETitle(java.lang.String AETitle)
Deprecated.
|
void |
setPermitAllAETitles(boolean value)
Deprecated.
|
java.lang.String getAETitle() throws java.rmi.RemoteException
java.rmi.RemoteException
void setAETitle(java.lang.String AETitle) throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.ArrayList<java.lang.String> getAccessList() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean addToAccessList(java.lang.String AETitle) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean removeFromAccessList(java.lang.String AETitle) throws java.rmi.RemoteException
java.rmi.RemoteException
void setPermitAllAETitles(boolean value) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean getPermitAllAETitles() throws java.rmi.RemoteException
java.rmi.RemoteException