Visit Platform at http://www.platform.com

Platform Symphony 4.1 Java API Reference

Uses of Class
com.platform.symphony.soam.Message

Packages that use Message
com.platform.symphony.soam   
com.platform.symphony.symexec   
 

Uses of Message in com.platform.symphony.soam
 

Subclasses of Message in com.platform.symphony.soam
 class DefaultByteArrayMessage
          This represents a default implementation for developers requiring a convenient way to pass binary data between a client and a service without creating their own implementation.
 class DefaultTextMessage
          This represents a default implementation for developers requiring a convenient way to submit text messages without creating their own implementation.
 

Methods in com.platform.symphony.soam with parameters of type Message
 Session Connection.createSession(java.lang.String sessionName, java.lang.String sessionType, long sessionFlags, SessionCallback callback, Message commonData)
          Deprecated. As of Symphony 3.1, replaced by Connection.createSession(SessionCreationAttributes)
 void SessionContext.populateCommonData(Message commonData)
          Populates commonData with the data contained in the Message that was passed in when the Session was created.
 void TaskContext.populateTaskInput(Message inMsg)
          Populates inMsg with the task input that was passed from the client to the service.
 void TaskOutputHandle.populateTaskOutput(Message message)
          Populates message with the task result that was passed back to the client from the service.
 TaskInputHandle Session.sendTaskInput(Message taskInput)
          Delivers the provided task input message to the middleware.
 TaskInputHandle Session.sendTaskInput(Message taskInput, boolean hasPriority)
          Delivers the provided task input message to the middleware.
 void SessionCreationAttributes.setCommonData(Message commonData)
          Sets the common data.
 void SessionUpdateAttributes.setCommonData(Message commonData)
          Sets the common data.
 void TaskSubmissionAttributes.setTaskInput(Message taskInput)
          Sets the input message for the task.
 void TaskContext.setTaskOutput(Message outMsg)
          Sets the task output message that is to be sent back to the client.
 

Uses of Message in com.platform.symphony.symexec
 

Subclasses of Message in com.platform.symphony.symexec
 class ExecutionCommandContext
          This class is used to give context to the command being executed.
 class ExecutionSessionContext
          This class is used to give context to all the commands being executed within an ExecutionSession.
 


Version 4.1
Date Modified: -DREL_DATE=Nov 03 2008
Platform Computing. Accelerating Intelligence(TM).
Copyright (C) 2001-2008 Platform Computing Corporation. All rights reserved.