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 classGuiHubServiceBasicHubService subclass which provides a GUI window displaying hub status as well as the basic hub services.classMessageTrackerHubServiceGuiHubService 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 classBasicHubServiceHubService implementation.classFacadeHubServiceHubService 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 HubServiceHub. service_private HubServiceHubServiceMode.ServiceGui. service_Methods in org.astrogrid.samp.hub that return HubService Modifier and Type Method Description HubServiceHub. getHubService()Returns the hub service associated with this hub.HubServiceHubServiceMode.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 HubServiceHubRunner. hub_Deprecated.Methods in org.astrogrid.samp.xmlrpc that return HubService Modifier and Type Method Description (package private) HubServiceHubMode.BrokenHubMode. createHubService(java.util.Random random, HubRunner[] runners)(package private) abstract HubServiceHubMode. createHubService(java.util.Random random, HubRunner[] runners)Deprecated.Returns a new HubService object.HubServiceHubRunner. 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.
-