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 MetadataMetadata. asMetadata(java.util.Map map)Returns a given map as a Metadata object.MetadataClient. 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 MetadataProxyManager. 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 MetadataClientTracker.TrackedClient. metadata_private MetadataHubConnector. metadata_Methods in org.astrogrid.samp.client that return Metadata Modifier and Type Method Description MetadataClientTracker.TrackedClient. getMetadata()MetadataHubConnection. getMetadata(java.lang.String clientId)Returns the metadata for another registered client.MetadataHubConnector. 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 MetadataWrapperHubConnection. getMetadata(java.lang.String clientId)Methods in org.astrogrid.samp.gui with parameters of type Metadata Modifier and Type Method Description voidClientPanel. 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 MetadataHubClient. metadata_Methods in org.astrogrid.samp.hub that return Metadata Modifier and Type Method Description protected MetadataBasicHubService. getMetadata(HubClient caller, java.lang.String clientId)Does the work for thegetMetadatamethod of connections registered with this service.MetadataHubClient. getMetadata()MetadataWrapperHubConnection. 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) MetadataHubTester.WatchedClient. meta_Current metadata object for this client.private MetadataMessageSender.MetaClient. meta_Methods in org.astrogrid.samp.test that return Metadata Modifier and Type Method Description static MetadataSnooper. createDefaultMetadata()Returns the default metadata for the Snooper client.static MetadataHubTester.ClientWatcher. getMetadata()Returns a suitable metadata object for this client.MetadataMessageSender.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 MetadataUrlTrackerHubConnection. 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 MetadataXmlRpcHubConnection. getMetadata(java.lang.String clientId)
-