Uses of Class
org.jcsp.net.Profile
Packages that use Profile
-
Uses of Profile in org.jcsp.net
Fields in org.jcsp.net declared as ProfileModifier and TypeFieldDescriptionprivate static Profile
Profile.alwaysMatchProfile
(package private) final Profile
LinkManager.LinkRequest.linkProfile
private final Profile
One2NetChannel.linkProfile
The Profile that the link used by this channel should match.private final Profile
StandardNetChannelEndFactory.linkProfile
private Profile
Link.profile
private Profile
LinkManager.LinkEstablishmentException.profile
Methods in org.jcsp.net that return ProfileModifier and TypeMethodDescription(package private) static Profile
Profile.getAlwaysMatchProfile()
static Profile
Profile.getLinkProfile
(String name) Returns a link profile of a certain name from a static collection of link profiles.static Profile
Profile.getNodeProfile
(String name) Returns a Node profile of a certain name from a static collection of Node profiles.(package private) Profile
Link.getProfile()
(package private) static Profile
Profile.getProtocolProfile
(ProtocolID protocolID) Methods in org.jcsp.net with parameters of type ProfileModifier and TypeMethodDescriptionprivate Link
Get a Link to a remote PC.(package private) ChannelOutput
LinkManager.getTxChannel
(NodeID target, Profile linkProfile) boolean
LinkManager.LinksToNodeHolder.joinQueue
(ChannelOutput channel, Profile profile) This method allows processes to join a queue waiting for a link to a Node (with a known NodeID) to be established.(package private) Link
int
LinkManager.LinksToNodeHolder.notifyQueuedProcesses
(Profile profile, Object toSend) (package private) void
Link.setProfile
(Profile profile) Constructors in org.jcsp.net with parameters of type ProfileModifierConstructorDescriptionAny2NetChannel
(NetChannelLocation channelLocation, boolean acknowledged, Profile linkProfile) Equivalent to the(NetChannelLocation, boolean, Profile)
constructor ofOne2NetChannel
.Any2NetChannel
(NetChannelLocation channelLocation, Profile linkProfile) Equivalent to the(NetChannelLocation, Profile)
constructor ofOne2NetChannel
.private
LinkEstablishmentException
(String msg, LinkManager.LinksToNodeHolder lh, Profile profile) (package private)
LinkRequest
(ChannelOutput replyChan, NodeID target, Profile linkProfile) One2NetChannel
(NetChannelLocation channelLocation, boolean acknowledged, Profile linkProfile) Constructor which takes the location of aNetworked
ChannelInput
to which to send data and aboolean
indicating whether or not to obtain acknowledgements.One2NetChannel
(NetChannelLocation channelLocation, Profile linkProfile) Constructor which takes the location of aNetworked
ChannelInput
to which to send data and aProfile
that any Link used should match.StandardNetChannelEndFactory
(Profile profile) Creates a factory that creates links using a given profile rather than the default one.