Package org.jcsp.net.dynamic
Class NotNameableNetChannelLocation
java.lang.Object
org.jcsp.net.NetChannelLocation
org.jcsp.net.dynamic.NotNameableNetChannelLocation
- All Implemented Interfaces:
Serializable
,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 Summary
ConstructorsConstructorDescriptionConstructor which takes anotherNetChannelLocation
object to "copy". -
Method Summary
Methods inherited from class org.jcsp.net.NetChannelLocation
checkEqual, clone, equals, getChannelAddress, getChannelLabel, getChannelNodeID, getStringID, hashCode, refresh, refreshFrom
-
Constructor Details
-
NotNameableNetChannelLocation
Constructor which takes anotherNetChannelLocation
object to "copy".- Parameters:
other
-- Throws:
IllegalArgumentException
- if super class constructor throws it.
-