mitoolkit.core
Class SerializationHandler.ListenerNotificationThread

java.lang.Object
  extended byjava.lang.Thread
      extended bymitoolkit.core.SerializationHandler.ListenerNotificationThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SerializationHandler

private class SerializationHandler.ListenerNotificationThread
extends java.lang.Thread


Field Summary
(package private)  java.lang.Class c
           
(package private)  int migrationType
           
(package private)  java.lang.Object obj
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) SerializationHandler.ListenerNotificationThread(int migrationType, java.lang.Class c, java.lang.Object obj)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

migrationType

int migrationType

c

java.lang.Class c

obj

java.lang.Object obj
Constructor Detail

SerializationHandler.ListenerNotificationThread

SerializationHandler.ListenerNotificationThread(int migrationType,
                                                java.lang.Class c,
                                                java.lang.Object obj)
Method Detail

run

public void run()