org.apache.jackrabbit.mk.model
Class AbstractCommit
java.lang.Object
org.apache.jackrabbit.mk.model.AbstractCommit
- All Implemented Interfaces:
- Commit
- Direct Known Subclasses:
- MutableCommit, StoredCommit
public abstract class AbstractCommit
- extends Object
- implements Commit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rootNodeId
protected Id rootNodeId
commitTS
protected long commitTS
msg
protected String msg
parentId
protected Id parentId
AbstractCommit
protected AbstractCommit()
AbstractCommit
protected AbstractCommit(Commit other)
getParentId
public Id getParentId()
- Specified by:
getParentId in interface Commit
getRootNodeId
public Id getRootNodeId()
- Specified by:
getRootNodeId in interface Commit
getCommitTS
public long getCommitTS()
- Specified by:
getCommitTS in interface Commit
getMsg
public String getMsg()
- Specified by:
getMsg in interface Commit
serialize
public void serialize(Binding binding)
throws Exception
- Specified by:
serialize in interface Commit
- Throws:
Exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.