public interface PersistenceManager
| Modifier and Type | Method and Description |
|---|---|
void |
createAlertStore() |
void |
createSubscriptionDataStore(Subscription sub) |
void |
init()
Initialize the Persistence Manager.
|
void |
saveAlert(AlertMonitorEvent event) |
void |
saveSubscriptionData(Subscription sub,
MicroAgentData agentData) |
void init()
void createSubscriptionDataStore(Subscription sub)
sub - void saveSubscriptionData(Subscription sub, MicroAgentData agentData)
sub - agentData - void createAlertStore()
void saveAlert(AlertMonitorEvent event)
event - Copyright © 2000-2024 Cloud Software Group, Inc. All Rights Reserved.