org.gcube.messaging.common.consumer.ghn
Class GHNMessageChecker

java.lang.Object
  extended by org.gcube.messaging.common.consumer.MessageChecker<org.gcube.messaging.common.messages.GHNMessage<?>>
      extended by org.gcube.messaging.common.consumer.ghn.GHNMessageChecker

public class GHNMessageChecker
extends MessageChecker<org.gcube.messaging.common.messages.GHNMessage<?>>

Check GHNMessages and perform actions

Author:
Andrea Manzi (CERN)

Field Summary
static org.gcube.common.core.utils.logging.GCUBELog logger
          logger
 
Fields inherited from class org.gcube.messaging.common.consumer.MessageChecker
scope
 
Constructor Summary
GHNMessageChecker(org.gcube.common.core.scope.GCUBEScope scope)
          The constructor
 
Method Summary
 void check(org.gcube.messaging.common.messages.GHNMessage<?> message)
          Check the incoming message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.gcube.common.core.utils.logging.GCUBELog logger
logger

Constructor Detail

GHNMessageChecker

public GHNMessageChecker(org.gcube.common.core.scope.GCUBEScope scope)
The constructor

Parameters:
scope - the GHNCHecker scope
Method Detail

check

public void check(org.gcube.messaging.common.messages.GHNMessage<?> message)
           throws Exception
Check the incoming message

Specified by:
check in class MessageChecker<org.gcube.messaging.common.messages.GHNMessage<?>>
Parameters:
message - the message
Throws:
Exception - exception


Copyright © 2013. All Rights Reserved.