JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Audit Record Repository 2.x Migration Service. Used to re-emit audit messages received by dcm4chee-arr-2.x to another - in particular to dcm4chee-arr-3.x - Audit Record Repository.

List of MBean attributes:

Name Type Access Value Description
RecordsByPass int RW Number of Audit Records fetched from the database and emitted in one pass.
EmissionInterval int RW Delay in ms between emission of Audit Records.
LastEmittedPk long RW Primary Key of last successfully emitted Audit Records by former invocation of emitAuditRecords().
Name java.lang.String R MigrateOldAuditRecordRepositoryService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


java.lang.String emitAuditRecords()

Emit specified number of Audit Records in order of their primary keys, starting with the Audit Record which primary key exceeds LastEmittedPk.

Param ParamType ParamValue ParamDescription
num int Maximal number of Audit Records to emit

void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation