public class Lock extends Object implements org.apache.commons.chain.Command
Node| Constructor and Description |
|---|
Lock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getDeepKey() |
String |
getPathKey() |
String |
getSessionScopedKey() |
void |
setDeepKey(String deepKey) |
void |
setPathKey(String srcPathKey) |
void |
setSessionScopedKey(String sessionScopedKey) |
public boolean execute(org.apache.commons.chain.Context ctx)
throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getDeepKey()
public void setDeepKey(String deepKey)
deepKey - deep key to setpublic String getSessionScopedKey()
public void setSessionScopedKey(String sessionScopedKey)
sessionScopedKey - the session scoped key to setpublic String getPathKey()
public void setPathKey(String srcPathKey)
srcPathKey - the source path key to setCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.