public class AsyncIndexingHistorySessionFactory extends Object implements SessionFactory
| Modifier and Type | Field and Description |
|---|---|
protected AsyncHistoryListener |
asyncHistoryListener |
protected List<String> |
registeredJobDataTypes |
| Constructor and Description |
|---|
AsyncIndexingHistorySessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
AsyncHistoryListener |
getAsyncHistoryListener() |
List<String> |
getRegisteredJobDataTypes() |
Class<?> |
getSessionType() |
Session |
openSession(CommandContext commandContext) |
void |
registerJobDataTypes(List<String> registeredJobDataTypes) |
void |
setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener) |
void |
setRegisteredJobDataTypes(List<String> registeredJobDataTypes) |
protected AsyncHistoryListener asyncHistoryListener
public Class<?> getSessionType()
getSessionType in interface SessionFactorypublic Session openSession(CommandContext commandContext)
openSession in interface SessionFactorypublic AsyncHistoryListener getAsyncHistoryListener()
public void setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener)