Uses of Class
flex.messaging.messages.CommandMessage

Packages that use CommandMessage
org.granite.clustering   
org.granite.gravity   
org.granite.gravity.adapters   
org.granite.gravity.gae   
org.granite.messaging.amf.process   
 

Uses of CommandMessage in org.granite.clustering
 

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

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

Uses of CommandMessage in org.granite.gravity
 

Methods in org.granite.gravity that return CommandMessage
static CommandMessage AbstractGravityServlet.getConnectMessage(HttpServletRequest request)
           
static CommandMessage GravityServletUtil.getConnectMessage(HttpServletRequest request)
           
 

Uses of CommandMessage in org.granite.gravity.adapters
 

Methods in org.granite.gravity.adapters with parameters of type CommandMessage
 Object JMSServiceAdapter.manage(Channel fromChannel, CommandMessage message)
           
abstract  Object ServiceAdapter.manage(Channel fromClient, CommandMessage message)
           
 Object SimpleServiceAdapter.manage(Channel fromChannel, CommandMessage message)
           
 void JMSClient.subscribe(CommandMessage message)
           
 void JMSClient.unsubscribe(CommandMessage message)
           
 

Uses of CommandMessage in org.granite.gravity.gae
 

Methods in org.granite.gravity.gae with parameters of type CommandMessage
 Object GAEServiceAdapter.manage(Channel fromChannel, CommandMessage message)
           
 

Uses of CommandMessage in org.granite.messaging.amf.process
 

Methods in org.granite.messaging.amf.process with parameters of type CommandMessage
static Message AMF3MessageProcessor.processCommandMessage(CommandMessage request)