org.openiec61850.server.scsm
Interface SCSMServerSAP

All Known Implementing Classes:
MmsServerSAP

public interface SCSMServerSAP


Method Summary
 void init(AccessPoint accessPoint, SAPStopListener sapStopListener, java.util.Properties properties, java.lang.String sapPropName)
           
 void startListening()
           
 void stopListening()
           
 

Method Detail

init

void init(AccessPoint accessPoint,
          SAPStopListener sapStopListener,
          java.util.Properties properties,
          java.lang.String sapPropName)
          throws ConfigurationException
Throws:
ConfigurationException

startListening

void startListening()
                    throws java.io.IOException
Throws:
java.io.IOException

stopListening

void stopListening()