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 RepositoryServerfindServer(java.lang.String repName)java.lang.StringgetHost()java.util.List<InoNetClient>getInnovatorClients()intgetPort()java.util.List<RepositoryServer>getServerList()intgetVersion()
-
-
-
Method Detail
-
findServer
RepositoryServer findServer(java.lang.String repName) throws InoNetException, LicSrvErrorException
- Throws:
InoNetExceptionLicSrvErrorException
-
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
-
-