Package | Description |
---|---|
org.astrogrid.samp.xmlrpc |
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
|
Modifier and Type | Class and Description |
---|---|
private static class |
HubMode.BrokenHubMode
Deprecated.
HubMode implemenetation for modes which cannot be used because they
rely on classes unavailable at runtime.
|
Modifier and Type | Field and Description |
---|---|
static HubMode |
HubMode.CLIENT_GUI
Deprecated.
Hub mode with a GUI representation of connected clients.
|
private static HubMode[] |
HubMode.KNOWN_MODES
Deprecated.
Array of available hub modes.
|
static HubMode |
HubMode.MESSAGE_GUI
Deprecated.
Hub mode with a GUI representation of clients and messages.
|
static HubMode |
HubMode.NO_GUI
Deprecated.
Hub mode with no GUI representation of hub operations.
|
Modifier and Type | Method and Description |
---|---|
private static HubMode |
HubMode.createBasicHubMode(java.lang.String name)
Deprecated.
Constructs a mode for BasicHubService.
|
private static HubMode |
HubMode.createGuiHubMode(java.lang.String name)
Deprecated.
Constructs a mode for GuiHubService.
|
private static HubMode |
HubMode.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 HubMode |
HubMode.getModeFromName(java.lang.String name)
Deprecated.
Returns one of the known modes which has a name as given.
|
Modifier and Type | Method and Description |
---|---|
static void |
HubRunner.runExternalHub(HubMode hubMode)
Deprecated.
Static method which will attempt to start a hub running in
an external JVM.
|
static HubRunner |
HubRunner.runHub(HubMode hubMode,
XmlRpcKit xmlrpc)
Deprecated.
Static method which may be used to start a SAMP hub programmatically.
|
static HubRunner |
HubRunner.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.
|