org.gcube.messaging.common.consumer.accounting
Class SystemAccountingListener

java.lang.Object
  extended by org.gcube.messaging.common.consumer.accounting.SystemAccountingListener

public class SystemAccountingListener
extends java.lang.Object

Author:
Andrea Manzi(CERN)

Field Summary
static GCUBELog logger
           
 
Constructor Summary
SystemAccountingListener()
          default constructor
SystemAccountingListener(GCUBEScope scope)
          create the nodeListener for the given scope
 
Method Summary
 void onMessage(Message message)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static GCUBELog logger
Constructor Detail

SystemAccountingListener

public SystemAccountingListener()
default constructor


SystemAccountingListener

public SystemAccountingListener(GCUBEScope scope)
create the nodeListener for the given scope

Parameters:
scope -
Method Detail

onMessage

public void onMessage(Message message)