org.objectweb.proactive.core.util
Class NodeCreationListenerForAoCreation

java.lang.Object
  extended byorg.objectweb.proactive.core.util.NodeCreationListenerForAoCreation
All Implemented Interfaces:
java.util.EventListener, NodeCreationEventListener, ProActiveListener

public class NodeCreationListenerForAoCreation
extends java.lang.Object
implements NodeCreationEventListener

Creates an Active Object by the multi-tread pool when a node is created.

Author:
Alexandre di Costanzo Created on Nov 8, 2005

Constructor Summary
NodeCreationListenerForAoCreation(java.util.Vector result, java.lang.String className, java.lang.Object[] constructorParameters, ThreadPool threadpool)
           
 
Method Summary
 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
 

Constructor Detail

NodeCreationListenerForAoCreation

public NodeCreationListenerForAoCreation(java.util.Vector result,
                                         java.lang.String className,
                                         java.lang.Object[] constructorParameters,
                                         ThreadPool threadpool)
Method Detail

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


Copyright 2001-2005 INRIA All Rights Reserved.