Uses of Class
flex.messaging.messages.CommandMessage

Packages that use CommandMessage
org.granite.clustering   
 

Uses of CommandMessage in org.granite.clustering
 

Methods in org.granite.clustering that return types with arguments of type CommandMessage
 List<CommandMessage> DistributedData.getSubscriptions(String channelId)
           
 

Methods in org.granite.clustering with parameters of type CommandMessage
 void DistributedData.addSubcription(String channelId, CommandMessage message)