public class LoadPojoInThread
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description | 
|---|---|
| org.apache.log4j.Logger | logThe log. | 
| Constructor and Description | 
|---|
| LoadPojoInThread(java.lang.String instanceUriOnDatabase,
                XBRLInstance instanceDocument,
                DTSContainer dts,
                DbUtil dbUtil,
                org.hibernate.Session session,
                org.apache.log4j.Appender logHandler,
                org.apache.log4j.Level level,
                DTSLoadingBarInterface bar,
                boolean bForUpdate,
                PojoExtension<?,?>[] pojoExtensions)Instantiates a new load pojo in thread. | 
| LoadPojoInThread(XBRLInstance instanceDocument,
                DTSContainer dts,
                DbUtil dbUtil,
                org.hibernate.Session session,
                org.apache.log4j.Appender logHandler,
                org.apache.log4j.Level level,
                DTSLoadingBarInterface bar,
                boolean bForUpdate,
                PojoExtension<?,?>[] pojoExtensions)Instantiates a new load pojo in thread. | 
| Modifier and Type | Method and Description | 
|---|---|
| DTSContainer | getDts()Gets the dts. | 
| java.lang.Exception | getException()Gets the exception. | 
| XBRLInstance | getInstance()Gets the single instance of LoadPojoInThread. | 
| java.lang.String | getMessage()The content of the error message in the XBRLPojoGenerationException. | 
| void | run() | 
public LoadPojoInThread(XBRLInstance instanceDocument, DTSContainer dts, DbUtil dbUtil, org.hibernate.Session session, org.apache.log4j.Appender logHandler, org.apache.log4j.Level level, DTSLoadingBarInterface bar, boolean bForUpdate, PojoExtension<?,?>[] pojoExtensions)
instanceDocument - the instance documentdts - the dtsdbUtil - the db utilsession - the sessionlogHandler - the log handlerlevel - the levelbar - the barbForUpdate - the b for updatepublic LoadPojoInThread(java.lang.String instanceUriOnDatabase,
                        XBRLInstance instanceDocument,
                        DTSContainer dts,
                        DbUtil dbUtil,
                        org.hibernate.Session session,
                        org.apache.log4j.Appender logHandler,
                        org.apache.log4j.Level level,
                        DTSLoadingBarInterface bar,
                        boolean bForUpdate,
                        PojoExtension<?,?>[] pojoExtensions)
instanceUriOnDatabase - the instance uri on databaseinstanceDocument - the instance documentdts - the dtsdbUtil - the db utilsession - the sessionlogHandler - the log handlerlevel - the levelbar - the barbForUpdate - the b for updatepublic void run()
run in interface java.lang.Runnablepublic DTSContainer getDts()
public XBRLInstance getInstance()
public java.lang.Exception getException()
public java.lang.String getMessage()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa