org.apache.jackrabbit.standalone.cli.lock
Class RefreshLock

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.lock.RefreshLock
All Implemented Interfaces:
org.apache.commons.chain.Command

public class RefreshLock
extends Object
implements org.apache.commons.chain.Command

Reset the Lock timer


Constructor Summary
RefreshLock()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getPathKey()
           
 void setPathKey(String srcPathKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshLock

public RefreshLock()
Method Detail

execute

public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception

Specified by:
execute in interface org.apache.commons.chain.Command
Throws:
Exception

getPathKey

public String getPathKey()
Returns:
the source path key

setPathKey

public void setPathKey(String srcPathKey)
Parameters:
srcPathKey - the source path key to set


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.