public interface QuerySessionFactoryRegistry
Modifier and Type | Method and Description |
---|---|
void |
deregisterSessionFactory(java.lang.String scheme)
This message deregisters the session factory implementation for the given scheme
|
void |
registerSessionFactory(java.lang.String scheme,
QuerySessionFactory factory)
This method is provided to allow factory implementation modules to register with
the service implementation.
|
void registerSessionFactory(java.lang.String scheme, QuerySessionFactory factory)
scheme
- The scheme identifying the Event Store resourcefactory
- The factory implementation to create query sessions for the specified scheme.void deregisterSessionFactory(java.lang.String scheme)
scheme
- The scheme identifying the Event Store resource