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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private Metadata |
ProxyManager.getProxyMetadata(Client localClient)
Returns the metadata to use for the remote proxy of a local client.
|
Modifier and Type | Field and Description |
---|---|
private Metadata |
ClientTracker.TrackedClient.metadata_ |
private Metadata |
HubConnector.metadata_ |
Modifier and Type | Method and Description |
---|---|
Metadata |
ClientTracker.TrackedClient.getMetadata() |
Metadata |
HubConnector.getMetadata()
Returns this client's own metadata.
|
Metadata |
HubConnection.getMetadata(java.lang.String clientId)
Returns the metadata for another registered client.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
WrapperHubConnection.getMetadata(java.lang.String clientId) |
Modifier and Type | Method and Description |
---|---|
void |
ClientPanel.setMetadata(Metadata meta)
Updates this component's metadata panel to display the current state
of a given metadata object.
|
Modifier and Type | Field and Description |
---|---|
private Metadata |
HubClient.metadata_ |
Modifier and Type | Method and Description |
---|---|
Metadata |
HubClient.getMetadata() |
protected Metadata |
BasicHubService.getMetadata(HubClient caller,
java.lang.String clientId)
Does the work for the
getMetadata method of connections
registered with this service. |
Metadata |
WrapperHubConnection.getMetadata(java.lang.String clientId) |
Modifier and Type | Field and Description |
---|---|
private Metadata |
MessageSender.MetaClient.meta_ |
(package private) Metadata |
HubTester.WatchedClient.meta_
Current metadata object for this client.
|
Modifier and Type | Method and Description |
---|---|
static Metadata |
Snooper.createDefaultMetadata()
Returns the default metadata for the Snooper client.
|
Metadata |
MessageSender.MetaClient.getMetadata() |
static Metadata |
HubTester.ClientWatcher.getMetadata()
Returns a suitable metadata object for this client.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
UrlTrackerHubConnection.getMetadata(java.lang.String clientId) |
Modifier and Type | Method and Description |
---|---|
Metadata |
XmlRpcHubConnection.getMetadata(java.lang.String clientId) |