public class MonitorsDriver extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MonitorsDriver.Monitor
This enum defines the types of monitors available through this driver.
|
| Constructor and Description |
|---|
MonitorsDriver(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
GlobalPropertiesConfigService |
getGlobalConfigService() |
protected String |
getProperty(Properties props,
String key) |
org.duracloud.account.db.repo.DuracloudRepoMgr |
getRepoMgr() |
static void |
main(String[] args)
Main
|
void |
monitor(MonitorsDriver.Monitor target)
This method invokes the .run() method on the provided arg target.
|
protected void |
sendEmail(String subject,
String body) |
public MonitorsDriver(Properties props)
public org.duracloud.account.db.repo.DuracloudRepoMgr getRepoMgr()
public GlobalPropertiesConfigService getGlobalConfigService()
public void monitor(MonitorsDriver.Monitor target)
target - to monitorprotected String getProperty(Properties props, String key)
public static void main(String[] args)
Copyright © 2009–2016 DuraSpace. All rights reserved.