jrunx.cluster
Class ClusterDeploymentAgent

java.lang.Object
  |
  +--jrunx.cluster.ClusterDeploymentAgent
All Implemented Interfaces:
java.lang.Runnable

public class ClusterDeploymentAgent
extends java.lang.Object
implements java.lang.Runnable

This class solves the problem of trying to deploy to cluster peers for which a JINI peer added event has been received, but for which the peer hasn't finished starting all of it's services.

Author:
Paul Reilly

Constructor Summary
ClusterDeploymentAgent(DeployerServiceRemote deployerServiceRemote, ClusterDeployerService clusterDeployerService)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterDeploymentAgent

public ClusterDeploymentAgent(DeployerServiceRemote deployerServiceRemote,
                              ClusterDeployerService clusterDeployerService)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright � 2002 Macromedia Corporation. All Rights Reserved.