Package de.mid.innovator.srv
Interface INetworkInformationService
-
- All Known Implementing Classes:
LicenseServer
public interface INetworkInformationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryServer
findServer(java.lang.String repName)
java.lang.String
getHost()
java.util.List<InoNetClient>
getInnovatorClients()
int
getPort()
java.util.List<RepositoryServer>
getServerList()
int
getVersion()
-
-
-
Method Detail
-
findServer
RepositoryServer findServer(java.lang.String repName) throws InoNetException, LicSrvErrorException
- Throws:
InoNetException
LicSrvErrorException
-
getInnovatorClients
java.util.List<InoNetClient> getInnovatorClients() throws InoNetException
- Throws:
InoNetException
-
getServerList
java.util.List<RepositoryServer> getServerList() throws InoNetException
- Throws:
InoNetException
-
getHost
java.lang.String getHost()
-
getPort
int getPort()
-
getVersion
int getVersion() throws InoNetException
- Throws:
InoNetException
-
-