Uses of Class
org.ow2.orchestra.facade.data.runtime.PendingMessageData

Packages that use PendingMessageData
org.ow2.orchestra.facade   
org.ow2.orchestra.facade.rest   
 

Uses of PendingMessageData in org.ow2.orchestra.facade
 

Methods in org.ow2.orchestra.facade that return types with arguments of type PendingMessageData
 List<PendingMessageData> InstanceManagementAPI.getPendingMessages()
          Get the list of messages received by the engine but not yet associated with any execution.
 

Methods in org.ow2.orchestra.facade with parameters of type PendingMessageData
 void InstanceManagementAPI.removePendingMessage(PendingMessageData message)
          Remove the message from the list of messages received by the engine but not yet associated with any execution.
 

Uses of PendingMessageData in org.ow2.orchestra.facade.rest
 

Methods in org.ow2.orchestra.facade.rest that return types with arguments of type PendingMessageData
 CollectionWrapper<PendingMessageData> JaxRSInstanceManagementAPI.getPendingMessages()
           
 

Methods in org.ow2.orchestra.facade.rest with parameters of type PendingMessageData
 void JaxRSInstanceManagementAPI.removePendingMessage(PendingMessageData message)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.