public interface IRFTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addRFConfig(RFConfig rfConfig) |
void |
deleteRFConfig(java.lang.String keyID) |
RFConfig[] |
getAllRFConfigs() |
RFGlobalConfigTO |
getGlobalConfig() |
void |
updateGlobalConfig(RFGlobalConfigTO config) |
void |
updateRFConfig(RFConfig rfConfig) |
void updateGlobalConfig(RFGlobalConfigTO config) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addRFConfig(RFConfig rfConfig) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateRFConfig(RFConfig rfConfig) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteRFConfig(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionRFConfig[] getAllRFConfigs() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRFGlobalConfigTO getGlobalConfig() throws java.rmi.RemoteException
java.rmi.RemoteException