jdbm.helper
Class ActionContext
java.lang.Object
jdbm.helper.ActionContext
public class ActionContext
- extends Object
Used to store Action specific context.
- Author:
- Apache Directory Project
ActionContext
public ActionContext()
beginAction
public void beginAction(boolean readOnly,
ActionVersioning.Version version,
String whoStarted)
endAction
public void endAction()
isReadOnlyAction
public boolean isReadOnlyAction()
isWriteAction
public boolean isWriteAction()
isActive
public boolean isActive()
getVersion
public ActionVersioning.Version getVersion()
getWhoStarted
public String getWhoStarted()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.