org.ow2.util.auditreport.api
Interface AuditorJMXObjectNames


public interface AuditorJMXObjectNames

Defines some constants.

Author:
Florent Benoit

Field Summary
static String BASE_AUDIT_COMPONENT
          JMX Name of the EasyBeans auditor component.
static String EJBAUDITOR_TYPE_COMPONENT
          JMX root Name of the EJB auditor component.
static String JNDIAUDITOR_TYPE_COMPONENT
          JMX root Name of the JNDI auditor component.
static String LOGGERAUDITOR_TYPE_COMPONENT
          JMX root Name of the Logger auditor component.
static String WEBAUDITOR_TYPE_COMPONENT
          JMX root Name of the Web auditor component.
 

Field Detail

BASE_AUDIT_COMPONENT

static final String BASE_AUDIT_COMPONENT
JMX Name of the EasyBeans auditor component.

See Also:
Constant Field Values

WEBAUDITOR_TYPE_COMPONENT

static final String WEBAUDITOR_TYPE_COMPONENT
JMX root Name of the Web auditor component.

See Also:
Constant Field Values

EJBAUDITOR_TYPE_COMPONENT

static final String EJBAUDITOR_TYPE_COMPONENT
JMX root Name of the EJB auditor component.

See Also:
Constant Field Values

JNDIAUDITOR_TYPE_COMPONENT

static final String JNDIAUDITOR_TYPE_COMPONENT
JMX root Name of the JNDI auditor component.

See Also:
Constant Field Values

LOGGERAUDITOR_TYPE_COMPONENT

static final String LOGGERAUDITOR_TYPE_COMPONENT
JMX root Name of the Logger auditor component.

See Also:
Constant Field Values


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.