|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.friendshipsystems.fsshresourcemanager.FHostManager
public class FHostManager
The FHostManager takes care of the automatic host management.
| Method Summary | |
|---|---|
boolean |
isHostAutoDeactivated(FHost host)
Returns whether a host has been automatically deactivated |
void |
sendNoExecutorsLeftMail(java.lang.String appName,
FJob job,
int noAuthHostCount,
int inactiveHostCount,
int mismatchedFingerPrintCount,
int autoDeactivatedHostCount)
Sends a mail to the configured address informing that there are no active hosts left to execute a job. |
void |
sendNotificationEmail(FSshConnectionError error,
java.lang.String hostName,
boolean activate)
Sends a notification email to the configured address informing that a host's active state has been changed automatically |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isHostAutoDeactivated(FHost host)
host -
public void sendNoExecutorsLeftMail(java.lang.String appName,
FJob job,
int noAuthHostCount,
int inactiveHostCount,
int mismatchedFingerPrintCount,
int autoDeactivatedHostCount)
appName - job - noAuthHostCount - inactiveHostCount - mismatchedFingerPrintCount - autoDeactivatedHostCount -
public void sendNotificationEmail(FSshConnectionError error,
java.lang.String hostName,
boolean activate)
error - hostName - activate -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||