org.apache.jackrabbit.core.observation
Interface EventStateCollectionFactory

All Known Implementing Classes:
InternalVersionManagerImpl.DynamicESCFactory, InternalXAVersionManager, ObservationManagerImpl, WorkspaceImpl

public interface EventStateCollectionFactory

Defines methods to create an EventStateCollection


Method Summary
 EventStateCollection createEventStateCollection()
          Creates an EventStateCollection.
 

Method Detail

createEventStateCollection

EventStateCollection createEventStateCollection()
                                                throws RepositoryException
Creates an EventStateCollection.

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


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