Class NotNameableNetChannelLocation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, LocationNotCNSRegisterable

    class NotNameableNetChannelLocation
    extends NetChannelLocation
    implements LocationNotCNSRegisterable
    Instances of this class take another NetChannelLocation object and effectivly "clone" its attributes. The CNS will not register channels at these locations due to this class implementing the LocationNotCNSRegisterable interface.
    • Constructor Detail

      • NotNameableNetChannelLocation

        public NotNameableNetChannelLocation​(NetChannelLocation other)
                                      throws java.lang.IllegalArgumentException
        Constructor which takes another NetChannelLocation object to "copy".
        Parameters:
        other -
        Throws:
        java.lang.IllegalArgumentException - if super class constructor throws it.