Uses of Class
org.jcsp.net.Profile
-
Packages that use Profile Package Description org.jcsp.net This is main package for JCSP.NET. -
-
Uses of Profile in org.jcsp.net
Fields in org.jcsp.net declared as Profile Modifier and Type Field Description private static Profile
Profile. alwaysMatchProfile
(package private) Profile
LinkManager.LinkRequest. linkProfile
private Profile
One2NetChannel. linkProfile
The Profile that the link used by this channel should match.private Profile
StandardNetChannelEndFactory. linkProfile
private Profile
Link. profile
private Profile
LinkManager.LinkEstablishmentException. profile
Methods in org.jcsp.net that return Profile Modifier and Type Method Description (package private) static Profile
Profile. getAlwaysMatchProfile()
static Profile
Profile. getLinkProfile(java.lang.String name)
Returns a link profile of a certain name from a static collection of link profiles.static Profile
Profile. getNodeProfile(java.lang.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 Profile Modifier and Type Method Description private Link
LinkManager. getLink(NodeID target, Profile linkProfile)
Get a Link to a remote PC.Link
LinkManager.LinksToNodeHolder. getLink(Profile profile)
(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
LinkFactory. makeLink(NodeID target, Profile linkProfile)
int
LinkManager.LinksToNodeHolder. notifyQueuedProcesses(Profile profile, java.lang.Object toSend)
(package private) void
Link. setProfile(Profile profile)
Constructors in org.jcsp.net with parameters of type Profile Constructor Description Any2NetChannel(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
.LinkEstablishmentException(java.lang.String msg, LinkManager.LinksToNodeHolder lh, Profile profile)
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.
-