taxisrus.implementation.rmi
Class ModelRMIThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--taxisrus.implementation.rmi.ModelRMIThread
All Implemented Interfaces:
Runnable

public class ModelRMIThread
extends Thread

Author:
alexcho To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
protected  String _method
           
protected  ModelInterface _model
           
protected  ModelRMIThreadParameter _parameter
           
protected  Object _returnObject
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ModelRMIThread(ModelInterface model, String method, ModelRMIThreadParameter parameter)
           
 
Method Summary
 Object getReturnObject()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, 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

_model

protected ModelInterface _model

_method

protected String _method

_parameter

protected ModelRMIThreadParameter _parameter

_returnObject

protected Object _returnObject
Constructor Detail

ModelRMIThread

public ModelRMIThread(ModelInterface model,
                      String method,
                      ModelRMIThreadParameter parameter)
Method Detail

run

public void run()
Overrides:
run in class Thread

getReturnObject

public Object getReturnObject()


API documentation for build 958