xmlBlaster 2.2.0 API

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

Method Summary
 java.lang.String getCheckpointList()
          A comma separated list of checkpoints used
 java.lang.String getFilter()
           
 boolean isShowAllClientProperties()
           
 boolean isShowAllMessages()
           
 boolean isXmlStyle()
           
 void setFilter(java.lang.String filter)
          The filter is used by the plugin to determine which message shall be logged
 void setShowAllClientProperties(boolean showAllClientProperties)
           
 void setShowAllMessages(boolean showAllMessages)
           
 void setXmlStyle(boolean xmlStyle)
           
 
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminService
activate, deActivate, isActive
 
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminPlugin
getType, getVersion, isShutdown, shutdown
 
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminUsage
getUsageUrl, setUsageUrl, usage
 

Method Detail

getCheckpointList

java.lang.String getCheckpointList()
A comma separated list of checkpoints used

Returns:
"publish.ack,update.ack,update.queue.add"

getFilter

java.lang.String getFilter()
Returns:
The plugin specific filter string

setFilter

void setFilter(java.lang.String filter)
The filter is used by the plugin to determine which message shall be logged

Parameters:
Set - a filter string, the meaning is specific to the plugin used

isShowAllMessages

boolean isShowAllMessages()
Returns:
If set to true the getFilter() is ignored

setShowAllMessages

void setShowAllMessages(boolean showAllMessages)
Parameters:
showAllMessages - If set to true the getFilter() is ignored

isShowAllClientProperties

boolean isShowAllClientProperties()

setShowAllClientProperties

void setShowAllClientProperties(boolean showAllClientProperties)
Parameters:
showAllClientProperties - the showAllClientProperties to set

isXmlStyle

boolean isXmlStyle()
Returns:
if true: 4e5082125 if false: [wfguid=4e5082125]

setXmlStyle

void setXmlStyle(boolean xmlStyle)
Parameters:
xmlStyle - the xmlStyle to set

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.