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 ProfileProfile. alwaysMatchProfile(package private) ProfileLinkManager.LinkRequest. linkProfileprivate ProfileOne2NetChannel. linkProfileThe Profile that the link used by this channel should match.private ProfileStandardNetChannelEndFactory. linkProfileprivate ProfileLink. profileprivate ProfileLinkManager.LinkEstablishmentException. profileMethods in org.jcsp.net that return Profile Modifier and Type Method Description (package private) static ProfileProfile. getAlwaysMatchProfile()static ProfileProfile. getLinkProfile(java.lang.String name)Returns a link profile of a certain name from a static collection of link profiles.static ProfileProfile. getNodeProfile(java.lang.String name)Returns a Node profile of a certain name from a static collection of Node profiles.(package private) ProfileLink. getProfile()(package private) static ProfileProfile. getProtocolProfile(ProtocolID protocolID)Methods in org.jcsp.net with parameters of type Profile Modifier and Type Method Description private LinkLinkManager. getLink(NodeID target, Profile linkProfile)Get a Link to a remote PC.LinkLinkManager.LinksToNodeHolder. getLink(Profile profile)(package private) ChannelOutputLinkManager. getTxChannel(NodeID target, Profile linkProfile)booleanLinkManager.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) LinkLinkFactory. makeLink(NodeID target, Profile linkProfile)intLinkManager.LinksToNodeHolder. notifyQueuedProcesses(Profile profile, java.lang.Object toSend)(package private) voidLink. 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 aNetworkedChannelInputto which to send data and abooleanindicating whether or not to obtain acknowledgements.One2NetChannel(NetChannelLocation channelLocation, Profile linkProfile)Constructor which takes the location of aNetworkedChannelInputto which to send data and aProfilethat any Link used should match.StandardNetChannelEndFactory(Profile profile)Creates a factory that creates links using a given profile rather than the default one.
-