org.gcube.indexmanagement.common.notifications
Class NotifierRequest

java.lang.Object
  extended by org.gcube.indexmanagement.common.notifications.NotifierRequest
Direct Known Subclasses:
IsRegisteredNotificationRequest, RegisterNotificationRequest, SubscribeToNotificationRequest, UnregisterNotificationRequest, UnsubscribeFromNotificationRequest

public abstract class NotifierRequest
extends Object

Author:
Spyros Boutsis, NKUA

Field Summary
protected  org.apache.axis.message.addressing.EndpointReferenceType epr
           
protected static org.gcube.common.core.utils.logging.GCUBELog logger
           
protected  org.gcube.common.core.scope.GCUBEScope scope
           
protected  org.gcube.common.core.contexts.GCUBEServiceContext sctx
           
 
Constructor Summary
NotifierRequest(org.apache.axis.message.addressing.EndpointReferenceType epr, org.gcube.common.core.contexts.GCUBEServiceContext sctx, org.gcube.common.core.scope.GCUBEScope scope)
           
 
Method Summary
abstract  void doRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epr

protected org.apache.axis.message.addressing.EndpointReferenceType epr

sctx

protected org.gcube.common.core.contexts.GCUBEServiceContext sctx

scope

protected org.gcube.common.core.scope.GCUBEScope scope

logger

protected static org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail

NotifierRequest

public NotifierRequest(org.apache.axis.message.addressing.EndpointReferenceType epr,
                       org.gcube.common.core.contexts.GCUBEServiceContext sctx,
                       org.gcube.common.core.scope.GCUBEScope scope)
Method Detail

doRequest

public abstract void doRequest()


Copyright © 2012. All Rights Reserved.