org.exist.xmldb.test.concurrent.action
Class RemoveAppendAction

java.lang.Object
  extended byorg.exist.xmldb.test.concurrent.action.Action
      extended byorg.exist.xmldb.test.concurrent.action.RemoveAppendAction
Direct Known Subclasses:
AttributeUpdateAction

public class RemoveAppendAction
extends Action

Removes the 10 last elements from the resource and inserts 10 new elements at the top.

Author:
wolf

Constructor Summary
RemoveAppendAction(java.lang.String collectionPath, java.lang.String resourceName, java.lang.String[] wordList)
           
 
Method Summary
 boolean execute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveAppendAction

public RemoveAppendAction(java.lang.String collectionPath,
                          java.lang.String resourceName,
                          java.lang.String[] wordList)
Method Detail

execute

public boolean execute()
                throws java.lang.Exception
Specified by:
execute in class Action
Throws:
java.lang.Exception


Copyright (C) Wolfgang Meier. All rights reserved.