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

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

public class NodeAccountingListener
extends java.lang.Object

Author:
Andrea Manzi(CERN)

Field Summary
static GCUBELog logger
           
 
Constructor Summary
NodeAccountingListener()
          default constructor
NodeAccountingListener(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

NodeAccountingListener

public NodeAccountingListener()
default constructor


NodeAccountingListener

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

Parameters:
scope -
Method Detail

onMessage

public void onMessage(Message message)