KIE Remote Services :: Services 6.0.0.Final

org.kie.services.remote.jms
Class RetryTrackerSingleton

java.lang.Object
  extended by org.kie.services.remote.jms.RetryTrackerSingleton

public class RetryTrackerSingleton
extends Object


Constructor Summary
RetryTrackerSingleton()
           
 
Method Summary
 void clearRetries(String msgId)
           
 int getMaximumLimitRetries()
           
 int incrementRetries(String msgId)
           
 void init()
           
 boolean maxRetriesReached(String msgId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryTrackerSingleton

public RetryTrackerSingleton()
Method Detail

init

@PostConstruct
public void init()

getMaximumLimitRetries

public int getMaximumLimitRetries()

maxRetriesReached

public boolean maxRetriesReached(String msgId)

incrementRetries

public int incrementRetries(String msgId)

clearRetries

public void clearRetries(String msgId)

KIE Remote Services :: Services 6.0.0.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.