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.web |
Classes relating to the SAMP Web Profile.
|
org.astrogrid.samp.xmlrpc |
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
|
Modifier and Type | Method and Description |
---|---|
HubClient |
MessageTrackerHubService.createClient(String publicId,
ProfileToken ptoken) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigHubProfile
Marks a HubProfile that can also provide GUI-based configuration.
|
interface |
HubProfile
Defines a hub profile.
|
Modifier and Type | Method and Description |
---|---|
ProfileToken |
HubClient.getProfileToken()
Returns a token identifying the source of this client's connection
to the hub.
|
Modifier and Type | Method and Description |
---|---|
protected HubClient |
BasicHubService.createClient(String publicId,
ProfileToken ptoken)
Factory method used to create all the client objects which will
be used by this hub service.
|
void |
FacadeHubService.disconnectAll(ProfileToken profileToken) |
void |
HubService.disconnectAll(ProfileToken profileToken)
Forcibly terminates any connections created by a previous call of
HubService.register(org.astrogrid.samp.hub.ProfileToken)
with a particular profileToken . |
void |
BasicHubService.disconnectAll(ProfileToken profileToken) |
HubConnection |
FacadeHubService.register(ProfileToken profileToken) |
HubConnection |
HubService.register(ProfileToken profileToken)
Creates a new connection to this hub service, thereby initiating
a new registered client.
|
HubConnection |
BasicHubService.register(ProfileToken ptoken) |
Constructor and Description |
---|
HubClient(String publicId,
ProfileToken profileToken)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
WebHubProfile
HubProfile implementation for Web Profile.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardHubProfile
HubProfile implementation for the SAMP Standard Profile.
|
Copyright © 2008–2024. All rights reserved.