Packagecom.exadel.flamingo.flex.components.flamingo
Classpublic dynamic class SeamOperation
InheritanceSeamOperation Inheritance mx.rpc.remoting.mxml.Operation

Operation that passes the conversationId in the header. The conversation id is retrieved from the passed in SeamRemoteObject.



Public Methods
 MethodDefined by
  
SeamOperation(service:SeamRemoteObject = null, name:String = null)
Constructor used to setup the onResult event so that the conversationId can be retrieved.
SeamOperation
  
onResult(event:ResultEvent):void
Retrives conversationId from result of invocation and store it in SeamRemoteObject.
SeamOperation
Public Constants
 ConstantDefined by
  CONVERSATION_TAG : String = "conversationId"
SeamOperation
Constructor detail
SeamOperation()constructor
public function SeamOperation(service:SeamRemoteObject = null, name:String = null)

Constructor used to setup the onResult event so that the conversationId can be retrieved.

Parameters
service:SeamRemoteObject (default = null) — SeamRemoteObject
 
name:String (default = null) — Name of service
Method detail
onResult()method
public function onResult(event:ResultEvent):void

Retrives conversationId from result of invocation and store it in SeamRemoteObject.

Parameters
event:ResultEvent — ResultEvent
Constant detail
CONVERSATION_TAGconstant
public const CONVERSATION_TAG:String = "conversationId"