~pbeaman/akiban-persistit/dynamic-volumes

« back to all changes in this revision

Viewing changes to src/main/java/com/persistit/mxbeans/ManagementMXBean.java

  • Committer: Peter Beaman
  • Date: 2013-04-29 21:18:24 UTC
  • mfrom: (374.37.18 stage)
  • Revision ID: pbeaman@akiban.com-20130429211824-ka4q0obrbg96hzu6
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    String transactionReport(int max) throws RemoteException;
119
119
 
120
120
    /**
121
 
     * @return the name of the current default <code>CommitPolicy<code>
 
121
     * @return the name of the current default <code>CommitPolicy</code>
122
122
     */
123
123
    String getDefaultCommitPolicy() throws RemoteException;
124
124