Uses of Interface
org.astrogrid.samp.hub.ProfileToken
-
Packages that use ProfileToken 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. -
-
Uses of ProfileToken in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui with parameters of type ProfileToken Modifier and Type Method Description HubClientMessageTrackerHubService. createClient(java.lang.String publicId, ProfileToken ptoken) -
Uses of ProfileToken in org.astrogrid.samp.hub
Subinterfaces of ProfileToken in org.astrogrid.samp.hub Modifier and Type Interface Description interfaceConfigHubProfileMarks a HubProfile that can also provide GUI-based configuration.interfaceHubProfileDefines a hub profile.Methods in org.astrogrid.samp.hub that return ProfileToken Modifier and Type Method Description ProfileTokenHubClient. 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 ProfileToken Modifier and Type Method Description protected HubClientBasicHubService. createClient(java.lang.String publicId, ProfileToken ptoken)Factory method used to create all the client objects which will be used by this hub service.voidBasicHubService. disconnectAll(ProfileToken profileToken)voidFacadeHubService. disconnectAll(ProfileToken profileToken)voidHubService. disconnectAll(ProfileToken profileToken)Forcibly terminates any connections created by a previous call ofHubService.register(org.astrogrid.samp.hub.ProfileToken)with a particularprofileToken.HubConnectionBasicHubService. register(ProfileToken ptoken)HubConnectionFacadeHubService. register(ProfileToken profileToken)HubConnectionHubService. 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 Constructor Description HubClient(java.lang.String publicId, ProfileToken profileToken)Constructor. -
Uses of ProfileToken in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement ProfileToken Modifier and Type Class Description classWebHubProfileHubProfile implementation for Web Profile. -
Uses of ProfileToken in org.astrogrid.samp.xmlrpc
Classes in org.astrogrid.samp.xmlrpc that implement ProfileToken Modifier and Type Class Description classStandardHubProfileHubProfile implementation for the SAMP Standard Profile.
-