Class RemoveLockToken
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.lock.RemoveLockToken
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class RemoveLockToken extends Object implements org.apache.commons.chain.Command
Remove the givenLock
token to the currentSession
-
-
Constructor Summary
Constructors Constructor Description RemoveLockToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.apache.commons.chain.Context ctx)
String
getTokenKey()
void
setTokenKey(String tokenKey)
-
-
-
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
-
getTokenKey
public String getTokenKey()
- Returns:
- the token key
-
setTokenKey
public void setTokenKey(String tokenKey)
- Parameters:
tokenKey
- the token key to set
-
-