loadedSunlet[3] = element;
loadedSunlet[4] = new Long(System.currentTimeMillis());
loadedSunlet[5] = new Long(XMLUtil.getValueOf(sunletConf, "configuration/timeout", "-1"));
loadedSunlet[7] = statusProfile;
SunLetThread sunLetThread = new SunLetThread();
Thread theThread = new Thread(sunLetThread);
loadedSunlet[6] = sunLetThread;
sunLetThread.init(sunletID,
objectModel,
this.getLogger(),
response,
this.getResourceConnector(),
loadedSunlet,