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

Packages that use CouldNotStartServiceException
core   
synergynetframework.appsystem.services   
synergynetframework.appsystem.services.net.filestore   
synergynetframework.appsystem.services.net.localpresence   
synergynetframework.appsystem.services.net.netservicediscovery   
synergynetframework.appsystem.services.net.networkcontent   
synergynetframework.appsystem.services.net.tablecomms.client   
synergynetframework.appsystem.services.net.tablecomms.server   
synergynetframework.appsystem.services.net.webserver   
synergynetframework.appsystem.services.tablecontrolclient   
 

Uses of CouldNotStartServiceException in core
 

Methods in core that throw CouldNotStartServiceException
static void Server.main(java.lang.String[] args)
          The main method.
 

Uses of CouldNotStartServiceException in synergynetframework.appsystem.services
 

Methods in synergynetframework.appsystem.services that throw CouldNotStartServiceException
 SynergyNetService ServiceManager.get(java.lang.Class<? extends SynergyNetService> theClass)
          Gets the.
 

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

Methods in synergynetframework.appsystem.services.net.filestore that throw CouldNotStartServiceException
 void FileStoreServer.start()
           
 void FileStoreClient.start()
           
 

Uses of CouldNotStartServiceException in synergynetframework.appsystem.services.net.localpresence
 

Methods in synergynetframework.appsystem.services.net.localpresence that throw CouldNotStartServiceException
 void LocalPresenceAnnouncerService.start()
           
 

Uses of CouldNotStartServiceException in synergynetframework.appsystem.services.net.netservicediscovery
 

Methods in synergynetframework.appsystem.services.net.netservicediscovery that throw CouldNotStartServiceException
 void NetworkServiceDiscoveryService.start()
           
 

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

Methods in synergynetframework.appsystem.services.net.networkcontent that throw CouldNotStartServiceException
 void NetworkContentServerService.start()
           
 void NetworkContentClientService.start()
           
 

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

Methods in synergynetframework.appsystem.services.net.tablecomms.client that throw CouldNotStartServiceException
static void TableCommsClientService.main(java.lang.String[] args)
          The main method.
 void TableCommsClientService.start()
           
 

Uses of CouldNotStartServiceException in synergynetframework.appsystem.services.net.tablecomms.server
 

Methods in synergynetframework.appsystem.services.net.tablecomms.server that throw CouldNotStartServiceException
 void TableCommsServerService.start()
           
 

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

Methods in synergynetframework.appsystem.services.net.webserver that throw CouldNotStartServiceException
 void WebServerService.start()
           
 

Uses of CouldNotStartServiceException in synergynetframework.appsystem.services.tablecontrolclient
 

Methods in synergynetframework.appsystem.services.tablecontrolclient that throw CouldNotStartServiceException
 void TableControlClientService.start()