Active Process MBean

Attributes

Name Type Description
Id java.lang.String The process Id.
In int The native identifier of the process.
CatalogIn int The IN of the associated catalog for this process.
Organization java.lang.String The name of the organization where this process is deployed.
OrganizationalUnit java.lang.String The name of the organization unit where this process is deployed.
IsDeprecated boolean Indicates if the process is deprecated
IsArchiving boolean Indicates if archiving is enabled for the engine running this process.
CommittedTransactions int Total number transactions committed by this process.
RollbackedTransactions int Total number of transactions rolled-back by this process.
RunningTransactions int Number transactions currently running in this process.
EventsCount int Total number of events generated by this process.
SentMailsCount int Total number of emails sent by this process.
SentNewsCount int Total number of news notifications sent by this process.
LastNewsTimeStamp java.lang.String The Time when the last news was sent. Returns an ISO standard string representation of a time value.
PendingNewsCount int Number of pending news items to be sent.

Operations

Operation Description
resetCounters(int CommitedTransactions, int RolledbackTransactions, int RunningTransactions, int SentMailsCount, int SentNewsCount, int EventsCount) Resets the transactions counters for this process.