org.openiec61850.server
Class StandaloneServer

java.lang.Object
  extended by org.openiec61850.server.StandaloneServer
All Implemented Interfaces:
SAPStopListener

public class StandaloneServer
extends java.lang.Object
implements SAPStopListener


Constructor Summary
StandaloneServer(java.lang.String propFilePath)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void serverStoppedListening(SCSMServerSAP scsmServerSAP)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneServer

public StandaloneServer(java.lang.String propFilePath)
                 throws java.io.IOException,
                        ConfigurationException
Throws:
java.io.IOException
ConfigurationException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        ConfigurationException
Throws:
java.io.IOException
ConfigurationException

serverStoppedListening

public void serverStoppedListening(SCSMServerSAP scsmServerSAP)
Specified by:
serverStoppedListening in interface SAPStopListener