org.openiec61850
Class AccessPoint

java.lang.Object
  extended by org.openiec61850.AccessPoint

public final class AccessPoint
extends java.lang.Object


Constructor Summary
AccessPoint(java.lang.String name, ServerModel server, ServiceSupport serviceSupport)
           
 
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
 

Constructor Detail

AccessPoint

public AccessPoint(java.lang.String name,
                   ServerModel server,
                   ServiceSupport serviceSupport)
Method Detail

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