Class RefreshLock
- java.lang.Object
-
- 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 theLock
timer
-
-
Constructor Summary
Constructors Constructor Description RefreshLock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.apache.commons.chain.Context ctx)
String
getPathKey()
void
setPathKey(String srcPathKey)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
- Specified by:
execute
in interfaceorg.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
-
-