Uses of Class
org.astrogrid.samp.Metadata
Packages that use Metadata
Package
Description
Classes common to SAMP hub and client code.
Classes required only for SAMP clients.
Classes required only for graphical components based on SAMP classes.
Classes required only for running a SAMP hub.
Classes for testing.
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
-
Uses of Metadata in org.astrogrid.samp
Methods in org.astrogrid.samp that return MetadataModifier and TypeMethodDescriptionstatic Metadata
Metadata.asMetadata
(Map map) Returns a given map as a Metadata object.Client.getMetadata()
Returns the currently declared metadata for this client, if any. -
Uses of Metadata in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client that return MetadataModifier and TypeMethodDescriptionHubConnection.getMetadata
(String clientId) Returns the metadata for another registered client.HubConnector.getMetadata()
Returns this client's own metadata. -
Uses of Metadata in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui with parameters of type MetadataModifier and TypeMethodDescriptionvoid
ClientPanel.setMetadata
(Metadata meta) Updates this component's metadata panel to display the current state of a given metadata object. -
Uses of Metadata in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub that return MetadataModifier and TypeMethodDescriptionprotected Metadata
BasicHubService.getMetadata
(HubClient caller, String clientId) Does the work for thegetMetadata
method of connections registered with this service.HubClient.getMetadata()
-
Uses of Metadata in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test that return MetadataModifier and TypeMethodDescriptionstatic Metadata
Snooper.createDefaultMetadata()
Returns the default metadata for the Snooper client.Constructors in org.astrogrid.samp.test with parameters of type MetadataModifierConstructorDescriptionSnooper
(ClientProfile profile, Subscriptions subs, Metadata meta, OutputStream out, int autoSec) Constructor using custom metadata. -
Uses of Metadata in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return Metadata