Uses of Class
org.astrogrid.samp.xmlrpc.HubMode
-
Packages that use HubMode Package Description org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of HubMode in org.astrogrid.samp.xmlrpc
Subclasses of HubMode in org.astrogrid.samp.xmlrpc Modifier and Type Class Description private static classHubMode.BrokenHubModeDeprecated.HubMode implemenetation for modes which cannot be used because they rely on classes unavailable at runtime.Fields in org.astrogrid.samp.xmlrpc declared as HubMode Modifier and Type Field Description static HubModeHubMode. CLIENT_GUIDeprecated.Hub mode with a GUI representation of connected clients.private static HubMode[]HubMode. KNOWN_MODESDeprecated.Array of available hub modes.static HubModeHubMode. MESSAGE_GUIDeprecated.Hub mode with a GUI representation of clients and messages.static HubModeHubMode. NO_GUIDeprecated.Hub mode with no GUI representation of hub operations.Methods in org.astrogrid.samp.xmlrpc that return HubMode Modifier and Type Method Description private static HubModeHubMode. createBasicHubMode(java.lang.String name)Deprecated.Constructs a mode for BasicHubService.private static HubModeHubMode. createGuiHubMode(java.lang.String name)Deprecated.Constructs a mode for GuiHubService.private static HubModeHubMode. createMessageTrackerHubMode(java.lang.String name)Deprecated.Constructs a mode for MessageTrackerHubService.static HubMode[]HubMode. getAvailableModes()Deprecated.Returns an array of the hub modes which can actually be used.static HubModeHubMode. getModeFromName(java.lang.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 HubMode Modifier and Type Method Description static voidHubRunner. runExternalHub(HubMode hubMode)Deprecated.Static method which will attempt to start a hub running in an external JVM.static HubRunnerHubRunner. runHub(HubMode hubMode, XmlRpcKit xmlrpc)Deprecated.Static method which may be used to start a SAMP hub programmatically.static HubRunnerHubRunner. runHub(HubMode hubMode, XmlRpcKit xmlrpc, java.lang.String secret, java.io.File lockfile)Deprecated.Static method which may be used to start a SAMP hub programmatically, with a supplied samp.secret string.
-