Uses of Class
eu.xtreemos.xosd.client.ParsedCommand

Packages that use ParsedCommand
eu.xtreemos.xati.API   
eu.xtreemos.xosd.resmng   
eu.xtreemos.xosd.services   
eu.xtreemos.xosd.utilities.resmng   
 

Uses of ParsedCommand in eu.xtreemos.xati.API
 

Methods in eu.xtreemos.xati.API with parameters of type ParsedCommand
static java.util.ArrayList<CommunicationAddress> XResMng.getResourcesFromParsedCommand(ParsedCommand __command)
           
 

Uses of ParsedCommand in eu.xtreemos.xosd.resmng
 

Fields in eu.xtreemos.xosd.resmng declared as ParsedCommand
 ParsedCommand ResMngStorage.parsedCommand
          Input from the XConsole.
 

Methods in eu.xtreemos.xosd.resmng with parameters of type ParsedCommand
 java.util.ArrayList<CommunicationAddress> ResMng.getResourcesFromParsedCommand(ParsedCommand command)
           
 

Uses of ParsedCommand in eu.xtreemos.xosd.services
 

Methods in eu.xtreemos.xosd.services with parameters of type ParsedCommand
 void SResMng.getResourcesFromParsedCommand(ParsedCommand __command)
           
 void SResMng.getResourcesFromParsedCommand(ParsedCommand __command, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void SResMng.getResourcesFromParsedCommand(ParsedCommand __command, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 

Uses of ParsedCommand in eu.xtreemos.xosd.utilities.resmng
 

Methods in eu.xtreemos.xosd.utilities.resmng with parameters of type ParsedCommand
static IConditionTreeNode ConditionTreeBuilder.buildTree(ParsedCommand xconsoleCommand)