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 SessionFactory
public Session openSession(CommandContext commandContext)
openSession
in interface SessionFactory
public AsyncHistoryListener getAsyncHistoryListener()
public void setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener)