public interface IAdminTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addConsumerConsole(ConsumerConsole console) |
void |
deleteConsumerConsole(java.lang.String consoleID) |
ConsumerConsole[] |
getAllConsumerConsoles() |
java.lang.String |
getConsumerConsoleUrl(java.lang.String consoleID) |
IpFilter |
getIpFilter() |
MonitoringSettings |
getMonitoringSettings() |
SoapStationSettings |
getProductSettings() |
void |
updateConsumerConsole(ConsumerConsole console) |
void |
updateIpFilter(IpFilter filter) |
void |
updateMonitoringSettings(MonitoringSettings settings) |
void |
updateProductSettings(SoapStationSettings cfg) |
void updateIpFilter(IpFilter filter) throws java.rmi.RemoteException
java.rmi.RemoteExceptionIpFilter getIpFilter() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateConsumerConsole(ConsumerConsole console) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateProductSettings(SoapStationSettings cfg) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteConsumerConsole(java.lang.String consoleID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getConsumerConsoleUrl(java.lang.String consoleID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionConsumerConsole[] getAllConsumerConsoles() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateMonitoringSettings(MonitoringSettings settings) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addConsumerConsole(ConsumerConsole console) throws java.rmi.RemoteException
java.rmi.RemoteExceptionSoapStationSettings getProductSettings() throws java.rmi.RemoteException
java.rmi.RemoteExceptionMonitoringSettings getMonitoringSettings() throws java.rmi.RemoteException
java.rmi.RemoteException