org.xmlBlaster.util.checkpoint
Interface CheckpointMBean
- All Superinterfaces:
- I_AdminPlugin, I_AdminService, I_AdminUsage
- All Known Subinterfaces:
- I_Checkpoint
- All Known Implementing Classes:
- Checkpoint
- public interface CheckpointMBean
- extends I_AdminService
- Author:
- Marcel Ruff
getCheckpointList
public java.lang.String getCheckpointList()
- A comma separated list of checkpoints used
- Returns:
- "publish.ack,update.ack,update.queue.add"
getFilter
public java.lang.String getFilter()
- Returns:
- The plugin specific filter string
setFilter
public void setFilter(java.lang.String filter)
- The filter is used by the plugin to determine which message shall be logged
isShowAllMessages
public boolean isShowAllMessages()
- Returns:
- If set to true the getFilter() is ignored
setShowAllMessages
public void setShowAllMessages(boolean showAllMessages)
- Parameters:
showAllMessages - If set to true the getFilter() is ignored
isShowAllClientProperties
public boolean isShowAllClientProperties()
setShowAllClientProperties
public void setShowAllClientProperties(boolean showAllClientProperties)
- Parameters:
showAllClientProperties - the showAllClientProperties to set
isXmlStyle
public boolean isXmlStyle()
- Returns:
- if true: 4e5082125
if false: [wfguid=4e5082125]
setXmlStyle
public void setXmlStyle(boolean xmlStyle)
- Parameters:
xmlStyle - the xmlStyle to set
Copyright © 1999-2007 The xmlBlaster.org contributers.