Uses of Interface
org.astrogrid.samp.hub.HubService
-
Packages that use HubService Package Description org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes.org.astrogrid.samp.hub Classes required only for running a SAMP hub.org.astrogrid.samp.xmlrpc 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 HubService Modifier and Type Class Description class
GuiHubService
BasicHubService subclass which provides a GUI window displaying hub status as well as the basic hub services.class
MessageTrackerHubService
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 HubService Modifier and Type Class Description class
BasicHubService
HubService implementation.class
FacadeHubService
HubService that provides hub functionality by accessing an existing hub service.Fields in org.astrogrid.samp.hub declared as HubService Modifier and Type Field Description private HubService
Hub. service_
private HubService
HubServiceMode.ServiceGui. service_
Methods in org.astrogrid.samp.hub that return HubService Modifier and Type Method Description HubService
Hub. getHubService()
Returns the hub service associated with this hub.HubService
HubServiceMode.ServiceGui. getHubService()
Returns the hub service.Constructors in org.astrogrid.samp.hub with parameters of type HubService Constructor Description Hub(HubService service)
Constructor. -
Uses of HubService in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as HubService Modifier and Type Field Description private HubService
HubRunner. hub_
Deprecated.Methods in org.astrogrid.samp.xmlrpc that return HubService Modifier and Type Method Description (package private) HubService
HubMode.BrokenHubMode. createHubService(java.util.Random random, HubRunner[] runners)
(package private) abstract HubService
HubMode. createHubService(java.util.Random random, HubRunner[] runners)
Deprecated.Returns a new HubService object.HubService
HubRunner. getHub()
Deprecated.Returns the HubService object used by this runner.Constructors in org.astrogrid.samp.xmlrpc with parameters of type HubService Constructor Description HubRunner(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory, HubService hub, java.io.File lockfile)
Deprecated.Constructor.
-