org.openiec61850
Class AccessPoint
java.lang.Object
org.openiec61850.AccessPoint
public final class AccessPoint
- extends java.lang.Object
Method Summary |
java.lang.String |
getName()
This method should be called when reports/logs point to a new data set so
that the members to be monitored are updated TODO implement the update
for logs |
ModelNode |
getRCB(ObjectReference objRef)
|
void |
initDataSource(java.lang.String dataSourceClassName)
|
void |
selectEditSG(java.lang.String ref,
int sGN)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessPoint
public AccessPoint(java.lang.String name,
ServerModel server,
ServiceSupport serviceSupport)
getRCB
public ModelNode getRCB(ObjectReference objRef)
throws ServiceError
- Throws:
ServiceError
initDataSource
public void initDataSource(java.lang.String dataSourceClassName)
throws ConfigurationException
- Throws:
ConfigurationException
selectEditSG
public void selectEditSG(java.lang.String ref,
int sGN)
throws ServiceError
- Throws:
ServiceError
getName
public java.lang.String getName()
- This method should be called when reports/logs point to a new data set so
that the members to be monitored are updated TODO implement the update
for logs