Uses of Class
synergynetframework.appsystem.services.exceptions.ServiceNotRunningException

Packages that use ServiceNotRunningException
synergynetframework.appsystem.services   
synergynetframework.appsystem.services.net.filestore   
synergynetframework.appsystem.services.net.networkcontent   
synergynetframework.appsystem.services.net.tablecomms.client   
synergynetframework.appsystem.services.net.webserver   
synergynetframework.appsystem.services.tablecontrolclient   
 

Uses of ServiceNotRunningException in synergynetframework.appsystem.services
 

Methods in synergynetframework.appsystem.services that throw ServiceNotRunningException
abstract  void SynergyNetService.stop()
          Stop.
 

Uses of ServiceNotRunningException in synergynetframework.appsystem.services.net.filestore
 

Methods in synergynetframework.appsystem.services.net.filestore that throw ServiceNotRunningException
 void FileStoreServer.stop()
           
 void FileStoreClient.stop()
           
 

Uses of ServiceNotRunningException in synergynetframework.appsystem.services.net.networkcontent
 

Methods in synergynetframework.appsystem.services.net.networkcontent that throw ServiceNotRunningException
 void NetworkContentServerService.stop()
           
 void NetworkContentClientService.stop()
           
 

Uses of ServiceNotRunningException in synergynetframework.appsystem.services.net.tablecomms.client
 

Methods in synergynetframework.appsystem.services.net.tablecomms.client that throw ServiceNotRunningException
 void TableCommsClientService.stop()
           
 

Uses of ServiceNotRunningException in synergynetframework.appsystem.services.net.webserver
 

Methods in synergynetframework.appsystem.services.net.webserver that throw ServiceNotRunningException
 void WebServerService.stop()
           
 

Uses of ServiceNotRunningException in synergynetframework.appsystem.services.tablecontrolclient
 

Methods in synergynetframework.appsystem.services.tablecontrolclient that throw ServiceNotRunningException
 void TableControlClientService.stop()