de.mid.innovator.srv
Interface INetworkInformationService

All Known Implementing Classes:
LicenseServer

public interface INetworkInformationService


Method Summary
 RepositoryServer findServer(String repName)
           
 String getHost()
           
 List<InoNetClient> getInnovatorClients()
           
 int getPort()
           
 List<RepositoryServer> getServerList()
           
 int getVersion()
           
 

Method Detail

findServer

RepositoryServer findServer(String repName)
                            throws InoNetException,
                                   LicSrvErrorException
Throws:
InoNetException
LicSrvErrorException

getHost

String getHost()

getInnovatorClients

List<InoNetClient> getInnovatorClients()
                                       throws InoNetException
Throws:
InoNetException

getPort

int getPort()

getServerList

List<RepositoryServer> getServerList()
                                     throws InoNetException
Throws:
InoNetException

getVersion

int getVersion()
               throws InoNetException
Throws:
InoNetException