Uses of Class
org.astrogrid.samp.Metadata
-
Packages that use Metadata Package Description org.astrogrid.samp Classes common to SAMP hub and client code.org.astrogrid.samp.bridge Classes for the SAMP Bridge.org.astrogrid.samp.client Classes required only for SAMP clients.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.test Classes for testing.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 Metadata in org.astrogrid.samp
Methods in org.astrogrid.samp that return Metadata Modifier and Type Method Description static Metadata
Metadata. asMetadata(java.util.Map map)
Returns a given map as a Metadata object.Metadata
Client. getMetadata()
Returns the currently declared metadata for this client, if any. -
Uses of Metadata in org.astrogrid.samp.bridge
Methods in org.astrogrid.samp.bridge that return Metadata Modifier and Type Method Description private Metadata
ProxyManager. getProxyMetadata(Client localClient)
Returns the metadata to use for the remote proxy of a local client. -
Uses of Metadata in org.astrogrid.samp.client
Fields in org.astrogrid.samp.client declared as Metadata Modifier and Type Field Description private Metadata
ClientTracker.TrackedClient. metadata_
private Metadata
HubConnector. metadata_
Methods in org.astrogrid.samp.client that return Metadata Modifier and Type Method Description Metadata
ClientTracker.TrackedClient. getMetadata()
Metadata
HubConnection. getMetadata(java.lang.String clientId)
Returns the metadata for another registered client.Metadata
HubConnector. getMetadata()
Returns this client's own metadata. -
Uses of Metadata in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui that return Metadata Modifier and Type Method Description Metadata
WrapperHubConnection. getMetadata(java.lang.String clientId)
Methods in org.astrogrid.samp.gui with parameters of type Metadata Modifier and Type Method Description void
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
Fields in org.astrogrid.samp.hub declared as Metadata Modifier and Type Field Description private Metadata
HubClient. metadata_
Methods in org.astrogrid.samp.hub that return Metadata Modifier and Type Method Description protected Metadata
BasicHubService. getMetadata(HubClient caller, java.lang.String clientId)
Does the work for thegetMetadata
method of connections registered with this service.Metadata
HubClient. getMetadata()
Metadata
WrapperHubConnection. getMetadata(java.lang.String clientId)
-
Uses of Metadata in org.astrogrid.samp.test
Fields in org.astrogrid.samp.test declared as Metadata Modifier and Type Field Description (package private) Metadata
HubTester.WatchedClient. meta_
Current metadata object for this client.private Metadata
MessageSender.MetaClient. meta_
Methods in org.astrogrid.samp.test that return Metadata Modifier and Type Method Description static Metadata
Snooper. createDefaultMetadata()
Returns the default metadata for the Snooper client.static Metadata
HubTester.ClientWatcher. getMetadata()
Returns a suitable metadata object for this client.Metadata
MessageSender.MetaClient. getMetadata()
Constructors in org.astrogrid.samp.test with parameters of type Metadata Constructor Description MetaClient(java.lang.String id, Metadata meta)
Constructor which uses supplied metadata.Snooper(ClientProfile profile, Subscriptions subs, Metadata meta, java.io.OutputStream out, int autoSec)
Constructor using custom metadata. -
Uses of Metadata in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web that return Metadata Modifier and Type Method Description Metadata
UrlTrackerHubConnection. getMetadata(java.lang.String clientId)
-
Uses of Metadata in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return Metadata Modifier and Type Method Description Metadata
XmlRpcHubConnection. getMetadata(java.lang.String clientId)
-