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


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.StiDeserializerReport
deserialize, getInstance, getMemoryStore, isRefObject, setMemoryStore
 
Methods inherited from class java.lang.Object
equals, 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