org.openiec61850.server.scsm
Interface SCSMServerSAP

All Known Implementing Classes:
MMSServerSAP

public interface SCSMServerSAP


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

Method Detail

init

void init(ServerACSI serverACSI,
          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()