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

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

public class PortalAccountingListener
extends java.lang.Object

Author:
Andrea Manzi(CERN)

Field Summary
static GCUBELog logger
           
 
Constructor Summary
PortalAccountingListener()
          Default constructor
PortalAccountingListener(GCUBEScope scope)
          construct the Listener 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

PortalAccountingListener

public PortalAccountingListener()
Default constructor


PortalAccountingListener

public PortalAccountingListener(GCUBEScope scope)
construct the Listener for the given scope

Parameters:
scope -
Method Detail

onMessage

public void onMessage(Message message)