Uses of Interface
org.astrogrid.samp.hub.HubService
Packages that use HubService
Package
Description
Classes required only for graphical components based on SAMP classes.
Classes required only for running a SAMP hub.
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
-
Uses of HubService in org.astrogrid.samp.gui
Classes in org.astrogrid.samp.gui that implement HubServiceModifier and TypeClassDescriptionclass
BasicHubService subclass which provides a GUI window displaying hub status as well as the basic hub services.class
GuiHubService subclass which additionally keeps track of which messages have been sent and received, and can provide a graphical display of these. -
Uses of HubService in org.astrogrid.samp.hub
Classes in org.astrogrid.samp.hub that implement HubServiceModifier and TypeClassDescriptionclass
HubService implementation.class
HubService that provides hub functionality by accessing an existing hub service.Methods in org.astrogrid.samp.hub that return HubServiceModifier and TypeMethodDescriptionHub.getHubService()
Returns the hub service associated with this hub.Constructors in org.astrogrid.samp.hub with parameters of type HubService -
Uses of HubService in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return HubServiceModifier and TypeMethodDescriptionHubRunner.getHub()
Deprecated.Returns the HubService object used by this runner.Constructors in org.astrogrid.samp.xmlrpc with parameters of type HubServiceModifierConstructorDescriptionHubRunner
(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory, HubService hub, File lockfile) Deprecated.Constructor.