Interface EventStateCollectionFactory
-
- All Known Implementing Classes:
InternalVersionManagerImpl.DynamicESCFactory
,InternalXAVersionManager
,ObservationManagerImpl
,WorkspaceImpl
public interface EventStateCollectionFactory
Defines methods to create anEventStateCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventStateCollection
createEventStateCollection()
Creates anEventStateCollection
.
-
-
-
Method Detail
-
createEventStateCollection
EventStateCollection createEventStateCollection() throws RepositoryException
Creates anEventStateCollection
.- Returns:
- a new
EventStateCollection
- Throws:
RepositoryException
- if creation fails for some reason
-
-