org.apache.jackrabbit.mk.model
Class AbstractCommit

java.lang.Object
  extended by org.apache.jackrabbit.mk.model.AbstractCommit
All Implemented Interfaces:
Commit
Direct Known Subclasses:
MutableCommit, StoredCommit

public abstract class AbstractCommit
extends Object
implements Commit


Field Summary
protected  long commitTS
           
protected  String msg
           
protected  Id parentId
           
protected  Id rootNodeId
           
 
Constructor Summary
protected AbstractCommit()
           
protected AbstractCommit(Commit other)
           
 
Method Summary
 long getCommitTS()
           
 String getMsg()
           
 Id getParentId()
           
 Id getRootNodeId()
           
 void serialize(Binding binding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootNodeId

protected Id rootNodeId

commitTS

protected long commitTS

msg

protected String msg

parentId

protected Id parentId
Constructor Detail

AbstractCommit

protected AbstractCommit()

AbstractCommit

protected AbstractCommit(Commit other)
Method Detail

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.