org.apache.jackrabbit.mk.model
Interface Commit

All Known Implementing Classes:
AbstractCommit, MutableCommit, StoredCommit

public interface Commit


Method Summary
 long getCommitTS()
           
 String getMsg()
           
 Id getParentId()
           
 Id getRootNodeId()
           
 void serialize(Binding binding)
           
 

Method Detail

getRootNodeId

Id getRootNodeId()

getParentId

Id getParentId()

getCommitTS

long getCommitTS()

getMsg

String getMsg()

serialize

void serialize(Binding binding)
               throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.