Uses of Interface
org.astrogrid.samp.hub.ProfileToken
Packages that use ProfileToken
Package
Description
Classes required only for graphical components based on SAMP classes.
Classes required only for running a SAMP hub.
Classes relating to the SAMP Web Profile.
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
-
Uses of ProfileToken in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui with parameters of type ProfileTokenModifier and TypeMethodDescriptionMessageTrackerHubService.createClient
(String publicId, ProfileToken ptoken) -
Uses of ProfileToken in org.astrogrid.samp.hub
Subinterfaces of ProfileToken in org.astrogrid.samp.hubModifier and TypeInterfaceDescriptioninterface
Marks a HubProfile that can also provide GUI-based configuration.interface
Defines a hub profile.Methods in org.astrogrid.samp.hub that return ProfileTokenModifier and TypeMethodDescriptionHubClient.getProfileToken()
Returns a token identifying the source of this client's connection to the hub.Methods in org.astrogrid.samp.hub with parameters of type ProfileTokenModifier and TypeMethodDescriptionprotected 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
BasicHubService.disconnectAll
(ProfileToken profileToken) void
FacadeHubService.disconnectAll
(ProfileToken profileToken) void
HubService.disconnectAll
(ProfileToken profileToken) Forcibly terminates any connections created by a previous call ofHubService.register(org.astrogrid.samp.hub.ProfileToken)
with a particularprofileToken
.BasicHubService.register
(ProfileToken ptoken) FacadeHubService.register
(ProfileToken profileToken) HubService.register
(ProfileToken profileToken) Creates a new connection to this hub service, thereby initiating a new registered client.Constructors in org.astrogrid.samp.hub with parameters of type ProfileToken -
Uses of ProfileToken in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement ProfileToken -
Uses of ProfileToken in org.astrogrid.samp.xmlrpc
Classes in org.astrogrid.samp.xmlrpc that implement ProfileTokenModifier and TypeClassDescriptionclass
HubProfile implementation for the SAMP Standard Profile.