Uses of Class
org.astrogrid.samp.client.SampException
Packages that use SampException
Package
Description
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 the SAMP Web Profile.
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
-
Uses of SampException in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client that throw SampExceptionModifier and TypeMethodDescriptionSends a message to a given client expecting a response.void
HubConnector.call
(String recipientId, Map msg, ResultHandler resultHandler, int timeout) Sends a message asynchronously to a single client, making a callback on a supplied ResultHandler object when the result arrives.Sends a message to all subscribed clients expecting responses.void
HubConnector.callAll
(Map msg, ResultHandler resultHandler, int timeout) Sends a message asynchronously to all subscribed clients, making callbacks on a supplied ResultHandler object when the results arrive.HubConnection.callAndWait
(String recipientId, Map msg, int timeout) Sends a message synchronously to a client, waiting for the response.HubConnector.callAndWait
(String recipientId, Map msg, int timeout) Sends a message synchronously to a client, waiting for the response.void
HubConnector.configureConnection
(HubConnection connection) Configures a connection with a hub in accordance with the state of this object.protected HubConnection
HubConnector.createConnection()
Invoked by this class to create a hub connection.void
HubConnection.declareMetadata
(Map meta) Declares this registered client's metadata.void
HubConnection.declareSubscriptions
(Map subs) Declares this registered client's MType subscriptions.HubConnector.getConnection()
If necessary attempts to acquire, and returns, a connection to a running hub.HubConnection.getMetadata
(String clientId) Returns the metadata for another registered client.String[]
HubConnection.getRegisteredClients()
Returns the list of client public IDs for those clients currently registered.HubConnection.getSubscribedClients
(String mtype) Returns a map of subscriptions for a given MType.HubConnection.getSubscriptions
(String clientId) Returns the subscriptions for another registered client.void
Sends a message to a given client without wanting a response.Sends a message to all subscribed clients without wanting a response.void
HubConnection.ping()
Tests whether the connection is currently open.void
AbstractMessageHandler.receiveCall
(HubConnection connection, String senderId, String msgId, Message message) CallsAbstractMessageHandler.processCall(org.astrogrid.samp.client.HubConnection, java.lang.String, org.astrogrid.samp.Message)
, generates a response from the result usingAbstractMessageHandler.createResponse(java.util.Map)
, and sends the resulting response as a reply to the hub.ClientProfile.register()
Attempts to register with a SAMP hub and return a corresponding connection object.void
Supplies a response to a previously received message.void
HubConnection.setCallable
(CallableClient callable) Tells the hub how it can perform callbacks on the client by providing a CallableClient object.void
HubConnection.unregister()
Unregisters the client and terminates this connection. -
Uses of SampException in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui that throw SampExceptionModifier and TypeMethodDescriptionprotected HubConnection
MessageTrackerHubConnector.createConnection()
protected void
GuiHubService.declareMetadata
(HubClient caller, Map meta) protected void
GuiHubService.declareSubscriptions
(HubClient caller, Map subscriptions) protected void
-
Uses of SampException in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub that throw SampExceptionModifier and TypeMethodDescriptionprotected String
Does the work for thecall
method of connections registered with this service.protected Map
Does the work for thecall
method of connections registered with this service.protected Response
BasicHubService.callAndWait
(HubClient caller, String recipientId, Map message, int timeout) Does the work for thecallAndWait
method of connections registered with this service.protected void
BasicHubService.declareMetadata
(HubClient caller, Map meta) Does the work for thedeclareMetadata
method of connections registered with this service.protected void
BasicHubService.declareSubscriptions
(HubClient caller, Map subscriptions) Does the work for thedeclareSubscriptions
method of connections registered with this service.protected Metadata
BasicHubService.getMetadata
(HubClient caller, String clientId) Does the work for thegetMetadata
method of connections registered with this service.protected String[]
BasicHubService.getRegisteredClients
(HubClient caller) Does the work for thegetRegisteredClients
method of connections registered with this service.protected Map
BasicHubService.getSubscribedClients
(HubClient caller, String mtype) Does the work for thegetSubscribedClients
method of connections registered with this service.protected Subscriptions
BasicHubService.getSubscriptions
(HubClient caller, String clientId) Does the work for thegetSubscriptions
method of connections registered with this service.protected void
Does the work for thenotify
method of connections registered with this service.protected List
Does the work for thenotifyAll
method of connections registered with this service.BasicHubService.register
(ProfileToken ptoken) FacadeHubService.register
(ProfileToken profileToken) HubService.register
(ProfileToken profileToken) Creates a new connection to this hub service, thereby initiating a new registered client.protected void
Does the work for thereply
method of connections registered with this service.protected void
BasicHubService.setCallable
(HubClient caller, CallableClient callable) Does the work for thesetCallable
method of connections registered with this service.protected void
BasicHubService.unregister
(HubClient caller) Does the work for theunregister
method of conections registered with this service. -
Uses of SampException in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test that throw SampExceptionModifier and TypeMethodDescriptionvoid
Calculator.receiveCall
(String senderId, String msgId, Message msg) void
Calculator.sendMessage
(String receiverId, Calculator.SendMode mode) Sends a randomly generated message in a randomly generated way to a given receiver.Constructors in org.astrogrid.samp.test that throw SampException -
Uses of SampException in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web that throw SampExceptionModifier and TypeMethodDescriptionvoid
ClientAuthorizer.authorize
(HttpServer.Request request, Map securityMap) Indicates whether an HTTP request representing an otherwise unauthorized connection attempt will be permitted access to sensitive system resources.void
ExtremeSwingClientAuthorizer.authorize
(HttpServer.Request request, Map securityMap) void
HubSwingClientAuthorizer.authorize
(HttpServer.Request request, Map securityMap) CredentialPresenter.createPresentation
(HttpServer.Request request, Map securityMap, AuthResourceBundle.Content authContent) Returns an object which contains user-directed credential messages, given available information from the registration request.WebCredentialPresenter.createPresentation
(HttpServer.Request request, Map securityMap, AuthResourceBundle.Content authContent) static String
ClientAuthorizers.getAppName
(Map securityMap) Returns the mandatory application name entry from the security map supplied explicitly by clients wishing to register.WebClientProfile.register()
-
Uses of SampException in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that throw SampExceptionModifier and TypeMethodDescriptionXmlRpcHubConnection.callAndWait
(String recipientId, Map msg, int timeout) void
XmlRpcHubConnection.declareMetadata
(Map meta) void
XmlRpcHubConnection.declareSubscriptions
(Map subs) Makes an XML-RPC call to the SAMP hub represented by this connection.XmlRpcHubConnection.getMetadata
(String clientId) String[]
XmlRpcHubConnection.getRegisteredClients()
XmlRpcHubConnection.getSubscribedClients
(String mtype) XmlRpcHubConnection.getSubscriptions
(String clientId) void
void
XmlRpcHubConnection.ping()
Actually makes an XML-RPC call to the SAMP hub represented by this connection.StandardClientProfile.register()
void
void
XmlRpcHubConnection.unregister()
Constructors in org.astrogrid.samp.xmlrpc that throw SampExceptionModifierConstructorDescriptionXmlRpcHubConnection
(SampXmlRpcClient xClient, String prefix, List registerArgs) Constructor.