Uses of Class
org.astrogrid.samp.Message
-
Packages that use Message 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.util 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 Message in org.astrogrid.samp
Methods in org.astrogrid.samp that return Message Modifier and Type Method Description MessageMessage. addParam(java.lang.String name, java.lang.Object value)Sets the value for a single entry in this message'ssamp.paramsmap.static MessageMessage. asMessage(java.util.Map map)Returns a given map as a Message object. -
Uses of Message in org.astrogrid.samp.bridge
Methods in org.astrogrid.samp.bridge with parameters of type Message Modifier and Type Method Description private voidProxyManager.ProxyCallableClient. proxyProcessMessage(java.lang.String remoteSenderId, Message msg)Performs housekeeping tasks for an incoming message if any.voidProxyManager.ProxyCallableClient. receiveCall(java.lang.String remoteSenderId, java.lang.String remoteMsgId, Message msg)voidProxyManager.ProxyCallableClient. receiveNotification(java.lang.String remoteSenderId, Message msg) -
Uses of Message in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client with parameters of type Message Modifier and Type Method Description abstract java.util.MapAbstractMessageHandler. processCall(HubConnection connection, java.lang.String senderId, Message message)Implements message processing.java.util.MapClientTracker. processCall(HubConnection connection, java.lang.String senderId, Message message)voidAbstractMessageHandler. receiveCall(HubConnection connection, java.lang.String senderId, java.lang.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.voidCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message message)Receives a message for which a response is required.voidHubConnector.ConnectorCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message message)voidMessageHandler. receiveCall(HubConnection connection, java.lang.String senderId, java.lang.String msgId, Message message)Processes a message which does require a response.voidAbstractMessageHandler. receiveNotification(HubConnection connection, java.lang.String senderId, Message message)CallsAbstractMessageHandler.processCall(org.astrogrid.samp.client.HubConnection, java.lang.String, org.astrogrid.samp.Message)and discards the result.voidCallableClient. receiveNotification(java.lang.String senderId, Message message)Receives a message for which no response is required.voidHubConnector.ConnectorCallableClient. receiveNotification(java.lang.String senderId, Message message)voidMessageHandler. receiveNotification(HubConnection connection, java.lang.String senderId, Message message)Processes a message which does not require a response.Constructors in org.astrogrid.samp.client with parameters of type Message Constructor Description LogResultHandler(Message msg)Constructor. -
Uses of Message in org.astrogrid.samp.gui
Fields in org.astrogrid.samp.gui declared as Message Modifier and Type Field Description private MessageHubClientPopupListener.CallAction. msg_private MessageTransmission. msg_private static MessageHubClientPopupListener. PING_MSGMessage which does a ping.Methods in org.astrogrid.samp.gui that return Message Modifier and Type Method Description MessageTransmission. getMessage()Returns the message which was sent.Methods in org.astrogrid.samp.gui with parameters of type Message Modifier and Type Method Description protected ResultHandlerAbstractCallActionManager. createResultHandler(HubConnection connection, Message msg, Client[] recipients)Returns an object which will be informed of the results of a single- or multiple-recipient send as they arrive.protected voidNotifyActionManager. messageSent(HubConnection connection, Message msg, Client[] recipients)Called when a message has been sent by this object.voidMessageTrackerHubConnector.MessageTrackerCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidMessageTrackerHubService.MessageTrackerCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidMessageTrackerHubConnector.MessageTrackerCallableClient. receiveNotification(java.lang.String senderId, Message msg)voidMessageTrackerHubService.MessageTrackerCallableClient. receiveNotification(java.lang.String senderId, Message msg)Constructors in org.astrogrid.samp.gui with parameters of type Message Constructor Description CallAction(java.awt.Component parent, HubClient client, java.lang.String name, Message msg, boolean isCall)Constructor.PopupResultHandler(java.awt.Component parent, java.lang.String title, Message msg, Client[] recipients, int closeDelay)Constructor.Transmission(Client sender, Client receiver, Message msg, java.lang.String msgTag, java.lang.String msgId)Constructor. -
Uses of Message in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub with parameters of type Message Modifier and Type Method Description private voidBasicHubService. disconnect(java.lang.String[] clientIds, Message discoMsg)Forcibly disconnects a number of clients for the same reason.private voidBasicHubService. hubEvent(Message msg)Broadcast an event message to all subscribed clients.(package private) voidFacadeHubService.FacadeHubConnection. hubEvent(Message msg)Sends a given message as a notification, as if from the hub, to this connection if it is able to receive it.private voidFacadeHubService. hubEvent(Message msg)Sends a given message by notification, as if from the hub, to all the clients which have registered through this service.java.util.MapMetaQueryMessageHandler. processCall(HubConnection conn, java.lang.String senderId, Message msg)java.util.MapPingMessageHandler. processCall(HubConnection conn, java.lang.String senderId, Message msg)voidHubCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidHubClient.NoCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message message)voidHubCallableClient. receiveNotification(java.lang.String senderId, Message msg)voidHubClient.NoCallableClient. receiveNotification(java.lang.String senderId, Message message) -
Uses of Message in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test that return Message Modifier and Type Method Description MessageCalculator.CalcRequest. getMessage()Returns a Message object corresponding to this request.Methods in org.astrogrid.samp.test with parameters of type Message Modifier and Type Method Description java.util.MapMessageSender.AsynchSender. getResponses(HubConnection connection, Message msg, java.lang.String[] recipientIds)(package private) abstract java.util.MapMessageSender. getResponses(HubConnection connection, Message msg, java.lang.String[] recipientIds)Sends a message to a given list of recipients.java.util.MapMessageSender.NotifySender. getResponses(HubConnection connection, Message msg, java.lang.String[] recipientIds)java.util.MapMessageSender.SynchSender. getResponses(HubConnection connection, Message msg, java.lang.String[] recIds)private voidSnooper. log(java.lang.String senderId, Message msg, java.lang.String msgId)Logs a received message.private java.util.MapCalculator. processCall(java.lang.String senderId, Message msg)Does the work for both the receiveNotify and receiveCall methods.private java.util.MapHubTester.TestCallableClient. processCall(java.lang.String senderId, Message msg)Do the work of responding to a given SAMP message.private voidHubTester.ClientWatcher. processMessage(java.lang.String senderId, Message msg)voidCalculator. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidHubTester.ClientWatcher. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidHubTester.TestCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidMessageSender.AsynchSender.Collector. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidCalculator. receiveNotification(java.lang.String senderId, Message msg)voidHubTester.ClientWatcher. receiveNotification(java.lang.String senderId, Message msg)voidHubTester.TestCallableClient. receiveNotification(java.lang.String senderId, Message msg)voidMessageSender.AsynchSender.Collector. receiveNotification(java.lang.String senderId, Message msg)(package private) voidMessageSender. showResults(HubConnection connection, Message msg, java.lang.String[] recipientIds, java.io.PrintStream out)Sends a message to a list of recipients and displays the results on an output stream. -
Uses of Message in org.astrogrid.samp.util
Methods in org.astrogrid.samp.util that return Message Modifier and Type Method Description MessageResourceType. createMessage(java.net.URL url)Returns a Message object that will forward a given URL to SAMP clients. -
Uses of Message in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web with parameters of type Message Modifier and Type Method Description voidUrlTrackerHubConnection.UrlTrackerCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidWebCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message message)voidUrlTrackerHubConnection.UrlTrackerCallableClient. receiveNotification(java.lang.String senderId, Message msg)voidWebCallableClient. receiveNotification(java.lang.String senderId, Message message) -
Uses of Message in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc with parameters of type Message Modifier and Type Method Description voidXmlRpcCallableClient. receiveCall(java.lang.String senderId, java.lang.String msgId, Message msg)voidXmlRpcCallableClient. receiveNotification(java.lang.String senderId, Message msg)
-