xmlBlaster 1.6.2 client 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

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

xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.