javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, TaskRuntimeMBean
, WebLogicMBean
public interface JMSMessageManagementTaskRuntimeMBean extends TaskRuntimeMBean
Represents a running or completed JMS message management operation.
PROGRESS_FAILED, PROGRESS_PENDING, PROGRESS_PROCESSING, PROGRESS_SUCCESS
Modifier and Type | Method | Description |
---|---|---|
long |
getMessagesCurrentCount() |
Returns the current number of messages processed.
|
long |
getMessagesTotalCount() |
Returns the total number of messages being processed by the operation.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
cancel, getBeginTime, getDescription, getEndTime, getError, getParentTask, getProgress, getStatus, getSubTasks, isRunning, isSystemTask, setSystemTask
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
long getMessagesTotalCount()
Returns the total number of messages being processed by the operation.
long getMessagesCurrentCount()
Returns the current number of messages processed.