com.stimulsoft.base.serializing
Class StiDeserializerDocumentThread

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiDeserializerReport
      extended by com.stimulsoft.base.serializing.StiDeserializerDocument
          extended by com.stimulsoft.base.serializing.StiDeserializerDocumentThread
All Implemented Interfaces:
java.lang.Runnable

public class StiDeserializerDocumentThread
extends StiDeserializerDocument
implements java.lang.Runnable

Class represets document deserialization in thread Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.serializing.StiDeserializerReport
controler, propertys
 
Constructor Summary
StiDeserializerDocumentThread(StiDeserializerControler controler, IStiSerializable instance, org.w3c.dom.Node rootNode, StiDeserializationDispatcher dispatcher)
          Constructor
 
Method Summary
 void run()
          Start deserialization process in thread
 void stop()
          Cancel deserialization process
 
Methods inherited from class com.stimulsoft.base.serializing.StiDeserializerDocument
deserializeChildren, deserializeObject, getProperty
 
Methods inherited from class com.stimulsoft.base.serializing.StiDeserializerReport
createInstance, deserialize, deserializeChildren, deserializePrimitiv, getInstance, getMemoryStore, getTextContent, isRefObject, newInstance, setMemoryStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiDeserializerDocumentThread

public StiDeserializerDocumentThread(StiDeserializerControler controler,
                                     IStiSerializable instance,
                                     org.w3c.dom.Node rootNode,
                                     StiDeserializationDispatcher dispatcher)
Constructor

Parameters:
controler - StiDeserializerControler
instance - IStiSerializable
rootNode - Node
Method Detail

run

public void run()
Start deserialization process in thread

Specified by:
run in interface java.lang.Runnable

stop

public void stop()
Cancel deserialization process



Copyright © 2018 Stimulsoft. All Rights Reserved.