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.
|
Modifier and Type | Class and Description |
---|---|
class |
GuiHubService
BasicHubService subclass which provides a GUI window displaying hub
status as well as the basic hub services.
|
class |
MessageTrackerHubService
GuiHubService subclass which additionally keeps track of which messages
have been sent and received, and can provide a graphical display of these.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicHubService
HubService implementation.
|
class |
FacadeHubService
HubService that provides hub functionality by accessing an existing
hub service.
|
Modifier and Type | Method and Description |
---|---|
HubService |
Hub.getHubService()
Returns the hub service associated with this hub.
|
Constructor and Description |
---|
Hub(HubService service)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
HubService |
HubRunner.getHub()
Deprecated.
Returns the HubService object used by this runner.
|
Constructor and Description |
---|
HubRunner(SampXmlRpcClientFactory xClientFactory,
SampXmlRpcServerFactory xServerFactory,
HubService hub,
File lockfile)
Deprecated.
Constructor.
|
Copyright © 2008–2024. All rights reserved.