|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSource
The IEC server AccessPoint reads and writes data from and to so called DataSources. These data sources are external to the openIEC61850 library stack and are accessed via this interface. For every AccessPoint there must be an implementation of this interface. These implementations are not part of the openIEC61850 stack but of the concrete applications that make use of the stack.
Method Summary | |
---|---|
void |
initialize(AccessPoint ac,
java.util.Set<java.lang.String> triggerDchg,
java.util.Set<java.lang.String> triggerQchg,
java.util.Set<java.lang.String> triggerDupd)
Initiates the DataSource with a reference back to the Access point and all triggerable nodes |
void |
readValues(java.util.List<BasicDataAttribute> basicDataAttributes)
Inserts the proper values in the given BasicDataAttributes using setValue(). |
void |
writeValues(java.util.List<BasicDataAttribute> basicDataAttributes)
Takes the values from the given list of BasicDataAttributes. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void readValues(java.util.List<BasicDataAttribute> basicDataAttributes) throws ServiceError
ServiceError
void writeValues(java.util.List<BasicDataAttribute> basicDataAttributes) throws ServiceError
ServiceError
void initialize(AccessPoint ac, java.util.Set<java.lang.String> triggerDchg, java.util.Set<java.lang.String> triggerQchg, java.util.Set<java.lang.String> triggerDupd)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |