Uses of Interface
org.astrogrid.samp.hub.HubProfile
Packages that use HubProfile
Package
Description
Classes required only for running a SAMP hub.
Classes relating to the SAMP Web Profile.
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
-
Uses of HubProfile in org.astrogrid.samp.hub
Subinterfaces of HubProfile in org.astrogrid.samp.hubModifier and TypeInterfaceDescriptioninterface
Marks a HubProfile that can also provide GUI-based configuration.Methods in org.astrogrid.samp.hub that return HubProfileModifier and TypeMethodDescriptionstatic HubProfile[]
Hub.createDefaultProfiles
(boolean extra) Returns an array of default Hub Profiles.HubProfileFactory.createHubProfile
(List flagList) Creates a HubProfile perhaps configured using a supplied list of flags.Hub.getRunningProfiles()
Returns the hub profiles currently running on behalf of this hub.Methods in org.astrogrid.samp.hub with parameters of type HubProfileModifier and TypeMethodDescriptionstatic Hub
Hub.runHub
(HubServiceMode hubMode, HubProfile[] profiles, HubProfile[] extraProfiles) Starts a SAMP hub with given sets of profiles.void
Hub.startProfile
(HubProfile profile) Starts a profile running on behalf of this hub.void
Hub.stopProfile
(HubProfile profile) Stops a profile running on behalf of this hub, and disconnects all clients registered with it. -
Uses of HubProfile in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement HubProfileMethods in org.astrogrid.samp.web that return HubProfile -
Uses of HubProfile in org.astrogrid.samp.xmlrpc
Classes in org.astrogrid.samp.xmlrpc that implement HubProfileModifier and TypeClassDescriptionclass
HubProfile implementation for the SAMP Standard Profile.Methods in org.astrogrid.samp.xmlrpc that return HubProfile