Uses of Class
uk.ac.manchester.spinnaker.alloc.proxy.ProxyCore
Packages that use ProxyCore
Package
Description
The core allocation system.
SpiNNaker message proxying support code.
-
Uses of ProxyCore in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type ProxyCoreModifier and TypeMethodDescriptionvoid
SpallocAPI.Job.forgetProxy
(ProxyCore proxy) Note that a proxy has been dropped from the job and doesn't need to be remembered any more.void
SpallocAPI.Job.rememberProxy
(ProxyCore proxy) Note that a proxy has been set up for the job. -
Uses of ProxyCore in uk.ac.manchester.spinnaker.alloc.proxy
Methods in uk.ac.manchester.spinnaker.alloc.proxy with parameters of type ProxyCoreModifier and TypeMethodDescriptionprotected final void
SpinWSHandler.closed
(WebSocketSession session, ProxyCore proxy, SpallocAPI.Job job) Connection closed.protected final void
SpinWSHandler.delegateToProxy
(BinaryMessage message, ProxyCore proxy) Message was sent to us.