electric.cluster.manager
Interface IClusterManager

All Known Implementing Classes:
ClusterManager

public interface IClusterManager

IClusterManager

Author:
webMethods

Method Summary
 void livenessPing()
           
 void updateSlave(java.lang.String slavePath)
          Upload fresh copies of all applications to the specified slave
 void updateSlave(java.lang.String slavePath, java.lang.String applicationName)
          Upload fresh copy of application to the specified slave
 void updateSlavesOnRemove(java.lang.String applicationName)
           
 

Method Detail

updateSlave

public void updateSlave(java.lang.String slavePath)
Upload fresh copies of all applications to the specified slave

Parameters:
slavePath -

updateSlave

public void updateSlave(java.lang.String slavePath,
                        java.lang.String applicationName)
Upload fresh copy of application to the specified slave

Parameters:
slavePath -
applicationName -

updateSlavesOnRemove

public void updateSlavesOnRemove(java.lang.String applicationName)
                          throws java.lang.Exception
Parameters:
applicationName -
Throws:
java.lang.Exception

livenessPing

public void livenessPing()


copyright© 2001-2004 by webMethods All Rights Reserved.