class NotNameableNetChannelLocation extends NetChannelLocation implements LocationNotCNSRegisterable
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 and Description |
|---|
NotNameableNetChannelLocation(NetChannelLocation other)
Constructor which takes another
NetChannelLocation
object to "copy". |
checkEqual, clone, equals, getChannelAddress, getChannelLabel, getChannelNodeID, getStringID, hashCode, refresh, refreshFrompublic NotNameableNetChannelLocation(NetChannelLocation other) throws java.lang.IllegalArgumentException
NetChannelLocation
object to "copy".other - java.lang.IllegalArgumentException - if super class constructor throws it.