Package org.codice.ddf.admin.core.impl
Class AdminAlertImpl
java.lang.Object
javax.management.StandardMBean
org.codice.ddf.admin.core.impl.BasicMBean
org.codice.ddf.admin.core.impl.AdminAlertImpl
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,org.codice.ddf.admin.core.api.jmx.AdminAlertMBean
public class AdminAlertImpl
extends BasicMBean
implements org.codice.ddf.admin.core.api.jmx.AdminAlertMBean
-
Field Summary
Fields inherited from interface org.codice.ddf.admin.core.api.jmx.AdminAlertMBean
OBJECT_NAME -
Constructor Summary
ConstructorsConstructorDescriptionAdminAlertImpl(org.codice.ddf.persistence.PersistentStore persistentStore, org.osgi.service.event.EventAdmin eventAdmin) -
Method Summary
Modifier and TypeMethodDescriptionvoiddismissAlert(String id) voidsetSubjectOperations(ddf.security.SubjectOperations subjectOperations) Methods inherited from class org.codice.ddf.admin.core.impl.BasicMBean
destroy, initMethods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
Constructor Details
-
AdminAlertImpl
public AdminAlertImpl(org.codice.ddf.persistence.PersistentStore persistentStore, org.osgi.service.event.EventAdmin eventAdmin) throws NotCompliantMBeanException - Throws:
NotCompliantMBeanException
-
-
Method Details
-
getAlerts
- Specified by:
getAlertsin interfaceorg.codice.ddf.admin.core.api.jmx.AdminAlertMBean
-
dismissAlert
- Specified by:
dismissAlertin interfaceorg.codice.ddf.admin.core.api.jmx.AdminAlertMBean
-
setSubjectOperations
public void setSubjectOperations(ddf.security.SubjectOperations subjectOperations)
-