Class NetConnectionLocation
java.lang.Object
org.jcsp.net.NetChannelLocation
org.jcsp.net.NetConnectionLocation
- All Implemented Interfaces:
Serializable, Cloneable
Instances of this class take two
NetConnectionLocation
objects. One for a connection's server channel and one for a
connection's further request channel.
Instances of this class can be used as the open channel's
NetChannelLocation object while the further request
channel's can be obtained by calling
getRequestChannelLocation().-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for NetConnectionLocation. -
Method Summary
Methods inherited from class NetChannelLocation
checkEqual, clone, equals, getChannelAddress, getChannelLabel, getChannelNodeID, getStringID, getVCN, hashCode, refresh, refreshFrom, setLocationDetails
-
Field Details
-
reqLoc
-
-
Constructor Details
-
NetConnectionLocation
public NetConnectionLocation(NetChannelLocation open, NetChannelLocation req) throws IllegalArgumentException Constructor for NetConnectionLocation.- Parameters:
other-- Throws:
IllegalArgumentException
-
-
Method Details
-
getRequestChannelLocation
-