Uses of Interface
uk.org.ogsadai.activity.xmldb.commands.CommandContext

Packages that use CommandContext
uk.org.ogsadai.activity.xmldb.commands Contains a command interface and various implementations for use by the XML database activities. 
 

Uses of CommandContext in uk.org.ogsadai.activity.xmldb.commands
 

Classes in uk.org.ogsadai.activity.xmldb.commands that implement CommandContext
 class CommandContextImpl
          A simple CommandContext for use from the CommandActivity.
 

Methods in uk.org.ogsadai.activity.xmldb.commands with parameters of type CommandContext
 void CreateResourceCommand.execute(CommandContext context)
           
 void ListCollectionsCommand.execute(CommandContext context)
           
 void RemoveCollectionCommand.execute(CommandContext context)
           
 void ListResourcesCommand.execute(CommandContext context)
           
 void RemoveResourceCommand.execute(CommandContext context)
           
 void Command.execute(CommandContext context)
          Executes this command using the specified context.
 void CreateCollectionCommand.execute(CommandContext context)