public interface WriteHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleWrite(org.eclipse.scada.sec.UserInformation userInformation,
org.eclipse.scada.core.Variant value)
Handle the write call
|
void handleWrite(org.eclipse.scada.sec.UserInformation userInformation,
org.eclipse.scada.core.Variant value)
throws Exception
e.g. performs a write call to a subsystem
userInformation - the user information of the write call.
May also be null if there is no user information.value - the value to writeException - if anything goes wrong