Class PersistentLocalNetworkManagerImpl
java.lang.Object
de.iip_ecosphere.platform.support.net.AbstractNetworkManagerImpl
de.iip_ecosphere.platform.support.net.LocalNetworkManagerImpl
de.iip_ecosphere.platform.examples.PersistentLocalNetworkManagerImpl
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.net.NetworkManager
public class PersistentLocalNetworkManagerImpl
extends de.iip_ecosphere.platform.support.net.LocalNetworkManagerImpl
A local network manager that persists its registrations. This specialized network manager is
intended for testing only, not for production use!
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.net.LocalNetworkManagerImpl
de.iip_ecosphere.platform.support.net.LocalNetworkManagerImpl.Descriptor -
Field Summary
Fields inherited from interface de.iip_ecosphere.platform.support.net.NetworkManager
PREFIX_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.net.LocalNetworkManagerImpl
configure, getPort, getRegisteredInstances, isInUse, isInUse, obtainPort, readFrom, registerInstance, releasePort, reserveGlobalPort, reservePort, unregisterInstance, writeToMethods inherited from class de.iip_ecosphere.platform.support.net.AbstractNetworkManagerImpl
checkAddress, checkKey, getHighPort, getLowPort, getNetmask
-
Constructor Details
-
PersistentLocalNetworkManagerImpl
public PersistentLocalNetworkManagerImpl()
-
-
Method Details
-
notifyChanged
protected void notifyChanged()- Overrides:
notifyChangedin classde.iip_ecosphere.platform.support.net.LocalNetworkManagerImpl
-