org.objectweb.proactive.core.descriptor.services
Class ServiceThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.objectweb.proactive.core.descriptor.services.ServiceThread
All Implemented Interfaces:
java.lang.Runnable

public class ServiceThread
extends java.lang.Thread

Since:
ProActive 2.0.1
Version:
1.0, 2004/09/20
Author:
ProActive Team

Field Summary
static org.apache.log4j.Logger loggerDeployment
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ServiceThread(VirtualNode vn, VirtualMachine vm)
           
 
Method Summary
 void notifyVirtualNode(ProActiveRuntime[] part)
           
 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

loggerDeployment

public static org.apache.log4j.Logger loggerDeployment
Constructor Detail

ServiceThread

public ServiceThread(VirtualNode vn,
                     VirtualMachine vm)
Method Detail

run

public void run()

notifyVirtualNode

public void notifyVirtualNode(ProActiveRuntime[] part)
                       throws ProActiveException
Throws:
ProActiveException


Copyright ? October 2004 INRIA All Rights Reserved.