org.objectweb.proactive.loadbalancing.util
Class startLBoverP2P

java.lang.Object
  extended by org.objectweb.proactive.loadbalancing.util.startLBoverP2P
All Implemented Interfaces:
java.util.EventListener, NodeCreationEventListener, ProActiveListener, ProActiveInternalObject

public class startLBoverP2P
extends java.lang.Object
implements ProActiveInternalObject, NodeCreationEventListener


Field Summary
protected  int nodesBooked
           
 
Constructor Summary
startLBoverP2P()
           
 
Method Summary
 void doit(java.lang.String JobId)
           
 void killMe()
           
static void main(java.lang.String[] args)
           
 void nodeCreated(NodeCreationEvent event)
          Signals that a node creation occured on the virtualNode encapsulated in the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodesBooked

protected int nodesBooked
Constructor Detail

startLBoverP2P

public startLBoverP2P()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.rmi.AlreadyBoundException,
                        ProActiveException
Parameters:
args -
Throws:
java.rmi.AlreadyBoundException
ProActiveException
java.lang.Exception

doit

public void doit(java.lang.String JobId)
          throws ProActiveException
Throws:
ProActiveException

nodeCreated

public void nodeCreated(NodeCreationEvent event)
Description copied from interface: NodeCreationEventListener
Signals that a node creation occured on the virtualNode encapsulated in the event

Specified by:
nodeCreated in interface NodeCreationEventListener
Parameters:
event - that details the creation of the node

killMe

public void killMe()


Copyright 2001-2007 INRIA All Rights Reserved.