xmlBlaster 2.2.0 API

org.xmlBlaster.engine.mime.demo
Interface PublishDelayerMBean

All Known Implementing Classes:
PublishDelayer

public interface PublishDelayerMBean

Control PlublishDelayer plugin over JMX.

Author:
xmlBlaster@marcelruff.info

Method Summary
 long getDelayMillis()
           
 java.lang.String getExceptionErrorCode()
           
 java.lang.String getFilterKeyOid()
           
 void setDelayMillis(long delayMillis)
           
 void setExceptionErrorCode(java.lang.String exceptionErrorCode)
           
 void setFilterKeyOid(java.lang.String filterKeyOid)
           
 

Method Detail

getFilterKeyOid

java.lang.String getFilterKeyOid()

setFilterKeyOid

void setFilterKeyOid(java.lang.String filterKeyOid)

getDelayMillis

long getDelayMillis()

setDelayMillis

void setDelayMillis(long delayMillis)

getExceptionErrorCode

java.lang.String getExceptionErrorCode()

setExceptionErrorCode

void setExceptionErrorCode(java.lang.String exceptionErrorCode)

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.