Uses of Class
org.jcsp.net2.NetChannelLocation
Packages that use NetChannelLocation
-
Uses of NetChannelLocation in org.jcsp.net2
Fields in org.jcsp.net2 declared as NetChannelLocationModifier and TypeFieldDescriptionprivate final NetChannelLocationOne2NetChannel.localLocationThe local channel end locationprivate final NetChannelLocationNet2OneChannel.locationThe location of this channelprivate final NetChannelLocationOne2NetChannel.remoteLocationThe location that this channel is connected to (the input channel ends location)Methods in org.jcsp.net2 that return NetChannelLocationModifier and TypeMethodDescription(package private) NetChannelLocationOne2NetChannel.localLocation()Gets the local NetChannelLocation that represents this channel.static NetChannelLocationConverts the string form of a NetChannelLocation back into its object formMethods in org.jcsp.net2 with parameters of type NetChannelLocationModifier and TypeMethodDescriptionstatic <T> NetSharedChannelOutput<T> NetChannel.any2net(NetChannelLocation loc) Creates a new NetSharedChannelOutput connected to the input end at the given locationstatic <T> NetSharedChannelOutput<T> NetChannel.any2net(NetChannelLocation loc, int immunityLevel) Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity levelstatic <T> NetSharedChannelOutput<T> NetChannel.any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.static <T> NetSharedChannelOutput<T> NetChannel.any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messagesstatic NetSharedChannelOutputNetChannelEnd.any2net(NetChannelLocation loc) Deprecated.Creates a new NetSharedChannelOutput connected to the input end at the given locationstatic NetSharedChannelOutputNetChannelEnd.any2net(NetChannelLocation loc, int immunityLevel) Deprecated.Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity levelstatic NetSharedChannelOutputNetChannelEnd.any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.static NetSharedChannelOutputNetChannelEnd.any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T> NetChannelEndFactory.any2net(NetChannelLocation loc) Creates a new NetSharedChannelOutput connected to the input end at the given location<T> NetSharedChannelOutput<T> NetChannelEndFactory.any2net(NetChannelLocation loc, int immunityLevel) Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level<T> NetSharedChannelOutput<T> NetChannelEndFactory.any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.<T> NetSharedChannelOutput<T> NetChannelEndFactory.any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T> StandardNetChannelEndFactory.any2net(NetChannelLocation loc) Creates a new NetSharedChannelOutput connected to the input end at the given location<T> NetSharedChannelOutput<T> StandardNetChannelEndFactory.any2net(NetChannelLocation loc, int immunityLevel) Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level<T> NetSharedChannelOutput<T> StandardNetChannelEndFactory.any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.<T> NetSharedChannelOutput<T> StandardNetChannelEndFactory.any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages(package private) static <T2> Any2NetChannel<T2> Any2NetChannel.create(NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Static factory method used to create an Any2NetChannel(package private) static <T2> One2NetChannel<T2> One2NetChannel.create(NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Creates a new One2NetChannel by connecting to an already created NetChannelInputstatic NetSharedChannelOutputNetChannel.createAny2Net(NetChannelLocation loc) Deprecated.Use any2net insteadstatic NetSharedChannelOutputNetChannelEnd.createAny2Net(NetChannelLocation loc) Deprecated.Use any2net insteadStandardNetChannelEndFactory.createAny2Net(NetChannelLocation loc) Deprecated.Use any2net insteadstatic NetChannelOutputNetChannel.createOne2Net(NetChannelLocation loc) Deprecated.Use one2net insteadstatic NetChannelOutputNetChannelEnd.createOne2Net(NetChannelLocation loc) Deprecated.Use one2net insteadStandardNetChannelEndFactory.createOne2Net(NetChannelLocation loc) Deprecated.Use one2net insteadstatic <T> NetChannelOutput<T> NetChannel.one2net(NetChannelLocation loc) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocationstatic <T> NetChannelOutput<T> NetChannel.one2net(NetChannelLocation loc, int immunityLevel) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity levelstatic <T> NetChannelOutput<T> NetChannel.one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.static <T> NetChannelOutput<T> NetChannel.one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messagesstatic NetChannelOutputNetChannelEnd.one2net(NetChannelLocation loc) Deprecated.Creates a new NetChannelOutput connected to the input end with the given NetChannelLocationstatic NetChannelOutputNetChannelEnd.one2net(NetChannelLocation loc, int immunityLevel) Deprecated.Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity levelstatic NetChannelOutputNetChannelEnd.one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.static NetChannelOutputNetChannelEnd.one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages<T> NetChannelOutput<T> NetChannelEndFactory.one2net(NetChannelLocation loc) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation<T> NetChannelOutput<T> NetChannelEndFactory.one2net(NetChannelLocation loc, int immunityLevel) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level<T> NetChannelOutput<T> NetChannelEndFactory.one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.<T> NetChannelOutput<T> NetChannelEndFactory.one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages<T> NetChannelOutput<T> StandardNetChannelEndFactory.one2net(NetChannelLocation loc) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation<T> NetChannelOutput<T> StandardNetChannelEndFactory.one2net(NetChannelLocation loc, int immunityLevel) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level<T> NetChannelOutput<T> StandardNetChannelEndFactory.one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.<T> NetChannelOutput<T> StandardNetChannelEndFactory.one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messagesConstructors in org.jcsp.net2 with parameters of type NetChannelLocationModifierConstructorDescriptionprivateOne2NetChannel(AltingChannelInput ackChannel, ChannelOutput toLink, Link link, ChannelData chanData, NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Private constructor for creating a One2NetChannel. -
Uses of NetChannelLocation in org.jcsp.net2.bns
Fields in org.jcsp.net2.bns declared as NetChannelLocationModifier and TypeFieldDescription(package private) NetChannelLocationBNSMessage.serviceLocationThe location that the BNS must reply to -
Uses of NetChannelLocation in org.jcsp.net2.cns
Fields in org.jcsp.net2.cns declared as NetChannelLocationModifier and TypeFieldDescription(package private) NetChannelLocationCNSMessage.location1Location parameter.(package private) NetChannelLocationCNSMessage.location2Location parameter.Methods in org.jcsp.net2.cns that return NetChannelLocationModifier and TypeMethodDescriptionResolves a name on the CNS, retrieving the NetChannelLocation for the channel -
Uses of NetChannelLocation in org.jcsp.net2.mobile
Fields in org.jcsp.net2.mobile declared as NetChannelLocationModifier and TypeFieldDescriptionprivate final NetChannelLocationMessageBox.inputEndLoc(package private) NetChannelLocationMobileChannelMessage.inputLocationprivate NetChannelLocationMobileChannelInput.messageBoxLocprivate NetChannelLocationMobileChannelOutput.msgBoxLocationprivate NetChannelLocationMobileChannelInput.msgBoxReqLoc(package private) final NetChannelLocationDynamicClassLoaderMessage.requestLocation(package private) final NetChannelLocationClassRequest.returnLocationConstructors in org.jcsp.net2.mobile with parameters of type NetChannelLocationModifierConstructorDescription(package private)ClassRequest(NodeID originator, String name, NetChannelLocation response) (package private)DynamicClassLoader(NodeID originator, NetChannelLocation requestLocation) (package private)DynamicClassLoaderMessage(NodeID originator, NetChannelLocation request, byte[] classData)