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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class de.iip_ecosphere.platform.support.net.LocalNetworkManagerImpl

    configure, getPort, getRegisteredInstances, isInUse, isInUse, obtainPort, readFrom, registerInstance, releasePort, reserveGlobalPort, reservePort, unregisterInstance, writeTo

    Methods inherited from class de.iip_ecosphere.platform.support.net.AbstractNetworkManagerImpl

    checkAddress, checkKey, getHighPort, getLowPort, getNetmask

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PersistentLocalNetworkManagerImpl

      public PersistentLocalNetworkManagerImpl()
  • Method Details

    • notifyChanged

      protected void notifyChanged()
      Overrides:
      notifyChanged in class de.iip_ecosphere.platform.support.net.LocalNetworkManagerImpl