org.apache.jackrabbit.core.observation
Interface EventStateCollectionFactory

All Known Implementing Classes:
ObservationManagerImpl, VersionManagerImpl, WorkspaceImpl, XAVersionManager

public interface EventStateCollectionFactory

Defines methods to create an EventStateCollection


Method Summary
 EventStateCollection createEventStateCollection()
          Creates an EventStateCollection.
 

Method Detail

createEventStateCollection

public EventStateCollection createEventStateCollection()
                                                throws RepositoryException
Creates an EventStateCollection.

Returns:
a new EventStateCollection
Throws:
RepositoryException - if creation fails for some reason


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.