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 ProfileProfile.alwaysMatchProfile(package private) final ProfileLinkManager.LinkRequest.linkProfileprivate final ProfileOne2NetChannel.linkProfileThe Profile that the link used by this channel should match.private final ProfileStandardNetChannelEndFactory.linkProfileprivate ProfileLink.profileprivate ProfileLinkManager.LinkEstablishmentException.profileMethods in org.jcsp.net that return ProfileModifier and TypeMethodDescription(package private) static ProfileProfile.getAlwaysMatchProfile()static ProfileProfile.getLinkProfile(String name) Returns a link profile of a certain name from a static collection of link profiles.static ProfileProfile.getNodeProfile(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 ProfileModifier and TypeMethodDescriptionprivate LinkGet a Link to a remote PC.(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) LinkintLinkManager.LinksToNodeHolder.notifyQueuedProcesses(Profile profile, Object toSend) (package private) voidLink.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.privateLinkEstablishmentException(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 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.