{
// ILightEntity checking
//
if (cloneBean instanceof ILightEntity == false)
{
throw new ProxyStoreException("Class " + cloneBean.getClass() + " must implements ILightEntity interface !", cloneBean);
}
// Store information in the POJO
//
if (_useSerializationThread == false)