Uses of Class
org.astrogrid.samp.xmlrpc.HubMode
Packages that use HubMode
Package
Description
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
-
Uses of HubMode in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as HubModeModifier and TypeFieldDescriptionstatic final HubModeHubMode.CLIENT_GUIDeprecated.Hub mode with a GUI representation of connected clients.static HubModeHubMode.MESSAGE_GUIDeprecated.Hub mode with a GUI representation of clients and messages.static final HubModeHubMode.NO_GUIDeprecated.Hub mode with no GUI representation of hub operations.Methods in org.astrogrid.samp.xmlrpc that return HubModeModifier and TypeMethodDescriptionstatic HubMode[]HubMode.getAvailableModes()Deprecated.Returns an array of the hub modes which can actually be used.static HubModeHubMode.getModeFromName(String name) Deprecated.Returns one of the known modes which has a name as given.Methods in org.astrogrid.samp.xmlrpc with parameters of type HubModeModifier and TypeMethodDescriptionstatic voidHubRunner.runExternalHub(HubMode hubMode) Deprecated.Static method which will attempt to start a hub running in an external JVM.static HubRunnerDeprecated.Static method which may be used to start a SAMP hub programmatically.static HubRunnerDeprecated.Static method which may be used to start a SAMP hub programmatically, with a supplied samp.secret string.