public interface IMitigationTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
MitigationVariable |
createVariable(java.lang.String name,
Scope scope) |
void |
deleteVariable(java.lang.String name) |
MitigationVariable |
findVariable(java.lang.String name) |
VariableInfo[] |
getVariablesInfo() |
void |
updateVariable(MitigationVariable mv) |
MitigationVariable createVariable(java.lang.String name, Scope scope) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteVariable(java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteException
VariableInfo[] getVariablesInfo() throws java.rmi.RemoteException
java.rmi.RemoteException
MitigationVariable findVariable(java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateVariable(MitigationVariable mv) throws java.rmi.RemoteException
java.rmi.RemoteException