public interface BatchedActivityUnitLoggerMBean
Modifier and Type | Method and Description |
---|---|
long |
getMaxTimeInterval()
This method returns the maximum time interval
that should be logged within a single batch.
|
int |
getMaxUnitCount()
This method returns the maximum number of messages
that should be logged within a single batch.
|
void |
setMaxTimeInterval(long max)
This method sets the maximum time interval
that should be logged within a single batch.
|
void |
setMaxUnitCount(int max)
This method sets the maximum number of messages
that should be logged within a single batch.
|
void setMaxTimeInterval(long max)
max
- The maximum number of messageslong getMaxTimeInterval()
void setMaxUnitCount(int max)
max
- The maximum number of messagesint getMaxUnitCount()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.