org.jboss.soa.esb.listeners.message
Class ServiceMessageCounterLifecycleResource

java.lang.Object
  extended by org.jboss.soa.esb.listeners.message.ServiceMessageCounterLifecycleResource

public class ServiceMessageCounterLifecycleResource
extends java.lang.Object


Constructor Summary
ServiceMessageCounterLifecycleResource()
           
 
Method Summary
static ServiceMessageCounter getServiceMessageCounter(ConfigTree configTree)
          Get the service message counter for the specified config tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceMessageCounterLifecycleResource

public ServiceMessageCounterLifecycleResource()
Method Detail

getServiceMessageCounter

public static ServiceMessageCounter getServiceMessageCounter(ConfigTree configTree)
                                                      throws LifecycleResourceException
Get the service message counter for the specified config tree.

Parameters:
configTree - The configTree
Returns:
The service message counter. throws LifecycleResourceException for errors accessing the lifecycle context.
Throws:
LifecycleResourceException