Uses of Interface
org.apache.directory.server.core.changelog.ChangeLog

Packages that use ChangeLog
org.apache.directory.server.core   
 

Uses of ChangeLog in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return ChangeLog
 ChangeLog DirectoryService.getChangeLog()
          Gets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
 

Methods in org.apache.directory.server.core with parameters of type ChangeLog
 void DirectoryService.setChangeLog(ChangeLog changeLog)
          Sets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.